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 >