Go to file
Panu Matilainen 9c96c5d4ca Axe the experimental non-privileged chroot support from b4c832ca
While the chroot call itself works nicely for a regular user with this,
user/group mapping does not and cannot be made to work, because that
requires a fork and we cannot very well fork the process from deep down
here.

Better to put the irrepairable thing out of its misery, users are far
better of wrapping rpm with the unshare command instead.
2023-09-15 16:23:46 +03:00
.github/workflows Bump actions/checkout from v2 to latest (v3) 2023-08-03 17:07:42 +02:00
build Drop top-level source for our global include directories 2023-09-13 13:34:17 +03:00
cmake Export our libraries as a cmake find_package() config 2023-09-01 10:43:33 +03:00
docs Support optional multifile protocol in dependency generation 2023-09-05 14:31:17 +03:00
fileattrs Add a Provides generator for rpm lua modules 2023-09-15 12:32:52 +03:00
include/rpm Make the plugin API public 2023-09-13 14:51:25 +03:00
lib Axe the experimental non-privileged chroot support from b4c832ca 2023-09-15 16:23:46 +03:00
misc Move rpmhash.[CH] into misc/ for clarity 2023-09-13 13:34:17 +03:00
plugins Make the plugin API public 2023-09-13 14:51:25 +03:00
po@eee506492f Update translation submodule for new translations 2023-09-04 10:17:23 +02:00
python Really handle hardlinks in the rpmunpack python example, doh 2023-06-27 15:19:49 +03:00
rpmio Drop top-level source for our global include directories 2023-09-13 13:34:17 +03:00
scripts Set default shell to /sbin/nologin 2023-07-28 09:46:01 +02:00
sign Drop top-level source for our global include directories 2023-09-13 13:34:17 +03:00
tests Axe the experimental non-privileged chroot support from b4c832ca 2023-09-15 16:23:46 +03:00
tools Drop top-level source for our global include directories 2023-09-13 13:34:17 +03:00
.dockerignore Turn Dockerfile into a standalone RPM image 2023-07-25 19:54:48 +02:00
.gitignore Support common mktree.fedora image in build dirs 2023-08-16 10:27:29 +03:00
.gitmodules Add rpm-l10n as a submodule into po/ 2022-11-02 14:22:13 +02:00
.mailmap Update credits for a change 2021-03-18 09:37:17 +02:00
CMakeLists.txt Drop top-level source for our global include directories 2023-09-13 13:34:17 +03:00
CONTRIBUTING.md Require real names for contributions 2023-06-28 11:08:00 +03:00
COPYING Explicitly mention that the rpmio/ sub dir is under LGPL 2020-01-29 14:48:38 +02:00
CREDITS Update credits for a change 2021-03-18 09:37:17 +02:00
INSTALL Document the main differences between rpm-sequoia and internal parser 2023-08-29 13:19:15 +03:00
README Fix broken link to downloads page 2023-07-25 09:04:34 +02:00
config.h.in Default to C.UTF-8 locale, allow fallback to C 2023-08-23 15:01:28 +03:00
installplatform Allow setting platform macro settings externally (#2585) 2023-07-28 12:16:56 +02:00
macros.in Default to C.UTF-8 locale, allow fallback to C 2023-08-23 15:01:28 +03:00
platform.in Make RUNDIR lower case (rundir) 2023-07-17 15:54:47 +02:00
rpm.pc.in Enable large file support on 32-bit systems again 2023-05-17 14:06:41 +02:00
rpmpopt.in Add aliases for weak dependency queries to rpmspec. 2023-08-21 12:10:13 +03:00
rpmrc.in Call RPM_CONFIGDIR just that consistently 2023-03-30 11:52:59 +03:00

README

This is RPM, the RPM Package Manager.

The latest releases are always available at:

	http://rpm.org/download.html

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).