Package apt-repo-tools: Information

    Source package: apt-repo-tools
    Version: 0.8.0-alt1
    Build time:  Aug 17, 2023, 04:10 AM
    Report package bug
    Home page: 

    License: GPLv2+
    Summary: Utilities to create APT repositories
    Description: 
    This package contains the utility programs that can prepare a repository
    of RPMS binary and source packages for future access by APT (by
    generating the indices): genbasedir, genpkglist, gensrclist.

    List of rpms provided by this srpm:
    apt-repo-tools (e2kv6, e2kv5, e2kv4, e2k)
    apt-repo-tools-debuginfo (e2kv6, e2kv5, e2kv4, e2k)



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

    Last changed


    Oct. 28, 2021 Gleb Fotengauer-Malinovskiy 0.8.0-alt1
    - Switched to librpm crypto API instead of libapt.
    - Added support and enabled blake2b hash by default.
    - genbasedir: add --disable-hash-caching option to disable hashsum caching.
    March 12, 2021 Gleb Fotengauer-Malinovskiy 0.7.1-alt1
    - genbasedir/genpkglist: fixed generation of non-flat repositories.
    - genbasedir (imz@):
      + Fixed SIGPIPE in the old non-patching mode. (It was due to a race.)
      + Fixed patching srclist in-place when there is no uncompressed srclist.
      + Fixed patching a basedir if there is a spurious {pkg,src}list.*.old file
        there, but no uncompressed {pkg,src}list.*.
      + Fixed a potential bug (due to a race) of choosing the overwritten
        output file as input for patching.
      + Report an error when patching and the previous list can't be found.
      + Do the search for the previous list the same way no matter whether
        --prev-basedir was specified or patching "in-place".
    Oct. 26, 2020 Gleb Fotengauer-Malinovskiy 0.7.0-alt1
    - Added new options to patch package index.
    - Added --basedir option to specify base directory name.
    - genbasedir: added support for zstd-compressed package lists.
    - genpkglist, gensrclist:
      + removed --append option;
      + removed --meta option.
    - genpkglist: fixed --cachedir description in usage (ALT#38293).
    - imz@:
      + (.spec) Just added some compiler flags (which don't change anything) to be
      sure that APT API has not been used wrongly and will not be.  (Namely, to be
      sure that if a method override was intended, it would actually be overriding
      and not hiding a virtual method and that it would be marked "override" for
      future.).