Package rpm-build: Information

    Source package: rpm-build
    Version: 4.0.4.204-alt1
    Build time:  Dec 31, 2024, 05:00 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 RPM packages built from this SRPM:
    librpm (riscv64)
    librpm-debuginfo (riscv64)
    librpmbuild (riscv64)
    librpmbuild-debuginfo (riscv64)
    rpm-build (riscv64)
    rpm-build-checkinstall (noarch)
    rpm-build-debuginfo (riscv64)

    Maintainer: Vitaly Chikunov


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

    Last changed


    Dec. 31, 2024 Vitaly Chikunov 4.0.4.204-alt1
    - Apply various gcc14 FTBFS fixes.
    - %autopatch behavior change: now patches applied in Patch<N> index order
      instead of Patch spec definition order.
    - Implement %elif/%elifarch.
    - Add a warning about garbage after %else/%endif.
    - Backport %dnl macro (for commenting).
    - Backport %{shrink:...} macro (for joining lines).
    - Backport support for multiline macros.
    Oct. 25, 2024 Vitaly Chikunov 4.0.4.203-alt1
    - Fix packaging debuginfo for ZSTD compressed kernel modules.
    - Do not put uncompressed kernel modules into -debuginfo package.
    Oct. 20, 2024 Arseny Maslennikov 4.0.4.202-alt1
    - tree-wide: Made sure PAM modules under /usr are treated correctly.
    - brp-compress: Dropped the "ls -l | awk field 11" hack.