aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJan Macku <jamacku@redhat.com>2020-11-06 12:46:46 +0100
committerGitHub <noreply@github.com>2020-11-06 12:46:46 +0100
commita12a581be738371b6e5dc3b924fd762537908ba7 (patch)
treedff516f6d8babe04b515f957c1f1148576279c59 /Makefile
parent7715797c6fb0bcd749745c8f5a1a08f8d923e08a (diff)
downloadinitscripts-a12a581be738371b6e5dc3b924fd762537908ba7.tar
initscripts-a12a581be738371b6e5dc3b924fd762537908ba7.tar.gz
initscripts-a12a581be738371b6e5dc3b924fd762537908ba7.tar.bz2
initscripts-a12a581be738371b6e5dc3b924fd762537908ba7.tar.xz
initscripts-a12a581be738371b6e5dc3b924fd762537908ba7.zip
makefile: Use rpmdev-bumpspec's legacy date option
Start using legacy date-stamp to remain consistent changelog
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)"