[nordugrid-arc/el5] 3.0.2 Final Release

Mattias Ellert ellert at fedoraproject.org
Fri Jun 14 13:14:07 UTC 2013


commit 87db8f69979f44ea9a02e22b7a7150ab6c88e5c2
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Fri Jun 14 15:12:43 2013 +0200

    3.0.2 Final Release

 nordugrid-arc-find-syntax.patch |   39 +++++++++++++++++++++++++++++++++++++++
 nordugrid-arc.spec              |   11 ++++++++---
 sources                         |    2 +-
 3 files changed, 48 insertions(+), 4 deletions(-)
---
diff --git a/nordugrid-arc-find-syntax.patch b/nordugrid-arc-find-syntax.patch
new file mode 100644
index 0000000..45dec8e
--- /dev/null
+++ b/nordugrid-arc-find-syntax.patch
@@ -0,0 +1,39 @@
+Index: src/services/a-rex/lrms/slurm/submit-SLURM-job.in
+===================================================================
+--- src/services/a-rex/lrms/slurm/submit-SLURM-job.in	(revision 27864)
++++ src/services/a-rex/lrms/slurm/submit-SLURM-job.in	(revision 27865)
+@@ -327,7 +327,7 @@
+     done
+   fi
+ 
+-  echo '  find ./ -type f -perm +200 -exec rm -f "{}" ";"' >> $LRMS_JOB_SCRIPT
++  echo '  find ./ -type f -perm /200 -exec rm -f "{}" ";"' >> $LRMS_JOB_SCRIPT
+   echo '  find ./ -type f -exec chmod u+w "{}" ";"' >> $LRMS_JOB_SCRIPT
+   echo 'fi' >> $LRMS_JOB_SCRIPT
+ fi
+Index: src/services/a-rex/lrms/condor/submit-condor-job.in
+===================================================================
+--- src/services/a-rex/lrms/condor/submit-condor-job.in	(revision 27864)
++++ src/services/a-rex/lrms/condor/submit-condor-job.in	(revision 27865)
+@@ -347,7 +347,7 @@
+             }
+         }
+         $output .= <<EOF;
+-find ./ -type f -perm +200 -exec rm -f "{}" ";"
++find ./ -type f -perm /200 -exec rm -f "{}" ";"
+ find ./ -type f -exec chmod u+w "{}" ";"
+ EOF
+     }
+Index: src/services/a-rex/lrms/pbs/submit-pbs-job.in
+===================================================================
+--- src/services/a-rex/lrms/pbs/submit-pbs-job.in	(revision 27864)
++++ src/services/a-rex/lrms/pbs/submit-pbs-job.in	(revision 27865)
+@@ -400,7 +400,7 @@
+     done
+   fi
+   
+-  echo '  find ./ -type f -perm +200 -exec rm -f "{}" ";"' >> $LRMS_JOB_SCRIPT
++  echo '  find ./ -type f -perm /200 -exec rm -f "{}" ";"' >> $LRMS_JOB_SCRIPT
+   echo '  find ./ -type f -exec chmod u+w "{}" ";"' >> $LRMS_JOB_SCRIPT
+   echo '  find ./ -type d -exec chmod u+w "{}" ";"' >> $LRMS_JOB_SCRIPT
+   echo 'fi' >> $LRMS_JOB_SCRIPT
diff --git a/nordugrid-arc.spec b/nordugrid-arc.spec
index ed13de9..77a2e47 100644
--- a/nordugrid-arc.spec
+++ b/nordugrid-arc.spec
@@ -79,8 +79,8 @@
 %global with_gfal 0
 %endif
 
-%if %{?fedora}%{!?fedora:0} >= 17 || %{?rhel}%{!?rhel:0} >= 5
-%global with_canl %{!?_with_canl:0}%{?_with_canl:1}
+%if %{?fedora}%{!?fedora:0} >= 18 || %{?rhel}%{!?rhel:0} >= 5
+%global with_canl %{!?_without_canl:1}%{?_without_canl:0}
 %else
 %global with_canl 0
 %endif
@@ -88,13 +88,14 @@
 %global pkgdir arc
 
 Name:		nordugrid-arc
-Version:	3.0.1
+Version:	3.0.2
 Release:	1%{?dist}
 Summary:	Advanced Resource Connector Grid Middleware
 Group:		System Environment/Daemons
 License:	ASL 2.0
 URL:		http://www.nordugrid.org/
 Source:		http://download.nordugrid.org/packages/%{name}/releases/%{version}/src/%{name}-%{version}.tar.gz
+Patch0:		%{name}-find-syntax.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 #		Packages dropped without replacements
@@ -765,6 +766,7 @@ developers.
 
 %prep
 %setup -q
+%patch0 -p0
 
 %if %{?fedora}%{!?fedora:0} <= 9 && %{?rhel}%{!?rhel:0} <= 5
 # Older versions of SELinux does not have policy for open
@@ -1505,6 +1507,9 @@ service fetch-crl-cron start > /dev/null 2>&1
 %doc %{_mandir}/man1/saml_assertion_init.1*
 
 %changelog
+* Thu Jun 13 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 3.0.2-1
+- 3.0.2 Final Release
+
 * Wed May 08 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 3.0.1-1
 - 3.0.1 Final Release
 
diff --git a/sources b/sources
index c198f3c..48f7424 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ac37d4991168980d8d2f4b1da0d28c14  nordugrid-arc-3.0.1.tar.gz
+253c72f924804c79725a2e760c0d45f2  nordugrid-arc-3.0.2.tar.gz


More information about the scm-commits mailing list