]> git.pld-linux.org Git - packages/eventum.git/commitdiff
allow app to put new files to log dir
authorElan Ruusamäe <glen@delfi.ee>
Wed, 17 May 2017 19:11:16 +0000 (22:11 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 17 May 2017 19:11:16 +0000 (22:11 +0300)
eventum.spec

index 47ad77b0b93e8356b01637ed724bc13bbd780e3a..511d722646b35ec41af26ec7a493860d037f98cb 100644 (file)
@@ -2,7 +2,7 @@
 # Conditional build:
 %bcond_with    order   # with experimental order patch
 
-%define                rel             0.2
+%define                rel             0.3
 %define                subver  344
 %define                githash 7f34327f
 %define                php_min_version 5.5.0
@@ -581,7 +581,7 @@ done
 %attr(660,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/setup.php
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/htpasswd
 
-%dir %attr(711,root,http) /var/log/%{name}
+%dir %attr(731,root,http) /var/log/%{name}
 %attr(620,root,http) %ghost /var/log/%{name}/*
 %dir %attr(750,root,root) /var/log/archive/%{name}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
This page took 0.039137 seconds and 4 git commands to generate.