extras-buildsys ChangeLog, 1.48, 1.49 Makefile, 1.6, 1.7 plague.spec, 1.9, 1.10

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Sun Jul 10 03:44:37 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19340

Modified Files:
	ChangeLog Makefile plague.spec 
Log Message:
2005-07-09  Dan Williams <dcbw at redhat.com>

    * Rework the authorization framework so we don't need to
        subclass/override subclass so much stuff

    * Make the specfile Python version independent




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	8 Jul 2005 18:12:25 -0000	1.48
+++ ChangeLog	10 Jul 2005 03:44:35 -0000	1.49
@@ -1,3 +1,10 @@
+2005-07-09  Dan Williams <dcbw at redhat.com>
+
+    * Rework the authorization framework so we don't need to
+        subclass/override subclass so much stuff
+
+    * Make the specfile Python version independent
+
 2005-07-08  Dan Williams <dcbw at redhat.com>
 
     * Pass archjob information along to the client,


Index: Makefile
===================================================================
RCS file: /cvs/fedora/extras-buildsys/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile	8 Jul 2005 03:28:19 -0000	1.6
+++ Makefile	10 Jul 2005 03:44:35 -0000	1.7
@@ -27,6 +27,8 @@
 	@rm -rf /tmp/${PKGNAME}-$(VERSION) /tmp/${PKGNAME}
 	@dir=$$PWD; cd /tmp; cp -a $$dir ${PKGNAME}
 	@rm -f /tmp/${PKGNAME}/${PKGNAME}-daily.spec
+	@rm -rf /tmp/${PKGNAME}/build
+	@rm -rf /tmp/${PKGNAME}/dist
 	@rm -rf /tmp/${PKGNAME}/builder/certs
 	@rm -rf /tmp/${PKGNAME}/client/certs
 	@rm -rf /tmp/${PKGNAME}/server/certs


Index: plague.spec
===================================================================
RCS file: /cvs/fedora/extras-buildsys/plague.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- plague.spec	8 Jul 2005 04:41:13 -0000	1.9
+++ plague.spec	10 Jul 2005 03:44:35 -0000	1.10
@@ -1,5 +1,3 @@
-%define pythonver 2.4
-
 BuildArch: noarch
 
 Summary: Distributed build system for RPMs
@@ -92,7 +90,7 @@
 
 %files common
 %defattr(-, root, root)
-%{_libdir}/python%{pythonver}/site-packages/plague/*.py*
+%{_libdir}/python?.?/site-packages/plague/*.py*
 
 %files builder
 %defattr(-, root, root)




More information about the fedora-extras-commits mailing list