From 73cc88efd021e429f93ba027bab460e8bdb60a55 Mon Sep 17 00:00:00 2001 From: Miloš Jakubíček Date: May 04 2008 00:00:24 +0000 Subject: - 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) --- diff --git a/boinc-client.spec b/boinc-client.spec index c88c860..3022edc 100644 --- a/boinc-client.spec +++ b/boinc-client.spec @@ -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 @@ desktop-file-install %{?_remove_encoding} --vendor fedora \ # 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 @@ fi %{_includedir}/BOINC/* %changelog +* Sun May 04 2008 Milos Jakubicek - 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 - 5.10.45-10.20080315svn - Fixed handling stale lockfiles (#444936). - Initscript fixed to be compliant with current SysVInit guidelines