[condor-ec2-enhanced-hooks] - Fixed issue in finalize hook removing unwanted attributes - Updated docs - Changed example config

rrati rrati at fedoraproject.org
Tue Jul 5 17:03:33 UTC 2011


commit ef5cc07a5078f6a4ab2a44585e85647a6b54f13f
Author: Robert Rati <rrati at redhat.com>
Date:   Tue Jul 5 12:01:54 2011 -0500

    - Fixed issue in finalize hook removing unwanted attributes
    - Updated docs
    - Changed example config file to be easily dropped into /etc/condor/config.d
    - Set WantAWS = False in classad sent to the EC2 AMI
    - Fixed issues using 64-bit AMIs

 .gitignore                     |    1 +
 condor-ec2-enhanced-hooks.spec |   10 ++++++++--
 sources                        |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 38ca6e8..b2ad469 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 condor-ec2-enhanced-hooks-1.0-19.tar.gz
 /condor-ec2-enhanced-hooks-1.1-2.tar.gz
 /condor-ec2-enhanced-hooks-1.2-1.tar.gz
+/condor-ec2-enhanced-hooks-1.2-2.tar.gz
diff --git a/condor-ec2-enhanced-hooks.spec b/condor-ec2-enhanced-hooks.spec
index 068b3f6..6ece827 100644
--- a/condor-ec2-enhanced-hooks.spec
+++ b/condor-ec2-enhanced-hooks.spec
@@ -1,5 +1,5 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%define rel 1
+%define rel 2
 
 Summary: Condor EC2 Enhanced hooks
 Name: condor-ec2-enhanced-hooks
@@ -52,7 +52,7 @@ mkdir -p %{buildroot}/%{python_sitelib}/condorec2e
 mkdir -p %{_builddir}/%{name}-%{version}/example
 cp -f hook*.py %{buildroot}/%_libexecdir/condor/hooks
 cp -f sqs.py %{buildroot}/%{python_sitelib}/condorec2e
-cp -f config/condor_config.example %{_builddir}/%{name}-%{version}/example
+cp -f config/60condor-ec2e-hooks.config.example %{_builddir}/%{name}-%{version}/example
 touch %{buildroot}/%{python_sitelib}/condorec2e/__init__.py
 
 %clean
@@ -74,6 +74,12 @@ rm -rf %{buildroot}
 %{python_sitelib}/condorec2e/sqs.py*
 
 %changelog
+* Tue Jul  5 2011  <rrati at redhat> - 1.2-2
+- Updated docs
+- Changed example config file to be easily dropped into /etc/condor/config.d
+- Set WantAWS = False in classad sent to the EC2 AMI
+- Fixed issues using 64-bit AMIs
+
 * Wed Apr 27 2011  <rrati at redhat> - 1.2-1
 - Fixed compatibility with ec2_gahp
 - Enhanced check for the ec2_gahp binary
diff --git a/sources b/sources
index 8bea6e1..0a1a8b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-920e7c9d66f69646f8026119a2a8c013  condor-ec2-enhanced-hooks-1.2-1.tar.gz
+a9d6e2634b8c190008f60786451767e9  condor-ec2-enhanced-hooks-1.2-2.tar.gz


More information about the scm-commits mailing list