[condor-job-hooks/f16] minor bug fixes

rrati rrati at fedoraproject.org
Tue Aug 30 14:03:28 UTC 2011


commit f993b88f1f6635c1a697191344b86eb941d10281
Author: Robert Rati <rrati at redhat.com>
Date:   Tue Aug 30 09:02:59 2011 -0500

    minor bug fixes

 .gitignore            |    1 +
 condor-job-hooks.spec |    8 +++++++-
 sources               |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a595aee..3cbf0fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 condor-job-hooks-1.0-12.tar.gz
 /condor-job-hooks-1.4-7.tar.gz
 /condor-job-hooks-1.5-3.tar.gz
+/condor-job-hooks-1.5-4.tar.gz
diff --git a/condor-job-hooks.spec b/condor-job-hooks.spec
index 1b3a3c9..cb0d623 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 3
+%global rel 4
 
 Summary: Condor Job Hooks
 Name: condor-job-hooks
@@ -79,6 +79,12 @@ rm -rf %{buildroot}
 %{python_sitelib}/condorutils/workfetch.py*
 
 %changelog
+* Wed Jul 22 2011  <rrati at redhat> - 1.5-4
+- Added optional arg to read_condor_config to control lookup of param without
+  subsystem
+- Fixed error message raised from read_condor_config if a param with a
+  subsystem is not found
+
 * Wed Apr 27 2011  <rrati at redhat> - 1.5-3
 - Fixed param lookup issues in read_condor_config
 
diff --git a/sources b/sources
index f4077db..8c0bb2e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-263000bcc072512e8f67984ce346cb8c  condor-job-hooks-1.5-3.tar.gz
+f373e79e617dc5beb8ee6a01bba378e4  condor-job-hooks-1.5-4.tar.gz


More information about the scm-commits mailing list