fedora-release Makefile,1.4,1.5

Jesse Keating jkeating at fedoraproject.org
Fri Aug 7 23:46:42 UTC 2009


Author: jkeating

Update of /cvs/fedora/fedora-release
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31687

Modified Files:
	Makefile 
Log Message:
Fix tagging



Index: Makefile
===================================================================
RCS file: /cvs/fedora/fedora-release/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile	21 May 2007 20:26:27 -0000	1.4
+++ Makefile	7 Aug 2009 23:46:41 -0000	1.5
@@ -1,8 +1,9 @@
 VERSION=$(shell awk '/Version/ { print $$2 }' fedora-release.spec)
+RELEASE=$(shell awk '/Release/ { print $$2 }' fedora-release.spec)
 
 CVSROOT = $(shell cat CVS/Root 2>/dev/null || :)
 
-CVSTAG = V$(subst .,-,$(VERSION))
+CVSTAG = V$(subst .,-,$(VERSION)-$(RELEASE))
 
 all:
 




More information about the fedora-extras-commits mailing list