Go to file
Lubos Kardos cc61141245 Fix memory leaks in rpmGetSubkeys() and pgpPrtParamsSubkeys() 2016-03-08 14:29:24 +01:00
.tx Update transifex config for domain change 2013-06-07 12:57:57 +03:00
build Allow SOURCE_DATE_EPOCH to override RPMTAG_BUILDTIME 2016-02-29 17:45:16 +01:00
db3 Remove BDB RPC "support" 2009-09-21 11:00:50 +03:00
doc Remove long gone --nocollections option from man page 2016-03-02 12:09:11 +01:00
fileattrs Add support for automatic appdata() provides 2013-10-14 09:56:48 +03:00
lib Display message when a hook function of some plugin fails (rhbz:1262424) 2016-03-07 13:26:35 +01:00
luaext remove luaL_checkint, deprecated in lua 5.3 2015-06-01 16:20:40 +02:00
misc White space fixes 2016-02-11 14:08:58 +01:00
plugins Display message when a hook function of some plugin fails (rhbz:1262424) 2016-03-07 13:26:35 +01:00
po Update po/LINGUAS 2015-11-12 11:25:58 +01:00
python Add RPMCALLBACK_ELEM_PROGRESS callback type 2016-01-28 17:03:54 +01:00
rpmio Fix memory leaks in rpmGetSubkeys() and pgpPrtParamsSubkeys() 2016-03-08 14:29:24 +01:00
scripts Fix option parsing in pythondistdeps 2016-03-02 14:10:43 -05:00
sign Properly support BeeCrypt option in build system 2016-02-24 17:45:55 +01:00
tests Include name of unknown tag in the error message when parsig a formar string 2015-11-13 12:34:57 +01:00
tools Reimplement setprogname() and getprogname() to be generic and portable 2016-02-11 14:05:25 +01:00
.gitignore Add rpm2archive to .gitignore 2015-09-23 11:30:48 +02:00
CHANGES hint where to look for history 2016-01-28 14:28:58 +01:00
COPYING Update contact address in COPYING (RhBug:742362) 2012-11-05 15:09:58 +02:00
CREDITS Finally, preliminary http support. 1999-02-04 18:48:03 +00:00
INSTALL Spelling fixes. 2013-02-19 21:35:40 +02:00
Makefile.am Fix symlinks for installations outside /usr/bin 2016-02-24 17:59:48 +01:00
Makefile.maint Change snapshot tarball versioning to use '-' instead of '.' 2014-06-26 15:56:14 +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 Reimplement setprogname() and getprogname() to be generic and portable 2016-02-11 14:05:25 +01:00
cliutils.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
configure.ac Supply declaration of fdatasync if missing 2016-02-11 11:06:26 +01:00
debug.h Eliminate debug junk from the API 2007-12-04 11:25:46 +02:00
installplatform Add support for MIPS release 6 - Add mips32 mips64 mipsel and mipseb macros 2016-02-19 12:06:39 +01:00
macros.in Add support for MIPS release 6 - Add mips32 mips64 mipsel and mipseb macros 2016-02-19 12:06:39 +01:00
mkinstalldirs Automake cleanups. 2007-08-05 11:30:55 +03:00
platform.in Add a %_rundir macro to the platform files. 2014-05-07 09:12:46 +03:00
preinstall.am Move RPMERR_* inst new rpmarchive.h 2014-01-31 09:49:43 +02:00
rpm.am Bump library version 2015-07-24 10:08:59 +02:00
rpm.pc.in Properly support BeeCrypt option in build system 2016-02-24 17:45:55 +01:00
rpm2archive.c Additional fixes for getprogname()/setprogname() on BSD systems 2016-02-15 15:57:55 +01:00
rpm2cpio.c Reimplement setprogname() and getprogname() to be generic and portable 2016-02-11 14:05:25 +01:00
rpmbuild.c Current plugins don't make sense in rpmbuild so disable them there 2016-03-07 13:26:35 +01:00
rpmdb.c Reimplement setprogname() and getprogname() to be generic and portable 2016-02-11 14:05:25 +01:00
rpmkeys.c Reimplement setprogname() and getprogname() to be generic and portable 2016-02-11 14:05:25 +01:00
rpmpopt.in alias -P on --provides 2016-01-28 12:51:25 +01:00
rpmqv.c Make --noplugins work with "rpm --verify" 2016-03-07 13:26:35 +01:00
rpmrc.in Add support for MIPS release 6 - Add mips32 mips64 mipsel and mipseb macros 2016-02-19 12:06:39 +01:00
rpmsign.c Reimplement setprogname() and getprogname() to be generic and portable 2016-02-11 14:05:25 +01:00
rpmspec.c Reimplement setprogname() and getprogname() to be generic and portable 2016-02-11 14:05:25 +01:00
system.h Add all the BSDs that support setprogname() and getprogname() 2016-02-15 10:08:25 -05: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).