[pootle] Set default rights for /var/lib/pootle

dwayne dwayne at fedoraproject.org
Fri Sep 3 11:28:14 UTC 2010


commit b78b89f9631b997e8be51c8d8a519ad66db87324
Author: Dwayne Bailey <dwayne at translate.org.za>
Date:   Fri Sep 3 13:27:44 2010 +0200

    Set default rights for /var/lib/pootle

 pootle.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/pootle.spec b/pootle.spec
index a465529..bc2879a 100644
--- a/pootle.spec
+++ b/pootle.spec
@@ -4,7 +4,7 @@
 
 Name:           pootle
 Version:        2.1.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Localization and translation management web application
 
 Group:          Development/Tools
@@ -119,15 +119,18 @@ fi
 %{python_sitelib}/*
 %{_datadir}/pootle
 %if 0%{?rhel} >= 6 || 0%{?fedora}
-%attr(-,apache,apache) %{_sharedstatedir}/pootle
+%attr(2770,apache,apache) %{_sharedstatedir}/pootle
 %else
-%attr(-,apache,apache) /var/lib/pootle
+%attr(2770,apache,apache) /var/lib/pootle
 %endif
 # We exclude docs as the Pootle installer doesn't do ${name}-${version} as expected in Fedora
 %exclude %{_datadir}/doc/pootle
 
 
 %changelog
+* Fri Sep 3 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.1.0-5
+- Set default rights for /var/lib/pootle
+
 * Wed Aug 18 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.1.0-4
 - Improve README.fedora to deal with SELinux
 


More information about the scm-commits mailing list