[packages/graphite-web] graphite-web.wsgi needs to be executable
glen
glen at pld-linux.org
Tue Apr 9 22:51:10 CEST 2013
commit 15f6a8f3474558b90fb49b122cbfda74f4d4111a
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Apr 9 23:34:47 2013 +0300
graphite-web.wsgi needs to be executable
graphite-web.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/graphite-web.spec b/graphite-web.spec
index 810ccb3..5893045 100644
--- a/graphite-web.spec
+++ b/graphite-web.spec
@@ -1,7 +1,7 @@
Summary: A Django webapp for enterprise scalable realtime graphing
Name: graphite-web
Version: 0.9.10
-Release: 0.1
+Release: 0.2
License: Apache v2.0
Group: Applications/WWW
Source0: https://github.com/downloads/graphite-project/graphite-web/%{name}-%{version}.tar.gz
@@ -127,7 +127,9 @@ rm -rf $RPM_BUILD_ROOT
%{py_sitescriptdir}/graphite/whitelist
%{py_sitescriptdir}/graphite_web-%{version}-py*.egg-info
-%{_datadir}/graphite
+%dir %{_datadir}/graphite
+%attr(755,root,root) %{_datadir}/graphite/graphite-web.wsgi
+%{_datadir}/graphite/webapp
%attr(775,root,http) %dir %{_localstatedir}/log/%{name}
%attr(775,root,http) %dir %{_sharedstatedir}/%{name}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/graphite-web.git/commitdiff/d40e59982fbde09095a69daff2fd00a6586b9272
More information about the pld-cvs-commit
mailing list