bug-tar
[Top][All Lists]
Advanced

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

Re: Fix 'make dist' for the pre-release HEAD


From: Pavel Raiskup
Subject: Re: Fix 'make dist' for the pre-release HEAD
Date: Thu, 03 Aug 2023 08:22:31 +0200

On úterý 1. srpna 2023 17:09:16 CEST Pavel Raiskup wrote:
> 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

Note it actually helps here:
https://github.com/praiskup/tar/pull/4

Pavel

> 
> Pavel
> 







reply via email to

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