Package rpm: Information

    Source package: rpm
    Version: 4.0.4-alt101.M80P.6.M80C.2
    Build time:  Jun 11, 2019, 10:41 AM in the task #231565
    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-checkinstall (noarch)
    rpm-debuginfo (x86_64, i586)
    rpm-static (x86_64, i586)
    rpm-static-debuginfo (x86_64, i586)

    Maintainer: Ivan Zakharyaschev


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

    Last changed


    June 5, 2019 Ivan Zakharyaschev 4.0.4-alt101.M80P.6.M80C.2
    - Make rpm -q/-e accept package specification in [E:]V[-R[:D]][@T] format
      (with Epoch! As in rpm-4.13. Thx Vladimir D. Seleznev vseleznv@.) (ALT#36862)
    - Provides: RPMQ(EPOCH) RPMQ(BUILDTIME) RPMQ(DISTTAG)
      (to be required by APT and other tools such as update-kernel, which need
      to query the RPM db by specifying Epoch, Buildtime, and Disttag).
    June 3, 2019 Ivan Zakharyaschev 4.0.4-alt101.M80P.6.M80C.1
    - Dropped %_allow_deps_with_beginning_dot support
      (introduced in 4.0.4-alt101.M80P.3) (thanks Vladimir D. Seleznev).
    May 29, 2019 Vladimir D. Seleznev 4.0.4-alt101.M80P.5.3
    - rpmdb: rpmdbInitIterator() handles BuildTime and DistTag.
    - lib: rpmErase() prints EVR(D|T) when multiple packages matched.