common Makefile.common,1.128,1.129

Jesse Keating jkeating at fedoraproject.org
Tue Jun 16 19:11:27 UTC 2009


Author: jkeating

Update of /cvs/pkgs/common
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3716

Modified Files:
	Makefile.common 
Log Message:
Handle the 389-* packages since CVS tags have to start with a letter.

It's a one-off, but CVS will be going away soonish.



Index: Makefile.common
===================================================================
RCS file: /cvs/pkgs/common/Makefile.common,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -p -r1.128 -r1.129
--- Makefile.common	29 May 2009 01:45:59 -0000	1.128
+++ Makefile.common	16 Jun 2009 19:10:57 -0000	1.129
@@ -170,7 +170,7 @@ endif
 
 # CVS-safe version/release -- a package name like 4Suite screws things
 # up, so we have to remove the leaving digits from the name
-TAG_NAME    := $(shell echo $(NAME)    | sed -e s/\\\./_/g -e s/^[0-9]\\\+//g)
+TAG_NAME    := $(shell echo $(NAME)    | sed -e s/\\\./_/g -e s/^389/three89/g -e s/^[0-9]\\\+//g)
 TAG_VERSION := $(shell echo $(VERSION) | sed s/\\\./_/g)
 TAG_RELEASE := $(shell echo $(RELEASE) | sed s/\\\./_/g)
 




More information about the fedora-extras-commits mailing list