Package rpm: Information

Source package: rpm
Version: 4.0.4-alt101.M80P.5.3
Build time:  May 30, 2019, 02:44 PM in the task #230644
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)



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

Last changed


May 29, 2019 Vladimir D. Seleznev 4.0.4-alt101.M80P.5.3
- rpmdb: rpmdbInitIterator() handles BuildTime and DistTag.
- lib: rpmErase() prints EVR(D|T) when multiple packages matched.
March 14, 2019 Ivan Zakharyaschev 4.0.4-alt101.M80P.5.2
- Changes in what is considered "newer" by rpm -U  pertaining to disttag
  comparison. (On the whole, to determine which package is "newer", first,
  the EVRs are compared, then the branch prefixes of the disttags if the
  disttags are present, and then the buildtimes.) The comparison of the disttags:
  + (new!) If a disttag contains no + separator (old format), the branch prefix is
    assumed to be empty (and hence "older" than any other branch prefix).
  + (new!) If the branch prefix of a disttag is equal to %_priority_distbranch
    (and it is not empty), then it is "newer" than any other ones.
  + (as before, since 4.0.4-alt101.M80P.5) The branch prefixes of disttags are
    ordered lexicographically.
- (disabled in this release; %if_enabled default_priority_distbranch)
  Give a default value to %_priority_distbranch based on the disttag
  when this package is built (the prefix before +).
March 4, 2019 Ivan Zakharyaschev 4.0.4-alt101.M80P.5.1
- lib/depends.c: make headerMatchesDepFlags() aware of the disttag
  of the header. (This should help to obsolete a specific disttag.)