Package rpm-utils: Information

    Source package: rpm-utils
    Version: 0.10.4-alt1
    Latest version according to Repology
    Build time:  Jun 2, 2022, 12:36 AM in the task #301046
    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;
    + 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, ppc64le, i586, armh, aarch64)
    rpm-utils-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Dmitry V. Levin


    ACL:
    @core
    Alexey Tourbin

      1. gcc-c++
      2. librpm-devel
      3. librpm-devel >= 4.13.0.1-alt9

    Last changed


    June 1, 2022 Dmitry V. Levin 0.10.4-alt1
    - Fixed build with gcc12.
    Sept. 25, 2019 Dmitry V. Levin 0.10.3-alt1
    - strace_files: speedup by enabling latest strace features.
    June 20, 2019 Dmitry V. Levin 0.10.2-alt1
    - filter_spec: fixed regular expressions for modern gawk.