Go to file
Panu Matilainen 3df1dd3a35 Refactor tag name formatting to a helper function
No functional changes, we'll need this in the next commit(s).
2024-02-19 11:47:54 +02:00
.github Drop bug label from the issue template 2024-01-22 09:47:00 +02:00
build Add support for spec local file attributes and generators 2024-02-15 09:00:59 +01:00
cmake Add a cmake shortcut to the macros.d directory 2023-10-05 09:28:19 +03:00
docs Add support for spec local file attributes and generators 2024-02-15 09:00:59 +01:00
fileattrs Fix comment line handling in sysusers.d(8) files 2023-11-07 10:09:38 +02:00
include/rpm Add a note about rpmfiFN()/rpmfiOFN() pointer validity to API docs 2024-01-31 10:09:07 +02:00
lib Refactor tag name formatting to a helper function 2024-02-19 11:47:54 +02:00
misc Fix libintl linkage and include directories (cmake transition fallout) 2024-01-08 12:32:35 +02:00
plugins Fix libintl linkage and include directories (cmake transition fallout) 2024-01-08 12:32:35 +02:00
po@eee506492f Update translation submodule for new translations 2023-09-04 10:17:23 +02:00
python Support rpmver-py comparison operator inheritance 2024-01-16 12:25:35 +01:00
rpmio Fix an UB in expression code (when built without -fno-strict-overflow) 2024-01-31 10:55:38 +02:00
scripts perl.req: make heredoc block matching more generic 2024-01-22 16:56:17 +01:00
sign Fix libintl linkage and include directories (cmake transition fallout) 2024-01-08 12:32:35 +02:00
tests Add support for spec local file attributes and generators 2024-02-15 09:00:59 +01:00
tools Drop erroneous BYPRODUCTS uses from the cmake files 2024-02-13 09:48:29 +02:00
.dockerignore Turn Dockerfile into a standalone RPM image 2023-07-25 19:54:48 +02:00
.gitignore Standardize on OCI images in test-suite 2023-10-31 14:53:29 +02: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 erroneous BYPRODUCTS uses from the cmake files 2024-02-13 09:48:29 +02:00
CONTRIBUTING.md Add a blurb about portability expecations to contributing guidelines 2023-10-31 13:41:25 +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 a change 2021-03-18 09:37:17 +02:00
INSTALL Move OpenSSL code to newer API from version 3.0 2023-11-07 10:11:08 +02:00
README Fix typos 2023-10-31 08:52:08 +01:00
config.h.in Add a build option for enabling address sanitizer, use for CI 2024-01-31 10:13:08 +02:00
installplatform Allow setting platform macro settings externally (#2585) 2023-07-28 12:16:56 +02:00
macros.in Allow to specify a default for bcond features in a macro file 2024-02-09 11:19:54 +01:00
platform.in Make RUNDIR lower case (rundir) 2023-07-17 15:54:47 +02:00
rpm.pc.in Make our plugin directory a global cache configurable and export it 2023-10-03 15:40:04 +03: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 related 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).