rpms/boinc-client/F-7 boinc-client.spec,1.4,1.5

Miloš Jakubíček (mjakubicek) fedora-extras-commits at redhat.com
Mon Apr 14 20:16:36 UTC 2008


Author: mjakubicek

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

Modified Files:
	boinc-client.spec 
Log Message:
- Fixed projects permissions (calling chown recursively).



Index: boinc-client.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boinc-client/F-7/boinc-client.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- boinc-client.spec	14 Apr 2008 09:59:10 -0000	1.4
+++ boinc-client.spec	14 Apr 2008 20:15:41 -0000	1.5
@@ -4,7 +4,7 @@
 Summary:	The BOINC client core
 Name:		boinc-client
 Version:	5.10.45
-Release:	7.%{snap}svn%{?dist}
+Release:	8.%{snap}svn%{?dist}
 License:	LGPLv2+
 Group:		Applications/Engineering
 URL:		http://boinc.berkeley.edu/
@@ -191,8 +191,8 @@
 /sbin/chkconfig --add boinc-client
 
 #correct wrong owner and group on files under /var/lib/boinc and log files
-#caused by bug fixed in 5.10.45-7
-chown --silent boinc:boinc %{_localstatedir}/log/boinc* \
+#caused by bug fixed in 5.10.45-8
+chown --silent -R boinc:boinc %{_localstatedir}/log/boinc* \
 %{_localstatedir}/lib/boinc/*
 
 %preun
@@ -263,6 +263,9 @@
 
 %changelog
 
+* Mon Apr 14 2008 Milos Jakubicek <xjakub at fi.muni.cz> - 5.10.45-8.20080315svn
+- Fixed projects permissions (calling chown recursively).
+
 * Mon Apr 14 2008 Milos Jakubicek <xjakub at fi.muni.cz> - 5.10.45-7.20080315svn
 - Fixed running the boinc daemon as boinc user instead of root, file
   permissions changed accordingly.




More information about the fedora-extras-commits mailing list