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

Исходный пакет: rpm
Версия: 4.0.4-alt101.M80P.5.5
Собран:  14 июня 2019 г. 20:01 в задании #229746
Сообщить об ошибке в пакете
Домашняя страница: 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. autoconf >= 2.53
    3. automake >= 1.7.1
    4. libelf-devel-static
    5. bzlib-devel-static
    6. liblzma-devel-static
    7. /usr/bin/subst
    8. coreutils >= 6.0
    9. elfutils-devel
    10. rpm >= 3.0.6-ipl24mdk
    11. zlib-devel-static
    12. libpopt-devel-static
    13. python-devel
    14. libdb4.7-devel-static
    15. libbeecrypt-devel-static >= 4.2.1

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


7 июня 2019 г. Ivan Zakharyaschev 4.0.4-alt101.M80P.5.5
- Changes in what is considered "newer" by rpm -U:
  + 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.)
  + An empty epoch is treated the same as 0, as in rpmevrcmp from ALT's
    rpm-4.13. (Used to be before: 2-alt1 < 0:1-alt1; now: 2-alt1 > 0:1-alt1)
  + Before the comparison, an optional initial padding (which is terminated
    by :) is skipped. (This will be useful for generating >,<-deps
    compatible with disttag-unaware rpm & apt.)
5 июня 2019 г. Ivan Zakharyaschev 4.0.4-alt101.M80P.5.4
- Make rpm -q/-e accept package specification in [E:]V[-R[:D]][@T] format
  (with Epoch! As in rpm-4.13. Thx Vladimir D. Seleznev vseleznv@.) (ALT#36862)
- Provides: RPMQ(EPOCH) RPMQ(BUILDTIME) RPMQ(DISTTAG)
  (to be required by APT and other tools such as update-kernel, which need
  to query the RPM db by specifying Epoch, Buildtime, and Disttag).
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.