Go to file
Panu Matilainen a40598b228 Separate match iterator allocation vs initialization
- There's exactly one spot within rpm which needs the former behavior
  of rpmdbInitIterator() on a secondary index with keyp of NULL:
  rpmFindBaseNamesInDB(): it wants an empty iterator on RPMDBI_BASENAMES,
  which is then extended as it progresses. Starting with commit
  c70e076e08, rpmdbInitIterator()
  however returns the actual index in that case, which is not
  optimal for rpmFindBaseNamesInDB(). Handle the basenames in db
  as the special case it is, and have it explicitly create an
  empty iterator with the new call.
2010-10-26 09:54:55 +03:00
autodeps Use grep -E and grep -F instead of egrep and fgrep. 2009-12-17 10:43:52 +02:00
build Brute-force s/rpmTag/rpmTagVal/ in entire librpmbuild 2010-10-22 13:50:05 +03:00
db3 Remove BDB RPC "support" 2009-09-21 11:00:50 +03:00
doc Eliminate useless --fileid query selector 2010-10-22 08:58:06 +03:00
fileattrs Require file attribute config to have .attr suffix 2010-10-05 10:08:53 +03:00
lib Separate match iterator allocation vs initialization 2010-10-26 09:54:55 +03:00
luaext New gcc versions comlpain about undefined behaviour... 2010-04-12 12:11:05 +02:00
misc Fix misc/ include path 2010-10-12 09:27:46 +03:00
plugins Move plugins out of rpm config directory 2010-10-12 17:05:17 +03:00
po l10n: Updated Polish (pl) translation to 100% 2010-10-23 10:07:31 +00:00
python Bah, couple of missed places for librpmsign moving 2010-10-22 15:51:36 +03:00
rpmio Eliminate use of pgpHashAlgo in rpmio interface arguments 2010-10-22 12:22:44 +03:00
scripts Fix find-debuginfo.sh behavior on cross-directory hardlinks (RhBug:618426) 2010-08-09 15:29:15 +03:00
sign Eek.. librpmsign sources went missing in the move 2010-10-22 18:31:01 +03:00
tests Add 'VCS' key 2010-10-12 17:05:17 +03:00
tools Avoid stepping on toes of relatives, part 2 2010-09-21 15:02:43 +03:00
.exclude - permit RSA/{sha1,sha256,sha384,sha512} signature verification. 2005-03-13 01:56:50 +00:00
.files LCLINT pass 0. 1998-11-16 21:40:28 +00:00
.gitignore Err, remove /build/ from .gitignore 2010-06-24 14:38:14 +03:00
CHANGES Preparing for 4.4.2.1-rc2 2007-07-04 15:18:43 +03:00
COPYING Changed licensing of librpm to LGPL 1997-08-10 13:40:16 +00:00
CREDITS Finally, preliminary http support. 1999-02-04 18:48:03 +00:00
GROUPS Fix newSpec in "rpm -q --specfile --specedit" 1999-03-16 20:04:26 +00:00
INSTALL Use grep -E and grep -F instead of egrep and fgrep. 2009-12-17 10:43:52 +02:00
Makefile.am Bah, couple of missed places for librpmsign moving 2010-10-22 15:51:36 +03:00
Makefile.maint Make peace with newer git 2009-06-12 08:29:02 +03:00
README Updated mailing list information. 2009-06-02 09:42:54 +03:00
autogen.sh Just use autoreconf in autogen.sh (ticket #109) 2009-11-26 09:46:48 +02:00
cliutils.c Argh. Realize we already have equivalents of initCli() and finishCli() 2010-08-20 15:23:48 +03:00
cliutils.h Argh. Realize we already have equivalents of initCli() and finishCli() 2010-08-20 15:23:48 +03:00
configure.ac Move librpmsign to its own subdirectory in the sources 2010-10-22 15:00:49 +03:00
debug.h Eliminate debug junk from the API 2007-12-04 11:25:46 +02:00
installplatform Fix generating platform config for arm 2010-10-06 10:26:37 +03:00
macros.in Only specific cases of collections need extra ordering 2010-10-25 14:19:18 +03:00
mkinstalldirs Automake cleanups. 2007-08-05 11:30:55 +03:00
platform.in Pass %{__strip} and %{__objdump} to brp-strip* scripts 2010-01-27 09:40:15 +02:00
preinstall.am Move librpmsign to its own subdirectory in the sources 2010-10-22 15:00:49 +03:00
rpm.am New. 2007-09-05 10:39:57 +02:00
rpm.pc.in Adjust rpm.pc private libraries 2010-10-04 14:35:08 +03:00
rpm2cpio.c Fix up bunch of silly int vs rpmRC return code mismatches 2010-09-21 11:37:21 +03:00
rpmbuild.c Use the right variable for absolute path (ticket #137) 2010-10-06 10:55:09 +03:00
rpmdb.c Oops, dumb copy-paste error causing --verifydb to --rebuilddb instead 2010-10-19 10:58:25 +03:00
rpmkeys.c Add a brand new rpmkeys utility for keyring operations 2010-09-03 16:16:57 +03:00
rpmpopt.in Add --requires etc popt aliases for rpmspec too 2010-10-12 15:39:52 +03:00
rpmqv.c Further split the cli-tools to rpminstall, rpmquery and rpmverify 2010-10-08 12:29:59 +03:00
rpmrc.in Use -mtune instead of -mcpu (rhbz#493696) 2009-04-02 20:49:48 +02:00
rpmsign.c Oops, fixup rpmsign exit codes on success 2010-10-13 14:20:30 +03:00
rpmspec.c Rpm option descriptions begin with lowercase letters, follow suit in rpmspec 2010-10-12 15:10:26 +03:00
system.h Use selabel interfaces instead of matchpathcon 2010-09-01 09:30:51 +03:00

README

This is RPM, the RPM Package Manager.

The latest releases are always available at:

	http://rpm.org/releases/

Additional RPM documentation (papers, slides, HOWTOs) can also be
found at the same site: http://rpm.org.

http://rpm.org/wiki/Communicate lists all rpm releated mailing lists.

RPM was originally written by:

    Erik Troan <ewt@redhat.com>
    Marc Ewing <marc@redhat.com>

See the CREDITS file for a list of folks who have helped us out
tremendously.  RPM is Copyright (c) 1998 by Red Hat Software, Inc.,
and may be distributed under the terms of the GPL and LGPL (see  the
file COPYING for details).