![]() With OverlayFS and unshare(1) being used in the test-suite, some of the directories in the test tree, sandbox and rpmtests.dir/ end up missing read/write or execute (for directories) permissions which means removing them requires excessive force in the form of "unshare -r rm -rf". CMake is clever enough to adjust the permissions behind the scenes on "make clean" but manual removal should just work too, so fix that with chmod(1) in the clean_up() trap. |
||
---|---|---|
.github/workflows | ||
build | ||
docs | ||
fileattrs | ||
include/rpm | ||
lib | ||
misc | ||
plugins | ||
po@7a4ba50bd5 | ||
python | ||
rpmio | ||
scripts | ||
sign | ||
tests | ||
tools | ||
.dockerignore | ||
.gitignore | ||
.gitmodules | ||
.mailmap | ||
CMakeLists.txt | ||
CONTRIBUTING.md | ||
COPYING | ||
CREDITS | ||
INSTALL | ||
README | ||
cliutils.c | ||
cliutils.h | ||
config.h.in | ||
debug.h | ||
installplatform | ||
macros.in | ||
platform.in | ||
rpm.c | ||
rpm.pc.in | ||
rpm2archive.c | ||
rpm2cpio.c | ||
rpmbuild.c | ||
rpmdb.c | ||
rpmkeys.c | ||
rpmpopt.in | ||
rpmrc.in | ||
rpmsign.c | ||
rpmspec.c | ||
system.h |
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).