mock Makefile,1.8.2.3,1.8.2.4 buildsys-build.spec,1.2.2.6,1.2.2.7

John Clark Williams (jcwillia) fedora-extras-commits at redhat.com
Tue Aug 29 19:56:00 UTC 2006


Author: jcwillia

Update of /cvs/fedora/mock
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9984

Modified Files:
      Tag: mock-0-6-branch
	Makefile buildsys-build.spec 
Log Message:
reversioned buildsys-build.spec; added rhl buildsys generation to Makefile


Index: Makefile
===================================================================
RCS file: /cvs/fedora/mock/Makefile,v
retrieving revision 1.8.2.3
retrieving revision 1.8.2.4
diff -u -r1.8.2.3 -r1.8.2.4
--- Makefile	7 Aug 2006 18:55:52 -0000	1.8.2.3
+++ Makefile	29 Aug 2006 19:55:58 -0000	1.8.2.4
@@ -55,3 +55,6 @@
 	for i in 3 4; do \
 		rpmbuild $(RPMARGS) --define "el $$i" --define "dist .el$$i" -bb buildsys-build.spec; \
 	done
+	for i in 73 8 9; do \
+		rpmbuild $(RPMARGS) --define "rhl $$i" --define "dist .rh$$i" -bb buildsys-build.spec; \
+	done


Index: buildsys-build.spec
===================================================================
RCS file: /cvs/fedora/mock/buildsys-build.spec,v
retrieving revision 1.2.2.6
retrieving revision 1.2.2.7
diff -u -r1.2.2.6 -r1.2.2.7
--- buildsys-build.spec	29 Aug 2006 05:22:01 -0000	1.2.2.6
+++ buildsys-build.spec	29 Aug 2006 19:55:58 -0000	1.2.2.7
@@ -3,8 +3,8 @@
 #
 Summary: The base set of packages for a mock chroot
 Name: buildsys-build
-Version: 0.5
-Release: 5%{?dist}
+Version: 0.6
+Release: 1%{?dist}
 License: GPL
 Group: Development/Build Tools
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -104,6 +104,9 @@
 %doc
 
 %changelog
+* Tue Aug 29 2006 Clark Williams <williams at redhat.com> - 0.6-1
+- added rhl buildsys-build rpms
+
 * Mon Aug  7 2006 Clark Williams <williams at redhat.com> - 0.5-4
 - added rhel build tags
 




More information about the scm-commits mailing list