]> git.pld-linux.org Git - packages/h2o.git/commitdiff
package missing /var dirs
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 29 Sep 2017 14:04:46 +0000 (17:04 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Fri, 29 Sep 2017 14:04:46 +0000 (17:04 +0300)
h2o.spec

index 02b5db9f94359736fb0c93049c3f4ff86b26a3b2..1cb1a7f9e9ff85d813dc4ec6271adca0f080fb97 100644 (file)
--- a/h2o.spec
+++ b/h2o.spec
@@ -7,7 +7,7 @@
 Summary:       H2O - an optimized HTTP server with support for HTTP/1.x and HTTP/2
 Name:          h2o
 Version:       2.2.2
-Release:       0.8
+Release:       0.9
 License:       MIT
 Group:         Networking/Daemons/HTTP
 Source0:       https://github.com/h2o/h2o/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -138,6 +138,9 @@ fi
 %attr(755,root,root) %{_datadir}/%{name}/setuidgid
 %attr(755,root,root) %{_datadir}/%{name}/start_server
 
+%attr(710,root,nobody) %dir %{_localstatedir}/run/h2o
+%attr(700,root,root) %dir %{_localstatedir}/log/h2o
+
 %if %{with mruby}
 %{_datadir}/%{name}/mruby
 %endif
This page took 0.083703 seconds and 4 git commands to generate.