Package rpm: Information

Source package: rpm
Version: 4.13.0.1-alt10
Latest version according to Repology
Build time:  Jun 21, 2019, 07:11 AM in the task #232696
Report package bug
License: GPLv2+
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-devel (x86_64, i586, aarch64)
librpm-devel-debuginfo (x86_64, i586, aarch64)
librpm7 (x86_64, i586, aarch64)
librpm7-debuginfo (x86_64, i586, aarch64)
librpmbuild7 (x86_64, i586, aarch64)
librpmbuild7-debuginfo (x86_64, i586, aarch64)
python-module-rpm (x86_64, i586, aarch64)
python-module-rpm-debuginfo (x86_64, i586, aarch64)
python3-module-rpm (x86_64, i586, aarch64)
python3-module-rpm-debuginfo (x86_64, i586, aarch64)
rpm (x86_64, i586, aarch64)
rpm-checkinstall (noarch)
rpm-debuginfo (x86_64, i586, aarch64)
rpm-plugin-hdrcache (x86_64, i586, aarch64)
rpm-plugin-hdrcache-debuginfo (x86_64, i586, aarch64)
rpm-plugin-ima (x86_64, i586, aarch64)
rpm-plugin-ima-debuginfo (x86_64, i586, aarch64)
rpm-plugin-syslog (x86_64, i586, aarch64)
rpm-plugin-syslog-debuginfo (x86_64, i586, aarch64)
rpm-plugin-systemd-inhibit (x86_64, i586, aarch64)
rpm-plugin-systemd-inhibit-debuginfo (x86_64, i586, aarch64)
rpm2archive (x86_64, i586, aarch64)
rpm2archive-debuginfo (x86_64, i586, aarch64)
rpmspec (x86_64, i586, aarch64)
rpmspec-debuginfo (x86_64, i586, aarch64)

Maintainer: Ivan Zakharyaschev



    1. libselinux-devel
    2. libelf-devel
    3. automake
    4. python3-devel >= 3.2
    5. binutils-devel
    6. liblua5-devel >= 5.1
    7. liblzma-devel >= 4.999.8
    8. liblzo2-devel
    9. python3-module-setuptools
    10. gettext-devel
    11. bzip2-devel
    12. elfutils-devel >= 0.112
    13. libmagic-devel
    14. libmemcached-devel
    15. fakechroot
    16. popt-devel >= 1.10.2
    17. readline-devel
    18. libacl-devel
    19. python-devel >= 2.6
    20. gawk
    21. libtool
    22. rpm-build-python3
    23. python-module-setuptools
    24. libcap-devel
    25. libarchive-devel
    26. zlib-devel
    27. libdb4-devel
    28. libdbus-devel
    29. libbeecrypt-devel

Last changed


June 20, 2019 Ivan Zakharyaschev 4.13.0.1-alt10
- Packaged the forgtotten new rpmvercmp.h (whose use is discouraged
  in favor of rpmEVRDTCompare() or rpmRangesOverlap()).
June 11, 2019 Ivan Zakharyaschev 4.13.0.1-alt9
- lib: introduced rpmEVRDTCompare() (useful for APT).
- 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:
  + Before the comparison of disttags, an optional initial padding
    (which is terminated by :) is skipped. (This will be useful for
    generating >,<-deps compatible with disttag-unaware rpm & apt.)
  + If a disttag contains no + separator (old format), the branch prefix is
    assumed to be empty (and hence "older" than any other branch prefix).
  + 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.
  + 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.)
- Give a default value to %_priority_distbranch based on the disttag
  when this package is built (the prefix before +),
  i.e., the current repo branch by default.
  (Useful for getting the rpm tool with good behavior in branches (like p9)
  forked off Sisyphus after disttags were introduced.)
June 11, 2019 Ivan A. Melnikov 4.13.0.1-alt8
- Fix crash in syslog plugin (closes: #35722).
- Fix setting permissions for hardlinked files even if some
  of the files are skipped (closes: #32997).