Package rpm: Information

    Source package: rpm
    Version: 4.13.0.1-alt24
    Build time:  Sep 8, 2020, 06:18 AM
    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 (mipsel)
    librpm-devel-debuginfo (mipsel)
    librpm7 (mipsel)
    librpm7-debuginfo (mipsel)
    librpmbuild7 (mipsel)
    librpmbuild7-debuginfo (mipsel)
    python-module-rpm (mipsel)
    python-module-rpm-debuginfo (mipsel)
    python3-module-rpm (mipsel)
    python3-module-rpm-debuginfo (mipsel)
    rpm (mipsel)
    rpm-checkinstall (noarch)
    rpm-debuginfo (mipsel)
    rpm-plugin-hdrcache (mipsel)
    rpm-plugin-hdrcache-debuginfo (mipsel)
    rpm-plugin-ima (mipsel)
    rpm-plugin-ima-debuginfo (mipsel)
    rpm-plugin-syslog (mipsel)
    rpm-plugin-syslog-debuginfo (mipsel)
    rpm-plugin-systemd-inhibit (mipsel)
    rpm-plugin-systemd-inhibit-debuginfo (mipsel)
    rpm2archive (mipsel)
    rpm2archive-debuginfo (mipsel)
    rpmspec (mipsel)
    rpmspec-debuginfo (mipsel)

    Maintainer: Ivan Zakharyaschev


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

    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.)