Package rpm: Information

Source package: rpm
Version: 4.0.4-alt100.24.M60P.5
Build time:  Jul 19, 2013, 02:55 AM
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)

Maintainer: Dmitry V. Levin


ACL:
@qa_p6

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

Last changed


July 18, 2013 Dmitry V. Levin 4.0.4-alt100.24.M60P.5
- Backported from Sisyphus (closes: #29190):
  + %_sharedstatedir: changed to /var/lib (suggested by Alexey Gladkov).
April 24, 2013 Dmitry V. Levin 4.0.4-alt100.24.M60P.4
- Backport from Sisyphus:
  + Fixed build with new gettext and automake.
  + Fixed build with ld --no-copy-dt-needed-entries.
  + Build selinux support in dynamically linked objects only.
  + Added %getenv and %_tmpdir builtin macros.
  + platform.in: added systemd macros.
  + platform.in: add %EVR macro.
  + scripts: cleaned up readelf(1) invocations.
  + brp-fix-perms: fixed "find -perm" syntax.
  + 0common-files.req.list: added /etc/sudoers.d.
  + rpmio/macro.c (doShellEscape): fixed an off-by-one error
    in stripping trailing newlines.
April 12, 2012 Vitaly Kuznetsov 4.0.4-alt100.24.M60P.3
- Backport from 'maint':
  parseSpec:
    + fixed long lines processing;
    + made size of line buffer configurable via %_spec_line_buffer_size.