[condor-low-latency] Update to upstream version 1.2

rrati rrati at fedoraproject.org
Tue Jul 5 16:16:34 UTC 2011


commit c3c69330938542ce1ba4b8e8f340aabc08ac7978
Author: Robert Rati <rrati at redhat.com>
Date:   Tue Jul 5 11:16:11 2011 -0500

    Update to upstream version 1.2

 .gitignore              |    1 +
 condor-low-latency.spec |   16 +++++++++++++---
 sources                 |    2 +-
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b1fd73c..ea6e7c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 condor-low-latency-1.0-19.tar.gz
 /condor-low-latency-1.1-1.tar.gz
 /condor-low-latency-1.1-3.tar.gz
+/condor-low-latency-1.2-1.tar.gz
diff --git a/condor-low-latency.spec b/condor-low-latency.spec
index 942b120..73b815b 100644
--- a/condor-low-latency.spec
+++ b/condor-low-latency.spec
@@ -1,9 +1,9 @@
 %{!?is_fedora: %define is_fedora %(/bin/sh -c "if [ -e /etc/fedora-release ];then echo '1'; fi")}
-%define rel 3
+%define rel 1
 
 Summary: Low Latency Scheduling
 Name: condor-low-latency
-Version: 1.1
+Version: 1.2
 Release: %{rel}%{?dist}
 License: ASL 2.0
 Group: Applications/System
@@ -31,7 +31,9 @@ using the AMQP protocol.
 rm -rf %{buildroot}
 mkdir -p %{buildroot}%{_sbindir}
 mkdir -p %{buildroot}/%{_sysconfdir}/condor
+mkdir -p %{_builddir}/%{name}-%{version}/example
 cp -f carod %{buildroot}/%_sbindir
+cp -f config/60condor-low-latency.config.example %{_builddir}/%{name}-%{version}/example
 
 %post
 %if 0%{?is_fedora} == 0
@@ -47,11 +49,19 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE-2.0.txt INSTALL
+%doc LICENSE-2.0.txt INSTALL example
 %defattr(0755,root,root,-)
 %_sbindir/carod
 
 %changelog
+* Fri Jul  1 2011  <rrati at redhat> - 1.2-1
+- Change config param names:
+  LL_DAEMON -> CAROD
+  LL_BROKER -> CAROD_BROKER
+- Fixed issues with message expiration
+- Updated docs
+- Provided example configuration file
+
 * Tue Feb  8 2011  <rrati at redhat> - 1.1-3
 - Updated dep on python-condorutils
 - Updates for new read_condor_config
diff --git a/sources b/sources
index d40a149..099dfaa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a868d020c9c00d8d09a863a18cd6013d  condor-low-latency-1.1-3.tar.gz
+4ddaaa44630211e699a4d938e53cc8d3  condor-low-latency-1.2-1.tar.gz


More information about the scm-commits mailing list