summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-12-06 10:15:47 -0500
committerChris Lumens <clumens@redhat.com>2007-12-06 10:25:59 -0500
commit550f111bb8ab83768c152a20987cf75fa5683f81 (patch)
treec460fe86cc4b9751df9461f12c182d49fb8768df /Makefile
parentee7be2befc22e6c0a944867d3df3c6fea2336b76 (diff)
downloadanaconda-550f111bb8ab83768c152a20987cf75fa5683f81.tar.gz
anaconda-550f111bb8ab83768c152a20987cf75fa5683f81.tar.xz
anaconda-550f111bb8ab83768c152a20987cf75fa5683f81.zip
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 ; \