rpms/boinc-client/F-9 boinc-client.spec,1.7,1.8

Miloš Jakubíček (mjakubicek) fedora-extras-commits at redhat.com
Sun May 4 00:01:08 UTC 2008


Author: mjakubicek

Update of /cvs/pkgs/rpms/boinc-client/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10371/F-9

Modified Files:
	boinc-client.spec 
Log Message:
- Fixed find command because starting with findutils-4.4.0-1.fc10, find
  returns a non-zero value when "-delete" fails.
  (for more details on this see bug #20802 on savannah.gnu.org)




Index: boinc-client.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boinc-client/F-9/boinc-client.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- boinc-client.spec	3 May 2008 19:09:23 -0000	1.7
+++ boinc-client.spec	4 May 2008 00:00:33 -0000	1.8
@@ -4,7 +4,7 @@
 Summary:	The BOINC client core
 Name:		boinc-client
 Version:	5.10.45
-Release:	10.%{snap}svn%{?dist}
+Release:	11.%{snap}svn%{?dist}
 License:	LGPLv2+
 Group:		Applications/Engineering
 URL:		http://boinc.berkeley.edu/
@@ -165,7 +165,7 @@
 # locales
 
 mv locale/client/* locale
-find locale -not -name "BOINC Manager.mo" -delete
+find locale -not -name "BOINC Manager.mo" -type f -delete
 cp -rp locale $RPM_BUILD_ROOT%{_datadir}
 find $RPM_BUILD_ROOT%{_datadir}/locale -name "BOINC Manager.mo" -execdir mv {} BOINC-Manager.mo \;
 
@@ -262,6 +262,11 @@
 %{_includedir}/BOINC/*
 
 %changelog
+* Sun May 04 2008 Milos Jakubicek <xjakub at fi.muni.cz> - 5.10.45-11.20080315svn
+- Fixed find command because starting with findutils-4.4.0-1.fc10, find 
+  returns a non-zero value when "-delete" fails.
+  (for more details on this see bug #20802 on savannah.gnu.org)
+
 * Sat May 03 2008 Milos Jakubicek <xjakub at fi.muni.cz> - 5.10.45-10.20080315svn
 - Fixed handling stale lockfiles (#444936).
 - Initscript fixed to be compliant with current SysVInit guidelines




More information about the scm-commits mailing list