From 9af67ab6414a8fa0a5ce638993550d4d6978378c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 29 Sep 2017 17:04:46 +0300 Subject: [PATCH] package missing /var dirs --- h2o.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/h2o.spec b/h2o.spec index 02b5db9..1cb1a7f 100644 --- 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 -- 2.44.0