[packages/eventum: 3/10] make extension dirs readable for webserver to find extensions

glen glen at pld-linux.org
Sat May 20 13:50:07 CEST 2017


commit e9a24d521d68679178d64ada74da0b7c3d97635b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed May 17 20:27:09 2017 +0300

    make extension dirs readable for webserver to find extensions

 eventum.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/eventum.spec b/eventum.spec
index af526de..f258588 100644
--- a/eventum.spec
+++ b/eventum.spec
@@ -567,9 +567,9 @@ done
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %attr(751,root,root) %dir %{_webappdir}
-%attr(751,root,root) %dir %{_webappdir}/custom_field
-%attr(751,root,root) %dir %{_webappdir}/templates
-%attr(751,root,root) %dir %{_webappdir}/workflow
+%attr(751,root,http) %dir %{_webappdir}/custom_field
+%attr(751,root,http) %dir %{_webappdir}/templates
+%attr(751,root,http) %dir %{_webappdir}/workflow
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/apache.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/httpd.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/lighttpd.conf
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/eventum.git/commitdiff/ea3c18c959573399f020716d5d28188b4364d8e2



More information about the pld-cvs-commit mailing list