Package srpm-cleanup: Information

    Source package: srpm-cleanup
    Version: 0.1.4-alt1
    Latest version according to Repology
    Build time:  Dec 23, 2021, 03:53 PM in the task #292513
    Report package bug
    Summary: Remove unused source files from SRPM packages
    Description: 
    srpm-cleanup(1) removes unused source files from SRPM packages.
    The list of unused files can be obtained with hsh-separate-sources(1).
    
    This package should be installed on the main management host.

    List of rpms provided by this srpm:
    srpm-cleanup (noarch)
    srpm-cleanup-audit (noarch)
    srpm-cleanup-common (noarch)
    srpm-cleanup-parallel (noarch)

    Maintainer: Paul Wolneykien

    List of contributors:
    Paul Wolneykien

    ACL:
    Paul Wolneykien
    @everybody

      1. perl(Pod/Usage.pm)
      2. ronn
      3. pandoc >= 2

    Last changed


    Dec. 23, 2021 Paul Wolneykien 0.1.4-alt1
    - Package base names in exclude.list (was --- regexp).
    - Added 'bind', 'libaom', 'vlc' and 'bind-dyndb-ldap' to the list of
      packages that shouldn't be cleaned.
    - export-repo: Do not follow the symbolic links.
    - Fixed 'clean-stage4-unused-*' targets.
    - Specify the digest for base Docker images
      (alt@sha256:c4eb4ad40440b7c3297c14c91048aa07cbe2534f9e629f4bc9b0d113ca57821f).
    - Added 'wpa_supplicant' to exclude.list and install the list
      to pkgdatadir.
    - Support regular expressions in exclude.list.
    - Pass the time-stamp to the pre and post scripts.
    - Introduce file checksumming and checksum verification.
    - Fixed copying srpm-cleanup-common to the node directory.
    - Fixed building the containers with srpm-cleanup-common.
    - Fix: Rebuild the original SRPMs for packages that have failed on
      Stage IV on any arch.
    - Fix/improve the 'check-disttags' target.
    - Fix: Include 'noinode' into stage III and IV retry categories.
    Nov. 8, 2021 Paul Wolneykien 0.1.3-alt2
    - Fix: Own /usr/share/srpm-cleanup and /usr/share/doc/srpm-cleanup.
    Nov. 8, 2021 Paul Wolneykien 0.1.3-alt1
    - Added --init-cmds=<CMDS>: Execute <CMDS> before the Hasher run.
    - vm/Makefile: Mount EXPORT_DIR to /export on the manager node.
    - Support custom dist-tags.
    - Fix: vm/srpm-cleanup-node: Don't limit the stack size by default.
    - Fix: Mount the standard points when building SRPMs (/proc).
    - Set MAX_SILENCE = 300 in the default configuration.
    - main.mk: Register unknown terminations in Stage IV.
    - hsh-separate-sources: Introduce --max-silence=SECS: an option to
      kill frozen Hashers.
    - main.mk: Fix: Explicitly touch output directories after a stage
      build.
    - srpm-cleanup: Fixed file transfer (and return) caused by *.tar
      input.
    - main.mk: Check the 'done' statistics against the actually
      present files.
    - srpm-cleanup: Apply the --limit= early.
    - srpm-cleanup: Process TAR archives, specified on the command line
      in --with-tars mode.
    - Allow to pass additional options to rsync(1) via --rsync-opts=.
    - vm/srpm-cleanup-node: Allow to override the stack size from
      the environment.
    - vm/Makefile: Allow to pass additional arguments to the container
      endpoints.
    - vm/srpm-cleanup-manager: Install 'screen'.
    - main.mk: Allow to override NPROCS.
    - Added clean-stage<N>-unused targets.
    - Fix: Don't mute the Hasher log if verbose but when is in dry-run
      mode.
    - Automatic SRPM lists with subdirectories.
    - Fix: Abort building early in the case of an error.
    - Added 'relook-pkgs', 'relook-and-reclean-pkgs' and
      'relook-and-rebuild-pkgs' targets.
    - Improve: Output the workdir's mount options.
    - Check the workdir's mount options before building and abort if the
      workdir's mount options are bad.
    - FIX: Use 'strictatime' on the build node!
    - Fixed show-stage2-pkg-status and show-stage3-pkg-status targets:
      no arch!
    - Improve: Check that Stage II and III went OK in reclean targets.
    - Added support for regular expressions in the exceptions.list.
    - Fix: Calculate Stage IV noatts from Stage I--III lists.
    - Add 'show-srpm-lists' and 'update-srpm-versions' targets.
    - srpm-cleanup: Fix: Make architecture selected on the command line
      be preferred over detected one.
    - Make --debug imply --verbose.
    - Detect debug and dry-run modes early and print the command line.
    - Re-allow to dry-run srpm-cleanup in single host/package mode.
    - Fixed package group (arch) concatenation: remove the trailing '+'.
    - vm/Makefile: Fixed building of an updated unreleased version.