Go to file
Panu Matilainen 4762c7a3ad Bump gettext version to 0.18.2 to get rid of deprecation warnings
Our beloved gettext 0.16.1 version causes automake to complain about
AM_PROG_MKDIR_P being deprecated although we never directly use such
a macro for anything. This appears to have been fixed in gettext 0.18.2
so bump to that version, having been released in 2012 makes it, um,
mature enough, even for rpm purposes.
2020-03-25 15:40:04 +02:00
build Restore flagless variants of rpmExprBool() and rpmExprStr() for ABI compat 2020-03-23 13:44:12 +02:00
ci And now that we can, remove extra compilation step from CI 2020-03-25 15:39:54 +02:00
db3 Remove BDB RPC "support" 2009-09-21 11:00:50 +03:00
doc Stop adding rpm v3 header+payload signatures by default where not needed 2020-03-10 12:11:17 +02:00
fileattrs update OCaml requires/provides to cover also cmx 2020-03-10 12:03:42 +02:00
lib Drop the experimental LMDB backend 2020-03-20 12:31:04 +02:00
luaext Move redirect2null() out of posix extensions but preserve compatibility 2019-03-01 14:56:31 +02:00
misc Revert "Only build bundled fts if system has a bad version that doesn't handle LFS" 2017-08-10 20:15:02 +03:00
plugins Use common error logic regardless of setexecfilecon() availability 2020-02-19 14:26:15 +01:00
po Update translations from Zanata 2020-03-23 14:51:03 +02:00
python Replace all PyInt_* uses with PyLong_* in the codebase 2019-08-12 09:54:44 +03:00
rpmio Restore flagless variants of rpmExprBool() and rpmExprStr() for ABI compat 2020-03-23 13:44:12 +02:00
scripts update OCaml requires/provides to cover also cmx 2020-03-10 12:03:42 +02:00
sign Stop adding rpm v3 header+payload signatures by default where not needed 2020-03-10 12:11:17 +02:00
tests Stop adding rpm v3 header+payload signatures by default where not needed 2020-03-10 12:11:17 +02:00
tools Fix sepdebugcrcfix compilation on platforms without MAP_POPULATE 2020-01-14 12:37:41 +02:00
.gitignore gitignore update 2018-02-27 11:25:09 +02:00
.mailmap mailmap: invert emails for Igor Gnatenko 2018-09-17 13:55:04 +03:00
CHANGES Spelling fixes 2017-06-27 14:42:21 +02:00
COPYING Explicitly mention that the rpmio/ sub dir is under LGPL 2020-01-29 14:48:38 +02:00
CREDITS Update CREDITS for last years new contributors 2019-09-26 11:38:26 +03:00
INSTALL Document popt build-requirement and point a download location 2019-11-08 10:50:02 +02:00
Makefile.am Fix "make distcheck" failing right after ./configure 2020-03-25 15:39:54 +02:00
Makefile.maint Fix "make dist" work out of the box again 2016-11-04 11:02:50 +02:00
README Update community link in README 2017-04-05 11:57:00 +03:00
autogen.sh Just use autoreconf in autogen.sh (ticket #109) 2009-11-26 09:46:48 +02:00
cliutils.c Stop NSPR from messing with our signals 2017-05-10 13:59:58 +03:00
cliutils.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
configure.ac Bump gettext version to 0.18.2 to get rid of deprecation warnings 2020-03-25 15:40:04 +02:00
debug.h Eliminate debug junk from the API 2007-12-04 11:25:46 +02:00
installplatform RISCV 64-bit (riscv64) support. 2016-08-22 21:16:48 +01:00
macros.in Drop the experimental LMDB backend 2020-03-20 12:31:04 +02:00
mkinstalldirs update mkinstalldirs to latest version (2009) 2017-07-27 13:59:01 +02:00
platform.in platform: Ensure empty buildroot for %install 2020-02-05 15:57:19 +02:00
preinstall.am Move cli verify flags to rpmcli.h where they belong, lose rpmvf.h 2017-11-13 16:39:28 +02:00
rpm.am Bump libtool version info in preparation of 4.16.x branch 2020-03-23 14:51:03 +02:00
rpm.c Rename rpmqv.c to rpm.c, as it's the main source for the rpm command 2019-06-03 15:10:46 +03:00
rpm.pc.in Nuke leftover LMDB reference in rpm.pc.in 2020-03-23 16:36:06 +02:00
rpm2archive.c Fix recently introduced uninitialized variable warning in rpm2archive 2019-05-07 15:24:43 +02:00
rpm2cpio.c rpm2cpio cannot handle files over 4GB, error out cleanly (RhBug:1662481) 2019-01-02 11:36:50 +02:00
rpmbuild.c Add support for dynamic BuildRequires 2019-05-28 09:24:01 +03:00
rpmdb.c Add a --salvagedb option to the rpmdb tool 2020-02-26 12:50:22 +02:00
rpmkeys.c Create transaction set only after initializing rpm itself, oops 2018-06-19 11:46:41 +03:00
rpmpopt.in Remove --sign from rpmbuild 2020-01-31 10:02:57 +02:00
rpmrc.in Remove problematic sub variants of armv8 and related 2019-10-24 11:22:12 +03:00
rpmsign.c Stop adding rpm v3 header+payload signatures by default where not needed 2020-03-10 12:11:17 +02:00
rpmspec.c Reset global macro state after each spec query/parse 2020-02-12 10:23:23 +01:00
system.h Move <dlfcn.h> out of system.h 2020-02-04 16:39:16 +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/community 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).