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

Исходный пакет: rpm
Версия: 4.0.4-alt101.M80P.4
Собран:  21 февраля 2019 г. 21:26 в задании #221431
Сообщить об ошибке в пакете
Домашняя страница: http://www.rpm.org/

Лицензия: GPL
О пакете: 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 (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)

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


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

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


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