Go to file
Panu Matilainen 86f7898dd6 Fix couple of bytes vs strings issues in Python tests
For the purposes of rpmio testing and importing public key, we're
dealing with bytes rather than encoded strings. In the carefree days
of Python 2 such details didn't matter, in Python 3 they cause failures.
The signed package test still fails after this one but it's due to
a more general issue.
2018-10-04 17:50:43 +03:00
build build: Make sure SOURCE_DATE_EPOCH is in the past 2018-10-01 14:10:55 +02:00
ci Ensure /usr/bin/python is present in the CI environment 2018-06-12 16:20:13 +03:00
db3 Remove BDB RPC "support" 2009-09-21 11:00:50 +03:00
doc Add shortcut to --nodebuginfo 2018-08-20 14:20:25 +03:00
fileattrs fileattrs: Prepare python attr path for Python versions greater than 3.9 2018-10-03 14:19:01 +03:00
lib Ensure space between user and group in verbose file query output (#544) 2018-10-01 18:03:30 +03:00
luaext Fix out-of-tree build regression 2018-06-27 15:15:54 +03: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 ima: Also apply signatures to config files 2018-02-12 10:21:40 +02:00
po Update Polish plural forms 2017-11-03 10:31:11 +02:00
python Fix ancient python GIL locking bug on callback (RhBug:1632488) 2018-10-03 11:51:38 +03:00
rpmio Implement thread protection locking on the string pool 2018-09-28 15:32:55 +03:00
scripts Take %_prefix into account when compressing man pages etc, take II 2018-10-01 15:39:03 +03:00
sign Plug the last data "leak" from rpmlead 2018-04-18 14:36:01 +03:00
tests Fix couple of bytes vs strings issues in Python tests 2018-10-04 17:50:43 +03:00
tools Return error codes from elfdeps 2018-08-24 12:14:07 +03: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 COPYING: Minor grammar fixes 2018-01-09 11:01:45 +02:00
CREDITS Update CREDITS for a change 2018-08-21 14:34:10 +03:00
INSTALL Fix fakechroot wrong URL. 2017-07-04 12:08:30 +02:00
Makefile.am Move macros.debug to test-suite data directory 2018-04-13 12:18:45 +03: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 Add switch to disable systemd-inhibit plugin 2018-02-26 15:33:11 +01: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 Fix %requires_eq() in non-English locale 2018-10-01 16:28:45 +03:00
mkinstalldirs update mkinstalldirs to latest version (2009) 2017-07-27 13:59:01 +02:00
platform.in Take %_prefix into account when compressing man pages etc, take II 2018-10-01 15:39:03 +03: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 sonames in preparation of 4.14.x branch 2017-08-10 10:34:01 +03:00
rpm.pc.in Add LMDB backend to RPM 2017-08-17 12:49:06 +03:00
rpm2archive.c Use new RPMVSF_MASK_* constants 2018-06-05 11:16:36 +02:00
rpm2cpio.c Use new RPMVSF_MASK_* constants 2018-06-05 11:16:36 +02:00
rpmbuild.c Split cli verification flags out of qva_flags 2017-11-14 11:12:04 +02:00
rpmdb.c Remove bunch of redundant environ declarations 2017-06-09 11:37:03 +03:00
rpmkeys.c Create transaction set only after initializing rpm itself, oops 2018-06-19 11:46:41 +03:00
rpmpopt.in Skip showing empty Relocations line in rpm -qi 2018-08-24 13:12:32 +03:00
rpmqv.c Implement include-filtering for verification too 2017-11-10 12:59:42 +02:00
rpmrc.in Add armv8* arch variants to rpmrc.in and %arm macro 2018-10-01 15:48:56 +03:00
rpmsign.c Fix a number of problems in get_fskpass() 2017-06-09 12:57:00 +03:00
rpmspec.c Add --target as global option 2017-04-04 10:32:09 +03:00
system.h Actually test for __progname too 2017-03-24 14:20:48 +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).