Package librpm: Information

Binary package: librpm
Version: 4.0.4-alt113
Architecture: i586
Build time:  Jun 27, 2018, 03:09 PM in the task #209065
Source package: rpm-build
Category: System/Libraries
Report package bug
License: GPL/LGPL
Summary: Shared libraries required for applications which will manipulate RPM packages
Description: 
This package contains shared libraries required to run dynamically linked
programs manipulating with RPM packages and databases.

Maintainer: Alexey Tourbin


Last changed


June 26, 2018 Alexey Tourbin 4.0.4-alt113
- Implemented limited support for large files: a 2GB+ file can now be packaged,
  but the total size of uncompressed cpio payload is capped at 4 GB.
- Automatically downgrade LZMA compression levels 7-9 -> 6 on small payloads.
June 8, 2018 Gleb Fotengauer-Malinovskiy 4.0.4-alt112
- imz@:
  + Turned on running %__find_{conflicts,obsoletes} if they are defined.
  + shell.req.files: included #!/usr/bin/env sh.
  + verify-elf: allowed standalone use (without failing due to grep's status).
- macro.c: increased maximal macro depth.
- Introduced %_libsuff and %_is_libsuff macros.
- Added support of mips{,n32,64}{,el}, riscv64, and s390x targets.
- Added non-lfs symbols from librt.so.1 library to verify_lfs check.
- Filtered string functions from the list of non-lfs symbols.
May 22, 2018 Dmitry V. Levin 4.0.4-alt111
- ldd: changed to try interpreters listed in /usr/bin/ldd.
- platform: changed %__nprocs to use nproc(1) instead of /proc/stat.