rpms/condor-low-latency/devel .cvsignore, 1.2, 1.3 condor-low-latency.spec, 1.1, 1.2 import.log, 1.1, 1.2 sources, 1.2, 1.3

rrati rrati at fedoraproject.org
Wed Aug 19 19:54:11 UTC 2009


Author: rrati

Update of /cvs/pkgs/rpms/condor-low-latency/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7495/devel

Modified Files:
	.cvsignore condor-low-latency.spec import.log sources 
Log Message:
- Split documentation into two files, one for carod and one for
  the job-hooks
- Added conflict with condor-ec2-enhanced
- Removed ll_condor_config and pulled its contents into the INSTALL
  documentation
- Better exception handling when dealing with broker connection issues
- Fixed typo that allows correct usage of --help
- carod handles broker restart while running



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/condor-low-latency/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	29 Jul 2009 15:05:35 -0000	1.2
+++ .cvsignore	19 Aug 2009 19:54:11 -0000	1.3
@@ -1 +1 @@
-condor-low-latency-1.0-17.tar.gz
+condor-low-latency-1.0-19.tar.gz


Index: condor-low-latency.spec
===================================================================
RCS file: /cvs/pkgs/rpms/condor-low-latency/devel/condor-low-latency.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- condor-low-latency.spec	29 Jul 2009 15:05:35 -0000	1.1
+++ condor-low-latency.spec	19 Aug 2009 19:54:11 -0000	1.2
@@ -1,5 +1,5 @@
 %{!?is_fedora: %define is_fedora %(/bin/sh -c "if [ -e /etc/fedora-release ];then echo '1'; fi")}
-%define rel 17
+%define rel 19
 
 Summary: Low Latency Scheduling
 Name: condor-low-latency
@@ -19,6 +19,7 @@ Requires: condor >= 7.0.2-4
 Requires: condor-job-hooks
 Requires: python-condor-job-hooks-common
 Requires: python-qpid
+Conflicts: condor-ec2-enhanced
 
 %description
 Low Latency Scheduling provides a means for bypassing condor's normal
@@ -51,12 +52,23 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE-2.0.txt ll_condor_config
+%doc LICENSE-2.0.txt INSTALL
 %config(noreplace) %_sysconfdir/condor/carod.conf
 %defattr(0755,root,root,-)
 %_sbindir/carod
 
 %changelog
+* Tue Aug 18 2009  <rrati at redhat> - 1.0-19
+- Split documentation into two files, one for carod and one for
+  the job-hooks
+- Added conflict with condor-ec2-enhanced
+- Removed ll_condor_config and pulled its contents into the INSTALL
+  documentation
+
+* Mon Aug 17 2009  <rrati at redhat> - 1.0-18
+- Handle AMQP broker restarts (BZ488998)
+- Fixed typo that allows correct usage of --help (BZ491826)
+
 * Mon Jul 27 2009  <rrati at redhat> - 1.0-17
 - Clean up buildroot in install section
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/condor-low-latency/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	29 Jul 2009 15:05:35 -0000	1.1
+++ import.log	19 Aug 2009 19:54:11 -0000	1.2
@@ -1 +1,2 @@
 condor-low-latency-1_0-17_fc10:HEAD:condor-low-latency-1.0-17.fc10.src.rpm:1248879923
+condor-low-latency-1_0-19_fc10:HEAD:condor-low-latency-1.0-19.fc10.src.rpm:1250711579


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/condor-low-latency/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	29 Jul 2009 15:05:35 -0000	1.2
+++ sources	19 Aug 2009 19:54:11 -0000	1.3
@@ -1 +1 @@
-6942773751dcd775eda0778c7057aa86  condor-low-latency-1.0-17.tar.gz
+61ce92ed917f8199b1ec40bd90eb3a7a  condor-low-latency-1.0-19.tar.gz




More information about the fedora-extras-commits mailing list