From 7d55bdf2dfad7a5220c491a2a2e57a1135f1a081 Mon Sep 17 00:00:00 2001 From: Miloš Jakubíček Date: Apr 14 2008 20:15:41 +0000 Subject: - Fixed projects permissions (calling chown recursively). --- diff --git a/boinc-client.spec b/boinc-client.spec index 620d849..d3526dd 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: 7.%{snap}svn%{?dist} +Release: 8.%{snap}svn%{?dist} License: LGPLv2+ Group: Applications/Engineering URL: http://boinc.berkeley.edu/ @@ -191,8 +191,8 @@ exit 0 /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 @@ fi %changelog +* Mon Apr 14 2008 Milos Jakubicek - 5.10.45-8.20080315svn +- Fixed projects permissions (calling chown recursively). + * Mon Apr 14 2008 Milos Jakubicek - 5.10.45-7.20080315svn - Fixed running the boinc daemon as boinc user instead of root, file permissions changed accordingly.