Package rpm-utils: Information

    Source package: rpm-utils
    Version: 0.9.11-alt1
    Build time:  Oct 28, 2008, 03:49 AM
    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)

    Maintainer: Dmitry V. Levin

    List of contributors:
    Dmitry V. Levin
    Alexey Tourbin

    ACL:
    @qa_p5

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

    Last changed


    Oct. 28, 2008 Dmitry V. Levin 0.9.11-alt1
    - Moved rpmevrcmp/rpmvercmp to rpm package (closes: #13627).
    - Fixed build with fresh g++.
    Aug. 29, 2008 Dmitry V. Levin 0.9.10-alt1
    - compare_packages: Apply sed(1) pattern before sort(1).
    - add_changelog --help: Fixed expansion of $STAMPER (Mikhail Gusarov; closes: #16800).
    March 26, 2008 Alexey Tourbin 0.9.9-alt1
    - improved optimize_package_list:
      + check for ambiguous virtual dependencies
      + break simple RV-loops (select the package with non-virtual dependency)
      + show the list of optimized out packages