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

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

Исходный пакет: rpm
Версия: 4.13.0.1-alt11
Последняя версия по данным Repology
Собран:  28 июня 2019 г. 18:19 в задании #233364
Сообщить об ошибке в пакете
Домашняя страница: 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)

Сопровождающий: Dmitry V. Levin



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

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


28 июня 2019 г. Dmitry V. Levin 4.13.0.1-alt11
- Renamed /usr/lib/tmpfiles.d/rpm.conf to /lib/tmpfiles.d/rpm.conf.
- rpmspec: backported my parseBits fixes from rpm-4.15.0.
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.)