Package rpmhdrcache: Information

    Source package: rpmhdrcache
    Version: 0.3.2-alt1
    Latest version according to Repology
    Build time:  Jul 30, 2023, 01:47 AM in the task #325995
    Report package bug
    FTBFS
    ArchitectureFTBFS sinceUpdate
    x86_64Oct. 31, 2024July 14, 2026
    i586Nov. 2, 2024July 11, 2026

    License: GPLv2+
    Summary: Cached reading of rpm package headers
    Description: 
    Sisyphus repository currently has more than 10K source packages (which is
    more than 60K rpm files with subpackages).  To assist repeated repo scanning
    (which is required for each repo update), this package provides rpmhdrcache.so
    perloadable module.  This module intercepts rpmReadPackageHeader calls and
    caches the result using libqacache library.

    List of RPM packages built from this SRPM:
    libqacache (x86_64, ppc64le, i586, armh, aarch64)
    libqacache-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libqacache-devel (x86_64, ppc64le, i586, armh, aarch64)
    rpmhdrcache (x86_64, ppc64le, i586, armh, aarch64)
    rpmhdrcache-debuginfo (x86_64, ppc64le, i586, armh, aarch64)



    ACL:
    @nobody

      1. librpm-devel
      2. libsnappy-devel
      3. libssl-devel
      4. libdb4-devel

    Last changed


    Dec. 23, 2021 Gleb Fotengauer-Malinovskiy 0.3.2-alt1
    - Fixed build on e2k architectures.
    Feb. 1, 2019 Gleb Fotengauer-Malinovskiy 0.3.1-alt1
    - Switched to librpm7 API (patch by Alexey Tourbin).
    - Rebuilt with openssl 1.1.
    Oct. 4, 2011 Alexey Tourbin 0.3-alt1
    - cache.c: implemented db and fs atime cleanup
    - clean.c: implemented /usr/bin/qacache-clean helper program