From a12a581be738371b6e5dc3b924fd762537908ba7 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Fri, 6 Nov 2020 12:46:46 +0100 Subject: makefile: Use rpmdev-bumpspec's legacy date option Start using legacy date-stamp to remain consistent changelog --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2e33f3b8..4d77e363 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ tag: release-commit: @git log --decorate=no --format="- %s" $(VERSION)..HEAD > .changelog.tmp - @rpmdev-bumpspec -n $(NEXT_VERSION) -f .changelog.tmp initscripts.spec + @rpmdev-bumpspec -D -n $(NEXT_VERSION) -f .changelog.tmp initscripts.spec @rm -f .changelog.tmp @git add initscripts.spec @git commit --message="$(NEXT_VERSION)" -- cgit v1.2.1