rpms/boinc-client/F-8 boinc-client.spec,1.5,1.6

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Wed Apr 23 07:48:59 UTC 2008


Author: lkundrak

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

Modified Files:
	boinc-client.spec 
Log Message:
* Wed Apr 23 2008 Lubomir Kundrak <lkundrak at redhat.com> - 5.10.45-9.20080315svn
- Do not expect chown of nonexistent files to succeed


Index: boinc-client.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boinc-client/F-8/boinc-client.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- boinc-client.spec	14 Apr 2008 18:48:38 -0000	1.5
+++ boinc-client.spec	23 Apr 2008 07:48:20 -0000	1.6
@@ -4,7 +4,7 @@
 Summary:	The BOINC client core
 Name:		boinc-client
 Version:	5.10.45
-Release:	8.%{snap}svn%{?dist}
+Release:	9.%{snap}svn%{?dist}
 License:	LGPLv2+
 Group:		Applications/Engineering
 URL:		http://boinc.berkeley.edu/
@@ -193,7 +193,7 @@
 #correct wrong owner and group on files under /var/lib/boinc and log files
 #caused by bug fixed in 5.10.45-8
 chown --silent -R boinc:boinc %{_localstatedir}/log/boinc* \
-%{_localstatedir}/lib/boinc/*
+%{_localstatedir}/lib/boinc/* 2>/dev/null || :
 
 %preun
 if [ $1 -eq 0 ]; then #if uninstalling, not only updating
@@ -262,6 +262,8 @@
 %{_includedir}/BOINC/*
 
 %changelog
+* Wed Apr 23 2008 Lubomir Kundrak <lkundrak at redhat.com> - 5.10.45-9.20080315svn
+- Do not expect chown of nonexistent files to succeed
 
 * Mon Apr 14 2008 Milos Jakubicek <xjakub at fi.muni.cz> - 5.10.45-8.20080315svn
 - Fixed projects permissions (calling chown recursively).




More information about the fedora-extras-commits mailing list