rpms/condor-ec2-enhanced-hooks/devel .cvsignore, 1.3, 1.4 condor-ec2-enhanced-hooks.spec, 1.2, 1.3 import.log, 1.2, 1.3 sources, 1.3, 1.4

rrati rrati at fedoraproject.org
Wed Aug 19 19:48:50 UTC 2009


Author: rrati

Update of /cvs/pkgs/rpms/condor-ec2-enhanced-hooks/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5993/devel

Modified Files:
	.cvsignore condor-ec2-enhanced-hooks.spec import.log sources 
Log Message:
- Removed reading the amazonsqsqueuename and stopped using GlobalJobId
  in the SQS queue name.  Instead, Cluster ID, Proc ID, and QDate are used so
  now SQS queues are:
  <AWS_ID>-<ClusterId><ProcId><Qdate>[-status]
- Split the documentation into two files, one for the AMI and one for
  the submit machine



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/condor-ec2-enhanced-hooks/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	30 Jul 2009 12:35:58 -0000	1.3
+++ .cvsignore	19 Aug 2009 19:48:49 -0000	1.4
@@ -1 +1 @@
-condor-ec2-enhanced-hooks-1.0-18.tar.gz
+condor-ec2-enhanced-hooks-1.0-19.tar.gz


Index: condor-ec2-enhanced-hooks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/condor-ec2-enhanced-hooks/devel/condor-ec2-enhanced-hooks.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- condor-ec2-enhanced-hooks.spec	30 Jul 2009 12:35:58 -0000	1.2
+++ condor-ec2-enhanced-hooks.spec	19 Aug 2009 19:48:49 -0000	1.3
@@ -1,5 +1,5 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%define rel 18
+%define rel 19
 
 Summary: Condor EC2 Enhanced hooks
 Name: condor-ec2-enhanced-hooks
@@ -37,7 +37,7 @@ Summary: Common functions/utilities for 
 Group: Applications/System
 BuildRequires: python-devel
 Requires: python >= 2.3
-Obsoletes: condor-ec2-enhanced-common
+Obsoletes: condor-ec2-enhanced-hooks-common
 
 %description -n python-%{name}-common
 Common functions and utilities used by MRG condor job hooks.
@@ -76,6 +76,16 @@ rm -rf %{buildroot}
 %{python_sitelib}/ec2enhanced/__init__.py*
 
 %changelog
+* Tue Aug 18 2009  <rrati at redhat> - 1.0-19
+- Split the documentation into two files, one for the AMI and one for
+  the submit machine
+- Fixed obsolete issue with common package
+- SQS/S3 queues/buckets no longer use GlobalJobId because they can be too
+  long for AWS.  Instead, ClusterId, ProcId, and QDate is used.
+
+* Mon Jul 27 2009  <rrati at redhat> - 1.0-18
+- Fixed dependency issue
+
 * Mon Jul 27 2009  <rrati at redhat> - 1.0-17
 - Fixed missed dependency renames
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/condor-ec2-enhanced-hooks/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	30 Jul 2009 12:35:58 -0000	1.2
+++ import.log	19 Aug 2009 19:48:49 -0000	1.3
@@ -1,2 +1,3 @@
 condor-ec2-enhanced-hooks-1_0-17_fc10:HEAD:condor-ec2-enhanced-hooks-1.0-17.fc10.src.rpm:1248879764
 condor-ec2-enhanced-hooks-1_0-18_fc10:HEAD:condor-ec2-enhanced-hooks-1.0-18.fc10.src.rpm:1248957343
+condor-ec2-enhanced-hooks-1_0-19_fc10:HEAD:condor-ec2-enhanced-hooks-1.0-19.fc10.src.rpm:1250711261


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/condor-ec2-enhanced-hooks/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	30 Jul 2009 12:35:58 -0000	1.3
+++ sources	19 Aug 2009 19:48:49 -0000	1.4
@@ -1 +1 @@
-6875713d3f5fb211c6d590088f1ac3cb  condor-ec2-enhanced-hooks-1.0-18.tar.gz
+40f9205f907e8f03c59743170fbbc0eb  condor-ec2-enhanced-hooks-1.0-19.tar.gz




More information about the fedora-extras-commits mailing list