summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 351a5f421..4b531aa88 100644
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,7 @@ rpmlog:
bumpver:
@NEWSUBVER=$$((`echo $(VERSION) |cut -d . -f 4` + 1)) ; \
NEWVERSION=`echo $(VERSION).$$NEWSUBVER |cut -d . -f 1-3,5` ; \
- DATELINE="* `date "+%a %b %Y"` `git-config user.name` <`git-config user.email`> $$NEWVERSION-1" ; \
+ DATELINE="* `date "+%a %b %d %Y"` `git-config user.name` <`git-config user.email`> - $$NEWVERSION-1" ; \
cl=`grep -n %changelog anaconda.spec |cut -d : -f 1` ; \
tail --lines=+$$(($$cl + 1)) anaconda.spec > speclog ; \
(head -n $$cl anaconda.spec ; echo "$$DATELINE" ; make --quiet rpmlog 2>/dev/null ; echo ""; cat speclog) > anaconda.spec.new ; \