[condor-low-latency] Updated to upstream version 1.1

rrati rrati at fedoraproject.org
Mon Jan 3 20:15:57 UTC 2011


commit b03cdd6b965b6443b1a53b1e53fa396b261f8e78
Author: Robert Rati <rrati at redhat.com>
Date:   Mon Jan 3 14:15:18 2011 -0600

    Updated to upstream version 1.1

 .gitignore              |    1 +
 condor-low-latency.spec |   37 +++++++++++++++++++++++++++----------
 sources                 |    2 +-
 3 files changed, 29 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b96970f..d5640d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 condor-low-latency-1.0-19.tar.gz
+/condor-low-latency-1.1-1.tar.gz
diff --git a/condor-low-latency.spec b/condor-low-latency.spec
index 44e902c..a7bfd3b 100644
--- a/condor-low-latency.spec
+++ b/condor-low-latency.spec
@@ -1,25 +1,21 @@
 %{!?is_fedora: %define is_fedora %(/bin/sh -c "if [ -e /etc/fedora-release ];then echo '1'; fi")}
-%define rel 19
+%define rel 1
 
 Summary: Low Latency Scheduling
 Name: condor-low-latency
-Version: 1.0
+Version: 1.1
 Release: %{rel}%{?dist}
 License: ASL 2.0
 Group: Applications/System
-URL: http://www.redhat.com/mrg
-# This is a Red Hat maintained package which is specific to
-# our distribution.  Thus the source is only available from
-# within this srpm.
+URL: http://git.fedorahosted.org/git/grid/carod.git
 Source0: %{name}-%{version}-%{rel}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch: noarch
 Requires: python >= 2.3
 Requires: condor >= 7.0.2-4
 Requires: condor-job-hooks
-Requires: python-condor-job-hooks-common
+Requires: python-condorutils
 Requires: python-qpid
-Conflicts: condor-ec2-enhanced
 
 %description
 Low Latency Scheduling provides a means for bypassing condor's normal
@@ -36,7 +32,6 @@ rm -rf %{buildroot}
 mkdir -p %{buildroot}%{_sbindir}
 mkdir -p %{buildroot}/%{_sysconfdir}/condor
 cp -f carod %{buildroot}/%_sbindir
-cp -f config/carod.conf %{buildroot}/%{_sysconfdir}/condor
 
 %post
 %if 0%{?is_fedora} == 0
@@ -53,11 +48,33 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc LICENSE-2.0.txt INSTALL
-%config(noreplace) %_sysconfdir/condor/carod.conf
 %defattr(0755,root,root,-)
 %_sbindir/carod
 
 %changelog
+* Mon Jan  3 2011  <rrati at redhat> - 1.1-1
+- Updated source URL
+
+* Fri Jun 11 2010  <rrati at redhat> - 1.1-0.2
+- Catch SIGQUIT signal
+- More logging
+- Updated INSTALL doc
+
+* Mon Mar 29 2010  <rrati at redhat> - 1.1-0.1
+- Removed packaged config file
+- Transitioned to condorutils module
+- Cleaned up exception handling, defined exceptions locally rather than
+  relying on jobhooks/condorutils module
+- Changed from syslog to logging module
+- Added new params to control logging
+
+* Fri Oct 23 2009  <rrati at redhat> - 1.0-21
+- Removed conflict with condor-ec2-enhanced
+
+* Tue Oct 15 2009  <rrati at redhat> - 1.0-20
+- Removed error message when processng a status update that would be printed
+  if carod received an update for a job it didn't know about
+
 * Tue Aug 18 2009  <rrati at redhat> - 1.0-19
 - Split documentation into two files, one for carod and one for
   the job-hooks
diff --git a/sources b/sources
index 42f9a5d..89d099d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-61ce92ed917f8199b1ec40bd90eb3a7a  condor-low-latency-1.0-19.tar.gz
+411a668ad95942a02e7e561aca5a89ec  condor-low-latency-1.1-1.tar.gz


More information about the scm-commits mailing list