rpms/condor-job-hooks/devel .cvsignore, 1.2, 1.3 condor-job-hooks.spec, 1.1, 1.2 import.log, 1.1, 1.2 sources, 1.2, 1.3

rrati rrati at fedoraproject.org
Wed Aug 19 19:52:00 UTC 2009


Author: rrati

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

Modified Files:
	.cvsignore condor-job-hooks.spec import.log sources 
Log Message:
- Hooks use JOB_HOOK as keyword instead of LL_HOOK
- Split documentation into two files, one for carod and one for
  the job-hooks



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/condor-job-hooks/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	29 Jul 2009 15:04:21 -0000	1.2
+++ .cvsignore	19 Aug 2009 19:51:59 -0000	1.3
@@ -1 +1 @@
-condor-job-hooks-1.0-9.tar.gz
+condor-job-hooks-1.0-12.tar.gz


Index: condor-job-hooks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/condor-job-hooks/devel/condor-job-hooks.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- condor-job-hooks.spec	29 Jul 2009 15:04:21 -0000	1.1
+++ condor-job-hooks.spec	19 Aug 2009 19:51:59 -0000	1.2
@@ -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")}
-%define rel 9
+%define rel 12
 
 Summary: Condor Job Hooks
 Name: condor-job-hooks
@@ -64,7 +64,7 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE-2.0.txt
+%doc LICENSE-2.0.txt INSTALL
 %config(noreplace) %{_sysconfdir}/condor/job-hooks.conf
 %defattr(0755,root,root,-)
 %_libexecdir/condor/hooks/hook_fetch_work.py*
@@ -80,6 +80,17 @@ rm -rf %{buildroot}
 %{python_sitelib}/jobhooks/__init__.py*
 
 %changelog
+* Tue Aug 18 2009  <rrati at redhat> - 1.0-12
+- Job hooks use JOB_HOOK as keyword instead of LL_HOOK
+- Fixed version numbering
+
+* Tue Aug 18 2009  <rrati at redhat> - 1.0-11
+- Split documentation into two files, one for carod and one for
+  the job-hooks
+
+* Mon Aug 17 2009  <rrati at redhat> - 1.0-10
+- Minor cleanup in common functions
+
 * Mon Jul 27 2009  <rrati at redhat> - 1.0-9
 - Renamed condor-job-hooks-common to python-condor-job-hooks-common to
   conform to packaging guidelines since the package installs in


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/condor-job-hooks/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	29 Jul 2009 15:04:21 -0000	1.1
+++ import.log	19 Aug 2009 19:51:59 -0000	1.2
@@ -1 +1,2 @@
 condor-job-hooks-1_0-9_fc10:HEAD:condor-job-hooks-1.0-9.fc10.src.rpm:1248879849
+condor-job-hooks-1_0-12_fc10:HEAD:condor-job-hooks-1.0-12.fc10.src.rpm:1250711441


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/condor-job-hooks/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	29 Jul 2009 15:04:21 -0000	1.2
+++ sources	19 Aug 2009 19:51:59 -0000	1.3
@@ -1 +1 @@
-2dbad442f90772d32bf0b37860efc09f  condor-job-hooks-1.0-9.tar.gz
+8aa785ccc871c30c0f81ca8e4307bb8e  condor-job-hooks-1.0-12.tar.gz




More information about the scm-commits mailing list