Package rpm-utils: Information

    Source package: rpm-utils
    Version: 0.9.15-alt1
    Build time:  Aug 10, 2011, 08:04 PM
    Report package bug
    Home page: 

    License: GPL
    Summary: Utilities every rpm packager must have
    Description: 
    This package contains following utilities:
    + filereq - generates list of file requires while running the program;
    + packageof - generates list of packages owning specified files;
    + packagereq - generates list of package requires while running the program;
    + buildreq - generates and adds/updates BuildRequires tag in specfiles;
    + rpmdups,rpmrdups - generates list of duplicated packages;
    + rpmvercmp, rpmevrcmp: package version comparators;
    + stamp_spec - generates timestamp for rpm specfile changelog entry;
    + add_changelog - generates and adds changelog entry to rpm specfile;
    + compare_packages - generates lists of package sets and compares them;
    + cleanup_spec - attempts to cleanup rpm specfile;
    + rebuild_package - rebuilds source package keeping packager info unchanged;
    + rebuild_packages - rebuilds source packages using rebuild_package.

    List of rpms provided by this srpm:
    rpm-utils (x86_64, i586)
    rpm-utils-debuginfo (x86_64, i586)

    Maintainer: Dmitry V. Levin

    List of contributors:
    Dmitry V. Levin
    Alexey Tourbin

      1. librpm-devel
      2. gcc-c++

    Last changed


    Aug. 10, 2011 Dmitry V. Levin 0.9.15-alt1
    - optimize_package_list: robustified by ignoring file names containing spaces.
    Aug. 9, 2011 Dmitry V. Levin 0.9.14-alt1
    - optimize_package_list: fixed optimization by taking into account
      all indirect requirements and their providers.
    April 1, 2011 Dmitry V. Levin 0.9.13-alt1
    - cleanup_spec: strip -q from %setup (closes: #25011).
    - add_changelog: pass --args to all "rpm -q --qf" invocations (closes: #22346).
    - buildreq: added --no-pruned option, enabled --pruned y default.
    - stamp_spec, add_changelog, packagereq, buildreq: fixed quoting
      using shell-quote.