maint.mk: add missing version to VC-tag
authorReuben Thomas <rrt@sc3d.org>
Fri, 25 Mar 2011 01:07:30 +0000 (01:07 +0000)
committerEric Blake <eblake@redhat.com>
Fri, 25 Mar 2011 14:07:28 +0000 (08:07 -0600)
* top/maint.mk: git tag was missing actual tag name; add it.

ChangeLog
top/maint.mk

index 75257d1e562aa3e81d0c2aa58115fcf6c07c77b5..eba7d4e4c0d81b489b5a896e938b2e617441a054 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-03-25  Reuben Thomas  <rrt@sc3d.org>
 
+       maint.mk: add missing version to VC-tag
+       * top/maint.mk: git tag was missing actual tag name; add it.
+
        valgrind: do leak checking, and exit with code 1 on error (not 0)
        * m4/valgrind-tests.m4: Add `--error-exitcode=1 --leak-check=full'
        to VALGRIND.
index 3f7d983360954e9acdc20068951915680274e4bb..524b69f4704b653e9b904441e24e50ee5f18a0d1 100644 (file)
@@ -33,7 +33,7 @@ GZIP_ENV = '--no-name --best $(gzip_rsyncable)'
 
 GIT = git
 VC = $(GIT)
-VC-tag = git tag -s -m '$(VERSION)' -u '$(gpg_key_ID)'
+VC-tag = git tag -s -m '$(VERSION)' 'v$(VERSION)' -u '$(gpg_key_ID)'
 
 VC_LIST = $(build_aux)/vc-list-files -C $(srcdir)