Package rpm: Information

Source package: rpm
Version: 4.0.4-alt101.M80P.4
Build time:  Feb 21, 2019, 09:26 PM in the task #221431
Report package bug
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 rpms provided by 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)

Maintainer: Ivan Zakharyaschev


    1. libdb4.7-devel-static
    2. libelf-devel-static
    3. autoconf >= 2.53
    4. libselinux-devel >= 2.0.96
    5. automake >= 1.7.1
    6. liblzma-devel-static
    7. bzlib-devel-static
    8. /usr/bin/subst
    9. coreutils >= 6.0
    10. rpm >= 3.0.6-ipl24mdk
    11. elfutils-devel
    12. python-devel
    13. libpopt-devel-static
    14. zlib-devel-static
    15. libbeecrypt-devel-static >= 4.2.1

Last changed


Feb. 13, 2019 Ivan Zakharyaschev 4.0.4-alt101.M80P.4
- Merged rpmEVRcmp() fixes into p8, c8:
  + rpmEVRcmp() (and hence rpmRangesOverlap()) made asymmetric w.r.t.
    underspecified release. (Provides: N = V can't anymore satisfy
    Requires: N = V-R. Look out for unmets!)
Feb. 12, 2019 Ivan Zakharyaschev 4.0.4-alt100.76.M70P.2
[rpm-4.13-alt6 alike]
- rpmEVRcmp() (and hence rpmRangesOverlap()) made asymmetric w.r.t.
  underspecified release. (Provides: N = V can't anymore satisfy
  Requires: N = V-R. Look out for unmets!)
  (with help of Vladimir D. Seleznev)
- rpmRangesOverlap() optimized (can run ca. 30% faster).
- checkinstall subpackage added.
[rpm-build] (backported from Sisyphus rpm-build by vseleznv@)
- support for SOURCE_DATE_EPOCH environment variable
- device and inode numbers remapping
Sept. 26, 2018 Vladimir D. Seleznev 4.0.4-alt101.M80P.3
- psm.c: write installed/removed package disttag if present to syslog.
- Add _allow_deps_with_beginning_dot macro to allow dependencies
  beginning with a dot character (such as ones generated by replaceDeps
  function) in spec file.