[boinc-client] Change directory permission to give write access for boinc group

mattia mattia at fedoraproject.org
Tue Dec 17 15:01:19 UTC 2013


commit 93f9d5554c02389178127f7f904ac837664d921e
Author: Mattia Verga <mattia.verga at tiscali.it>
Date:   Tue Dec 17 16:00:48 2013 +0100

    Change directory permission to give write access for boinc group

 boinc-client.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/boinc-client.spec b/boinc-client.spec
index 1ff16f5..efb9894 100644
--- a/boinc-client.spec
+++ b/boinc-client.spec
@@ -3,7 +3,7 @@
 Summary:	The BOINC client core
 Name:		boinc-client
 Version:	7.2.33
-Release:	1.git%{revision}%{?dist}
+Release:	2.git%{revision}%{?dist}
 License:	LGPLv2+
 Group:		Applications/Engineering
 URL:		http://boinc.berkeley.edu/
@@ -266,7 +266,7 @@ fi
 %{_mandir}/man1/boinccmd.1.gz
 %{_mandir}/man1/boinc.1.gz
 %{_libdir}/*.so.*
-%defattr(-,boinc,boinc,-)
+%defattr(775,boinc,boinc,775)
 %{_localstatedir}/lib/boinc/
 
 %files doc
@@ -293,6 +293,9 @@ fi
 %{_includedir}/boinc
 
 %changelog
+* Tue Dec 17 2013 Mattia Verga <mattia.verga at tiscali.it> - 7.2.33-2.git1994cc8
+- Change default attribute of /var/lib/boinc to give write permission to boinc group
+
 * Tue Dec 17 2013 Mattia Verga <mattia.verga at tiscali.it> - 7.2.33-1.git1994cc8
 - Update to 7.2.33
 - Removed no more needed X11 patch


More information about the scm-commits mailing list