aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--initscripts.spec2
2 files changed, 2 insertions, 2 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)"
diff --git a/initscripts.spec b/initscripts.spec
index 4132c084..a1afd4a4 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -346,7 +346,7 @@ fi
# =============================================================================
%changelog
-* Fri Nov 6 09:07:07 CET 2020 Jan Macku <jamacku@redhat.com> - 10.00.10-1
+* Fri Nov 06 2020 Jan Macku <jamacku@redhat.com> - 10.00.10-1
- Allow updating rfkill switch status while in readonly root mode
- service: Prevent variables from globbing
- Allow updating mlocate.db while in readonly root mode