rpms/plague/FC-3 plague.spec,1.22,1.23 sources,1.21,1.22

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Mon Mar 13 04:42:55 UTC 2006


Author: dcbw

Update of /cvs/extras/rpms/plague/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7802

Modified Files:
	plague.spec sources 
Log Message:
* Sun Mar 12 2006 Dan Williams <dcbw at redhat.com> 0.4.4-1
- Update to 0.4.4 release
    - Don't use pyOpenSSL's sendall() call, but simulate it to achieve
        timeouts, better error handling, and more efficient CPU usage
    - Fix up initscripts and lifecycle management
    - Implement a TERM handler in server & builder for clean shutdown
    - Ensure jobs don't hang around on builders if they get left there for
        some reason (ie, server didn't unlock repo for the job)
    - Make Additional Package Arches really work (kmod support)
- Own /usr/lib/python?.?/site-packages/plague (#rh172794#)
- Require createrepo >= 4.3 (#rh170531#)




Index: plague.spec
===================================================================
RCS file: /cvs/extras/rpms/plague/FC-3/plague.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- plague.spec	24 Jan 2006 19:08:26 -0000	1.22
+++ plague.spec	13 Mar 2006 04:42:55 -0000	1.23
@@ -2,14 +2,14 @@
 
 Summary: Distributed build system for RPMs
 Name: plague
-Version: 0.4.3
-Release: 6%{?dist}
+Version: 0.4.4
+Release: 1%{?dist}
 License: GPL
 Group: Development/Tools
 Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2
 URL: http://www.fedoraproject.org/wiki/Projects/Plague
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: python-sqlite, createrepo
+Requires: python-sqlite, createrepo >= 4.3
 Requires: %{name}-common = %{version}-%{release}
 Requires(post): /sbin/chkconfig
 Requires(post): /sbin/service
@@ -120,7 +120,8 @@
 %files common
 %defattr(-, root, root)
 %doc README ChangeLog
-/usr/lib/python?.?/site-packages/plague/*.py*
+%dir /usr/lib/python?.?/site-packages/%{name}
+/usr/lib/python?.?/site-packages/%{name}/*.py*
 
 %files builder
 %defattr(-, root, root)
@@ -144,6 +145,18 @@
 
 
 %changelog
+* Sun Mar 12 2006 Dan Williams <dcbw at redhat.com> 0.4.4-1
+- Update to 0.4.4 release
+    - Don't use pyOpenSSL's sendall() call, but simulate it to achieve
+        timeouts, better error handling, and more efficient CPU usage
+    - Fix up initscripts and lifecycle management
+    - Implement a TERM handler in server & builder for clean shutdown
+    - Ensure jobs don't hang around on builders if they get left there for
+        some reason (ie, server didn't unlock repo for the job)
+    - Make Additional Package Arches really work (kmod support)
+- Own /usr/lib/python?.?/site-packages/plague (#rh172794#)
+- Require createrepo >= 4.3 (#rh170531#)
+
 * Tue Jan 24 2006 Dan Williams <dcbw at redhat.com> 0.4.3-6
 - Increase build server builder thread sleep time to work around SSL issues
 - Spawn mock in a new process group, and when killing jobs kill the entire


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/plague/FC-3/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	24 Jan 2006 19:08:26 -0000	1.21
+++ sources	13 Mar 2006 04:42:55 -0000	1.22
@@ -1 +1 @@
-6282064ae35d13f6b72744400c8a49c0  plague-0.4.3.tar.bz2
+eecd67eb038bef9603a3a8f846677063  plague-0.4.4.tar.bz2




More information about the fedora-extras-commits mailing list