Package rpm: Information
Source package: rpm
Version: 4.0.4-alt101.M80P.5.6
Build time: Dec 20, 2019, 05:37 PM in the task #243303
Category: System/Configuration/Packaging
Report package bugHome page: http://www.rpm.org/
License: GPL
Summary: The RPM package management system
Description:
The RPM Package Manager (RPM) is a powerful command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages. Each software package consists of an archive of files along with information about the package like its version, a description, etc.
List of RPM packages built from this SRPM:
librpm (x86_64, i586)
librpm-debuginfo (x86_64, i586)
librpm-devel (x86_64, i586)
librpm-devel-static (x86_64, i586)
librpmbuild (x86_64, i586)
librpmbuild-debuginfo (x86_64, i586)
python-module-rpm (x86_64, i586)
python-module-rpm-debuginfo (x86_64, i586)
rpm (x86_64, i586)
rpm-build (x86_64, i586)
rpm-build-debuginfo (x86_64, i586)
rpm-checkinstall (noarch)
rpm-debuginfo (x86_64, i586)
rpm-static (x86_64, i586)
rpm-static-debuginfo (x86_64, i586)
librpm (x86_64, i586)
librpm-debuginfo (x86_64, i586)
librpm-devel (x86_64, i586)
librpm-devel-static (x86_64, i586)
librpmbuild (x86_64, i586)
librpmbuild-debuginfo (x86_64, i586)
python-module-rpm (x86_64, i586)
python-module-rpm-debuginfo (x86_64, i586)
rpm (x86_64, i586)
rpm-build (x86_64, i586)
rpm-build-debuginfo (x86_64, i586)
rpm-checkinstall (noarch)
rpm-debuginfo (x86_64, i586)
rpm-static (x86_64, i586)
rpm-static-debuginfo (x86_64, i586)
Maintainer: Vladimir D. Seleznev
List of contributors:
Vladimir D. Seleznev
Ivan Zakharyaschev
Dmitry V. Levin
Gleb Fotengauer-Malinovskiy
Alexey Tourbin
Vitaly Kuznetsov
Kirill A. Shutemov
Alex V. Myltsev
Grigory Batalov
Vladimir D. Seleznev
Ivan Zakharyaschev
Dmitry V. Levin
Gleb Fotengauer-Malinovskiy
Alexey Tourbin
Vitaly Kuznetsov
Kirill A. Shutemov
Alex V. Myltsev
Grigory Batalov
Last changed
Oct. 16, 2019 Vladimir D. Seleznev 4.0.4-alt101.M80P.5.6
- build: backported %autopatch support.
June 7, 2019 Ivan Zakharyaschev 4.0.4-alt101.M80P.5.5
- Changes in what is considered "newer" by rpm -U:
+ The branch prefixes of disttags are ordered by rpmvercmp() rather than
lexicographically. (For example, the numeric parts of "p8" or "p10" are
compared as numbers. However, the first letter in "p7" or "c8.1" is more
significant.)
+ An empty epoch is treated the same as 0, as in rpmevrcmp from ALT's
rpm-4.13. (Used to be before: 2-alt1 < 0:1-alt1; now: 2-alt1 > 0:1-alt1)
+ Before the comparison, an optional initial padding (which is terminated
by :) is skipped. (This will be useful for generating >,<-deps
compatible with disttag-unaware rpm & apt.)June 5, 2019 Ivan Zakharyaschev 4.0.4-alt101.M80P.5.4
- Make rpm -q/-e accept package specification in [E:]V[-R[:D]][@T] format (with Epoch! As in rpm-4.13. Thx Vladimir D. Seleznev vseleznv@.) (ALT#36862) - Provides: RPMQ(EPOCH) RPMQ(BUILDTIME) RPMQ(DISTTAG) (to be required by APT and other tools such as update-kernel, which need to query the RPM db by specifying Epoch, Buildtime, and Disttag).