Sophie

Sophie

distrib > Fedora > 16 > x86_64 > by-pkgid > fd269af29348175b07bcbbc7810bbf45 > files > 5

condor-job-hooks-1.5-5.fc16.1.src.rpm

From 6b3f7e2efc20bdd1845ba5e43c0c4ac4143bddcd Mon Sep 17 00:00:00 2001
From: Robert Rati <rrati@redhat.com>
Date: Wed, 27 Apr 2011 10:03:22 -0500
Subject: [PATCH 05/13] Updated spec to 1.5-3

---
 condor-job-hooks.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/condor-job-hooks.spec b/condor-job-hooks.spec
index ddcc15d..1b3a3c9 100644
--- a/condor-job-hooks.spec
+++ b/condor-job-hooks.spec
@@ -1,6 +1,6 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?is_fedora: %define is_fedora %(/bin/sh -c "if [ -e /etc/fedora-release ];then echo '1'; fi")}
-%global rel 2
+%global rel 3
 
 Summary: Condor Job Hooks
 Name: condor-job-hooks
@@ -14,7 +14,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch: noarch
 Requires: python >= 2.3
 Requires: condor >= 7.0.2-4
-Requires: python-condorutils = %{version}-%{rel}%{?dist}
+Requires: python-condorutils = %{version}-%{release}
 
 %description
 This package provides Condor job hooks that communicate with a translation
@@ -79,6 +79,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/condorutils/workfetch.py*
 
 %changelog
+* Wed Apr 27 2011  <rrati@redhat> - 1.5-3
+- Fixed param lookup issues in read_condor_config
+
 * Mon Mar 14 2011  <rrati@redhat> - 1.5-2
 - Fixed issue with run_cmd parsing args on windows
 
-- 
1.7.6.5