Пакет librpm-devel: Информация

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

Бинарный пакет: librpm-devel
Версия: 4.13.0.1-alt7.1
Архитектура: i586
Собран:  5 июня 2019 г. 16:54 в задании #231538
Исходный пакет: rpm
Категория: Разработка/C
Сообщить об ошибке в пакете
Домашняя страница: http://www.rpm.org/

Лицензия: GPLv2+ and LGPLv2+ with exceptions
О пакете: Development files for manipulating RPM packages
Описание: 
This package contains the RPM C library and header files. These
development files will simplify the process of writing programs that
manipulate RPM packages and databases. These files are intended to
simplify the process of creating graphical package managers or any
other tools that need an intimate knowledge of RPM packages in order
to function.

This package should be installed if you want to develop programs that
will manipulate RPM packages and databases.

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


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


5 июня 2019 г. Ivan Zakharyaschev 4.13.0.1-alt7.1
- 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).
27 мая 2019 г. Ivan Zakharyaschev 4.13.0.1-alt7
(thx Vladimir D. Seleznev vseleznv@)
- Added support for dbi matching against DistTag and BuildTime (closes: #36375).
- Display NEVR with DistTag or BuildTime when label, specified to erase, is
  matching to multiple packages.
(thx Gleb F-Malinovskiy glebfm@)
- Fix non-LFS functions on i586 in rpm-plugins/systemd_inhibit.so,
  /usr/lib/rpm/sepdebugcrcfix (thx glebfm@).
11 февраля 2019 г. Ivan Zakharyaschev 4.13.0.1-alt6
- rpmRangesOverlap() made asymmetric w.r.t. underspecified release or disttag.
  (Provides: N = V can't anymore satisfy Requires: N = V-R. Look out for unmets!)
  (thx Vladimir D. Seleznev)
- rpmRangesOverlap() optimized (can run ca. 30% faster).
- checkinstall subpackage added.