bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix 'make dist' for the pre-release HEAD


From: Pavel Raiskup
Subject: Fix 'make dist' for the pre-release HEAD
Date: Tue, 01 Aug 2023 17:09:16 +0200

Hi, I am attaching the "version bump" commit which is needed to fix
'make dist' command, per Makefile.in (instantiated from Automake):

    distdir-am: $(DISTFILES)
        @case `sed 15q $(srcdir)/NEWS` in \
        *"$(VERSION)"*) : ;; \
        *) \
          echo "NEWS not updated; not releasing" 1>&2; \
          exit 1;; \
        esac

It fails with:

    NEWS not updated; not releasing

This breaks our RPM packaging CI:

    https://github.com/praiskup/tar/commits/ci

Pavel

Attachment: 0001-Bump-to-a-pre-release-versions.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]