Go to file
Florian Festi 7f94911069 Rename rpmdbKeyIterator to rpmdbIndexIterator 2010-11-03 10:03:14 +01:00
autodeps Use grep -E and grep -F instead of egrep and fgrep. 2009-12-17 10:43:52 +02:00
build Const-correctness: source is a pointer to fullSource and must not be freed 2010-10-30 11:37:06 +03:00
db3 Remove BDB RPC "support" 2009-09-21 11:00:50 +03:00
doc Add rough-cut man-pages for our new executables 2010-10-29 15:14:01 +03:00
fileattrs Require file attribute config to have .attr suffix 2010-10-05 10:08:53 +03:00
lib Rename rpmdbKeyIterator to rpmdbIndexIterator 2010-11-03 10:03:14 +01: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 Rename rpmdbKeyIterator to rpmdbIndexIterator 2010-11-03 10:03:14 +01:00
rpmio Bury stripTrailingChar() inside the only remaining user 2010-10-26 23:40:40 +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 elfdeps: Fix version definitions processing 2010-10-28 13:25:38 +03: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 Fix BDB version check in configure to work with >= 5 too 2010-10-26 11:54:55 +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).