Package rpm-build: Information

    Source package: rpm-build
    Version: 4.0.4-alt164.E2K.2
    Build time:  Mar 12, 2021, 07:25 PM
    Report package bug
    License: GPLv2+
    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 (e2kv5, e2kv4, e2k)
    librpm-debuginfo (e2kv5, e2kv4, e2k)
    librpmbuild (e2kv5, e2kv4, e2k)
    librpmbuild-debuginfo (e2kv5, e2kv4, e2k)
    rpm-build (e2kv5, e2kv4, e2k)
    rpm-build-checkinstall (noarch)
    rpm-build-debuginfo (e2kv5, e2kv4, e2k)

    Maintainer: Andrew Savchenko


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

    Last changed


    March 12, 2021 Andrew Savchenko 4.0.4-alt164.E2K.2
    - E2K: Fix debuglink name, so it can be picked up by gdb from /usr/lib/debug.
    Jan. 18, 2021 Andrew Savchenko 4.0.4-alt164.E2K.1
    Sync with sisyphus 4.0.4-alt164:
    - ldd.in: fix trace_elf error diagnostics (ldv).
    - rpmio: Workaround another liblzma memory allocation failure on armh.
    - rpmio+pack: Update rpmio_flags 'T' with actual threads used.
    - rpmio: Make xzdio errors more informative.
    - rpmio: Fix lzopen_internal mode parsing when 'Tn' is used.
    - Added fixup method: gnuconfig.
    - Downgrade XZ->LZMA automatically for small payloads (by Alexey Tourbin).
    - Added payload compression string diagnostics.
    - Fixed exit status of "rpmbuild --version" command.
    [skipped] debuginfo: strip --reloc-debug-sections for kernel modules. [not needed on e2k]
    - rpmio: Lower memory limit on 32-bit arches for xz compression, again.
    - brp-debuginfo: Add debug sources check.
    - rpmio: Include rpmmacro.h to fix compilation warning.
    - Add a wrapper for install in %install section to skip strip.
    - rpmio: Lower memory limit on 32-bit systems for xz compression.
    - rpmio: Make liblzma errors more verbose.
    - Prevent exceeding 32 bit memory limitations with xz compression.
    - Add support and enable multi-threaded xz payload compression.
    - Add affinity aware %getncpus macro.
    - platform: change %__nprocs to use %getncpus instead of nproc(1).
    Dec. 7, 2020 Andrew Savchenko 4.0.4-alt156.E2K.3
    - Fix race condition during debuginfo processing using objcopy on identical
      file names.