Package librpm: Information

    Binary package: librpm
    Version: 4.0.4-alt100.24.M60P.5
    Architecture: i586
    Build time:  Jul 19, 2013, 02:55 AM
    Source package: rpm
    Category: System/Libraries
    Report package bug
    License: GPL/LGPL
    Summary: Shared libraries required for applications which will manipulate RPM packages
    Description: 
    This package contains shared libraries required to run dynamically linked
    programs manipulating with RPM packages and databases.

    Maintainer: Dmitry V. Levin


    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.