[yum-cvs] /yum-utils Makefile,1.8,1.9

Tim Lauridsen timlau at linux.duke.edu
Tue Oct 31 14:15:34 UTC 2006


Update of /home/groups/yum/cvs//yum-utils
In directory login1.linux.duke.edu:/tmp/cvs-serv17543

Modified Files:
	Makefile 
Log Message:
add ${RELEASE} tag to filename when uploading srpm

Index: Makefile
===================================================================
RCS file: /home/groups/yum/cvs//yum-utils/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile	31 Oct 2006 14:11:56 -0000	1.8
+++ Makefile	31 Oct 2006 14:15:32 -0000	1.9
@@ -44,7 +44,7 @@
 	@$(MAKE) archive
 	@scp ${PKGNAME}-${VERSION}.tar.gz $(WEBHOST):$(WEBPATH)/
 	@$(MAKE) srpm
-	@scp ~/rpmbuild/SRPMS/${PKGNAME}-${VERSION}*.src.rpm $(WEBHOST):$(WEBPATH)/	
+	@scp ~/rpmbuild/SRPMS/${PKGNAME}-${VERSION}-${RELEASE}.src.rpm $(WEBHOST):$(WEBPATH)/	
 	@rm -rf ${PKGNAME}-${VERSION}.tar.gz
 	
 ChangeLog: FORCE




More information about the Yum-cvs-commits mailing list