Go to file
Ville Skyttä 36a681d107 pythoneggs.py: flake8 fixes 2015-11-19 11:12:25 +01:00
.tx Update transifex config for domain change 2013-06-07 12:57:57 +03:00
build Fix comment for doPatchMacro. 2015-11-12 11:43:19 +01:00
db3 Remove BDB RPC "support" 2009-09-21 11:00:50 +03:00
doc Documentation for file signing 2015-08-12 14:23:31 +02:00
fileattrs Add support for automatic appdata() provides 2013-10-14 09:56:48 +03:00
lib Make static buffer thread local 2015-11-19 11:06:35 +01:00
luaext remove luaL_checkint, deprecated in lua 5.3 2015-06-01 16:20:40 +02:00
misc Fix fstat64 conditional and definition typo 2015-11-13 15:07:42 +01:00
plugins Permit scriptlet exec context setting to fail in non-enforcing modes 2015-10-12 12:47:45 +02:00
po Update po/LINGUAS 2015-11-12 11:25:58 +01:00
python Define PY_SSIZE_T_CLEAN 2015-09-18 16:03:23 +02:00
rpmio Fix next_brace_sub() to return NULL if braces don't match. 2015-11-18 15:54:02 +01:00
scripts pythoneggs.py: flake8 fixes 2015-11-19 11:12:25 +01:00
sign Fix file signatures issue with sig header size changes 2015-09-01 10:48:54 +02: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 Add support for various types of dependencies to rpmdeps tool 2015-09-21 14:21:27 +02:00
.gitignore Add rpm2archive to .gitignore 2015-09-23 11:30:48 +02:00
CHANGES Spelling fixes. 2013-02-19 21:35:40 +02: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
GROUPS Fix newSpec in "rpm -q --specfile --specedit" 1999-03-16 20:04:26 +00:00
INSTALL Spelling fixes. 2013-02-19 21:35:40 +02:00
Makefile.am Ensure librpm doxygen stuff gets rebuilt when version changes 2014-09-15 10:36:09 +03: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 Make --pipe command failures reflect our exit codes (RhBug:735481) 2011-09-05 08:38:31 +03:00
cliutils.h Make --pipe command failures reflect our exit codes (RhBug:735481) 2011-09-05 08:38:31 +03:00
configure.ac Add RubyGems support. 2015-11-12 10:51:30 +01:00
debug.h Eliminate debug junk from the API 2007-12-04 11:25:46 +02:00
installplatform Add support for MIPS platform 2015-07-15 10:05:55 +02:00
macros.in Add RubyGems support. 2015-11-12 10:51:30 +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 Eliminate built-in selinux support. RIP. 2013-03-21 13:56:33 +02:00
rpm2archive.c Add rpm2archive utility for converting rpm payload to tar archives. 2014-03-11 10:49:55 +01:00
rpm2cpio.c Make rpm2cpio exit code accurate for large packages and partial copy 2012-03-14 11:20:42 +02:00
rpmbuild.c rpmbuild: Fix build-in-place to work with target option 2015-07-23 17:21:19 +02:00
rpmdb.c Add crude --exportdb and --importdb operations to rpmdb utility 2013-03-11 15:37:56 +02:00
rpmkeys.c Add --test option to rpmkeys 2012-02-03 12:47:19 +02:00
rpmpopt.in Add file signature support to rpmsign command 2015-08-12 14:23:31 +02:00
rpmqv.c Add --reinstall command to rpm cli 2014-03-04 13:43:01 +02:00
rpmrc.in Add support for MIPS platform 2015-07-15 10:05:55 +02:00
rpmsign.c Add support for passing the file signing key password 2015-08-12 14:23:31 +02:00
rpmspec.c Adjust rpmspec -P to invoke non-build parse 2013-01-22 13:34:14 +02:00
system.h Eliminate built-in selinux support. RIP. 2013-03-21 13:56:33 +02: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).