Package rpm: Information

    Source package: rpm
    Version: 4.0.4-alt101.M80P.1.M80C.2
    Build time:  Oct 22, 2018, 03:56 PM in the task #213708
    Report package bug
    License: GPL
    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 (x86_64, i586)
    librpm-debuginfo (x86_64, i586)
    librpm-devel (x86_64, i586)
    librpm-devel-static (x86_64, i586)
    librpmbuild (x86_64, i586)
    librpmbuild-debuginfo (x86_64, i586)
    python-module-rpm (x86_64, i586)
    python-module-rpm-debuginfo (x86_64, i586)
    rpm (x86_64, i586)
    rpm-build (x86_64, i586)
    rpm-build-debuginfo (x86_64, i586)
    rpm-debuginfo (x86_64, i586)
    rpm-static (x86_64, i586)
    rpm-static-debuginfo (x86_64, i586)



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

    Last changed


    Sept. 26, 2018 Vladimir D. Seleznev 4.0.4-alt101.M80P.1.M80C.2
    - psm.c: write installed/removed package disttag if present to syslog.
    - Add _allow_deps_with_beginning_dot macro to allow dependencies
      beginning with a dot character (such as ones generated by replaceDeps
      function) in spec file.
    Sept. 3, 2018 Vladimir D. Seleznev 4.0.4-alt101.M80P.1.M80C.1
    - rpm-build (backported from Sisyphus rpm-build):
      + backported support for SOURCE_DATE_EPOCH environment variable
      + backported device and inode numbers remaping
      + backported upgradeInterdep function
      + backported support for $RPM_ADD_CHANGELOG_{NAME,TEXT,TIME} environment variables
    Jan. 16, 2017 Ivan Zakharyaschev 4.0.4-alt101.M80P.1
    - Merged rpm-build-4.0.4-alt102 into p8
      (everything except for separating rpm & -build):
      [4.0.4-alt102]
      + verify-elf: fixed passing of LD_PRELOAD in verify_unresolved.
      [4.0.4-alt101]
      + verify-elf: made verify_lfs check shared objects too.
      + Relaxed check for gcc package name in {cpp,pkgconfiglib}.req generators.
      [4.0.4-alt100.99]
      + Updated generator of non-LFS functions list.
      [4.0.4-alt100.97]
      + fixup-libraries: fixed recognition of PIEs (ldv@).
      + verify-elf: treat PIEs as executables in the check for unresolved symbols (ldv@).