aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJan Macku <jamacku@redhat.com>2020-11-06 12:47:22 +0100
committerGitHub <noreply@github.com>2020-11-06 12:47:22 +0100
commit748122158d6b7007a49b38a78f22a749f1d2786d (patch)
tree1352f3daf8c6827292514850544fc0a2824eed96 /Makefile
parent3f6fff0863f64ac0b9304bd4ac7b4c830f11219e (diff)
downloadinitscripts-748122158d6b7007a49b38a78f22a749f1d2786d.tar
initscripts-748122158d6b7007a49b38a78f22a749f1d2786d.tar.gz
initscripts-748122158d6b7007a49b38a78f22a749f1d2786d.tar.bz2
initscripts-748122158d6b7007a49b38a78f22a749f1d2786d.tar.xz
initscripts-748122158d6b7007a49b38a78f22a749f1d2786d.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 e21cdaf4..2e1468fd 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,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)"