Package rpm-build: Information

Source package: rpm-build
Version: 4.0.4-alt114
Latest version according to Repology
Build time:  Jun 30, 2018, 07:48 PM in the task #209334
Report package bug
License: GPL
Summary: Scripts and executable programs used to build packages
Description: 
This package contains scripts and executable programs that are used to
build packages using RPM.

List of rpms provided by this srpm:
librpm (x86_64, i586, aarch64)
librpm-debuginfo (x86_64, i586, aarch64)
librpmbuild (x86_64, i586, aarch64)
librpmbuild-debuginfo (x86_64, i586, aarch64)
rpm-build (x86_64, i586, aarch64)
rpm-build-debuginfo (x86_64, i586, aarch64)

Maintainer: Alexey Tourbin



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

Last changed


June 30, 2018 Alexey Tourbin 4.0.4-alt114
- cpio.c: Fixed the conversion of 8-digit hex file sizes from cpio header.
  Packages with a 2GB+ file should now be installable.
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.