rpms/sahana/devel import.log,1.1,1.2 sahana.spec,1.1,1.2

David Nalley ke4qqq at fedoraproject.org
Wed Apr 1 17:40:27 UTC 2009


Author: ke4qqq

Update of /cvs/pkgs/rpms/sahana/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27779/devel

Modified Files:
	import.log sahana.spec 
Log Message:
* Wed Apr 01 2009 David Nalley <david at gnsa.us> 0.6.2.2-4
- removed -executable predicate from find so it will build on EL-5 and F-9



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/sahana/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	1 Apr 2009 16:55:53 -0000	1.1
+++ import.log	1 Apr 2009 17:39:57 -0000	1.2
@@ -1 +1,2 @@
 sahana-0_6_2_2-3_fc10:HEAD:sahana-0.6.2.2-3.fc10.src.rpm:1238604801
+sahana-0_6_2_2-4_fc10:HEAD:sahana-0.6.2.2-4.fc10.src.rpm:1238607475


Index: sahana.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sahana/devel/sahana.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sahana.spec	1 Apr 2009 16:55:53 -0000	1.1
+++ sahana.spec	1 Apr 2009 17:39:57 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name: sahana
 Version: 0.6.2.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: Sahana is a free open source disaster management application
 Group:	Applications/Publishing
 License: LGPLv2+
@@ -71,7 +71,7 @@
 find ${RPM_BUILD_ROOT} -type f -name \*.txt -exec dos2unix {} \;
 find ${RPM_BUILD_ROOT} -type f -name \*.ent -exec dos2unix {} \;
 find ${RPM_BUILD_ROOT} -type f -name \*.dtd -exec dos2unix {} \;
-find ${RPM_BUILD_ROOT} -type f -executable -exec chmod 644 {} \;
+find ${RPM_BUILD_ROOT} -type f -perm /+x -exec chmod 644 {} \;
 find ${RPM_BUILD_ROOT} -empty -exec rm -f {} \;
 find ${RPM_BUILD_ROOT} -name .htaccess -exec rm -f {} \;
 find ${RPM_BUILD_ROOT} -type f -name \*.pl -exec chmod 755 {} \;
@@ -108,6 +108,8 @@
 
 
 %changelog
+* Wed Apr 01 2009 David Nalley <david at gnsa.us> 0.6.2.2-4
+- removed -executable predicate from find so it will build on EL-5 and F-9
 * Tue Mar 31 2009 David Nalley <david at gnsa.us> 0.6.2.2-3
 - added BuildRequires dos2unix
 * Sun Mar 29 2009 David Nalley <david at gnsa.us> 0.6.2.2-2




More information about the fedora-extras-commits mailing list