Skip to content

Commit

Permalink
add tag operation to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebonnet committed May 24, 2010
1 parent 82eb240 commit a25de8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Expand Up @@ -16,3 +16,6 @@ krb5defines.h: $(DEFFILES) gendefines.awk
EXTRA_DIST=gendefines.awk python-krbV.spec krbV-code-snippets.py
BUILT_SOURCES=krb5defines.h
CLEANFILES=krb5defines.h

tag: python-krbV.spec
git tag -s $$(rpm -q --qf '%{name}-%{version}\n' --specfile python-krbV.spec | head -1)

0 comments on commit a25de8d

Please sign in to comment.