Package rpm: Information

    Source package: rpm
    Version: 4.13.0.1-alt24
    Build time:  Sep 4, 2020, 08:52 PM in the task #254187
    Report package bug
    License: GPLv2+
    Summary: The RPM package management system
    Description: 
    The RPM Package Manager (RPM) is a powerful command line driven
    package management system capable of installing, uninstalling,
    verifying, querying, and updating software packages. Each software
    package consists of an archive of files along with information about
    the package like its version, a description, etc.

    List of rpms provided by this srpm:
    librpm-devel (x86_64, ppc64le, i586, armh, aarch64)
    librpm-devel-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    librpm7 (x86_64, ppc64le, i586, armh, aarch64)
    librpm7-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    librpmbuild7 (x86_64, ppc64le, i586, armh, aarch64)
    librpmbuild7-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    python-module-rpm (x86_64, ppc64le, i586, armh, aarch64)
    python-module-rpm-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    python3-module-rpm (x86_64, ppc64le, i586, armh, aarch64)
    python3-module-rpm-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    rpm (x86_64, ppc64le, i586, armh, aarch64)
    rpm-checkinstall (noarch)
    rpm-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    rpm-plugin-hdrcache (x86_64, ppc64le, i586, armh, aarch64)
    rpm-plugin-hdrcache-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    rpm-plugin-ima (x86_64, ppc64le, i586, armh, aarch64)
    rpm-plugin-ima-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    rpm-plugin-syslog (x86_64, ppc64le, i586, armh, aarch64)
    rpm-plugin-syslog-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    rpm-plugin-systemd-inhibit (x86_64, ppc64le, i586, armh, aarch64)
    rpm-plugin-systemd-inhibit-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    rpm2archive (x86_64, ppc64le, i586, armh, aarch64)
    rpm2archive-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    rpmspec (x86_64, ppc64le, i586, armh, aarch64)
    rpmspec-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Ivan Zakharyaschev


      1. python3-devel >= 3.2
      2. libmagic-devel
      3. libmemcached-devel
      4. python3-module-setuptools
      5. libzstd-devel
      6. elfutils-devel >= 0.112
      7. fakechroot
      8. gawk
      9. popt-devel >= 1.10.2
      10. libtool
      11. libcap-devel
      12. libacl-devel
      13. python-devel >= 2.6
      14. readline-devel
      15. rpm-build-python3
      16. python-module-setuptools
      17. libdb4-devel
      18. libdbus-devel
      19. libarchive-devel
      20. libselinux-devel
      21. libelf-devel
      22. automake
      23. libbeecrypt-devel
      24. binutils-devel
      25. gettext-devel
      26. bzip2-devel
      27. liblua5-devel >= 5.1
      28. liblzma-devel >= 4.999.8
      29. liblzo2-devel
      30. zlib-devel

    Last changed


    Aug. 29, 2020 Ivan Zakharyaschev 4.13.0.1-alt24
    [Restored some patches from 4.0.4-alt94]
    - rpmrc.c: recognize new Intel CPUs (Dmitry V. Levin)
    - rpmrc.c: classify SSE2-capable Intel CPUs as "pentium4" (Alexey Tourbin)
      [Restored a patch from 4.0.4-alt98.26]
    - rpmrc.c (is_pentiumN): Added models with nonzero extended model
      (Dmitry V. Levin; reported by Alexander Sharapov).
      (Closes: #38708)
    July 3, 2020 Ivan Zakharyaschev 4.13.0.1-alt23
    - Fixed a bug in ARM hardfloat detection (armv?h* archs), introduced
      in 4.13.0.1-alt22, which would prevent normal installation of armh
      packages on such machines. (Note that rpm-build-4.0.4-alt141 is still
      ignorant of armv?h* arches, so the only way to build packages installable
      on such machines is with --target armh.)
    June 28, 2020 Ivan Zakharyaschev 4.13.0.1-alt22
    - Improved machine detection & configuration for:
      + x86_64 on Darwin, armv5tl, Transmeta Crusoe as i686, parisc as hppa (on linux)
        (cherry-picked from upstream);
      + armv8[h]l (further refined by me on the base of changes from upstream and
        Peter Robinson).
      (Accompanying macros have been added, too.)