From 292001bc8d582b84092458c27a9a1bd6717a6117 Mon Sep 17 00:00:00 2001 From: jkeating Date: Aug 07 2009 23:46:41 +0000 Subject: Fix tagging --- diff --git a/Makefile b/Makefile index 29c3082..d109b48 100644 --- a/Makefile +++ b/Makefile @@ -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: