Package rpm-utils: Information

    Source package: rpm-utils
    Version: 0.9.21-alt1
    Build time:  May 12, 2016, 04:05 AM in the task #164430
    Copied in the task: #164761
    Report package bug
    Home page: 

    License: GPLv2+
    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;
    + paste_changelog - pastes a whole ready piece to the top of a changelog;
    + 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: Ivan Zakharyaschev


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

    Last changed


    May 9, 2016 Ivan Zakharyaschev 0.9.21-alt1
    - paste_changelog: a trivial ed wrapper extracted from add_changelog.
      (It can be useful in combination with, e.g., gear-changelog.)
    March 23, 2016 Dmitry V. Levin 0.9.20-alt1
    - filereq: add faccessat, lstat/lstat64, and fstatat64/newfstatat
      to the list of weak syscalls.
    March 22, 2016 Dmitry V. Levin 0.9.19-alt1
    - filereq: take openat, execveat, faccessat, lstat/lstat64, and
      fstatat64/newfstatat syscalls into account.