Пакет rpm: Информация

  • Default inline alert: Версия в репозитории: 4.13.0.1-alt24

Исходный пакет: rpm
Версия: 4.13.0.1-alt10
Собран:  22 июня 2019 г. 2:01 в задании #232742
Сообщить об ошибке в пакете
Домашняя страница: http://www.rpm.org/

Лицензия: GPLv2+
О пакете: The RPM package management system
Описание: 
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.

Список rpm-пакетов, предоставляемых данным 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)

Сопровождающий: Ivan Zakharyaschev


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

Последнее изменение


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()).
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.)
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).