From c364706b04908216c18341fa8000fbd4eb30ba86 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Jan 07 2022 22:30:02 +0000 Subject: Update lib/httpd permissions. --- diff --git a/lighttpd.spec b/lighttpd.spec index 955b1b0..b4d19a3 100644 --- a/lighttpd.spec +++ b/lighttpd.spec @@ -55,7 +55,7 @@ Summary: Lightning fast webserver with light system requirements Name: lighttpd Version: 1.4.63 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD URL: http://www.lighttpd.net/ Source0: http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-%{version}.tar.gz @@ -636,10 +636,14 @@ fi %else %attr(0750, lighttpd, lighttpd) %{_var}/run/lighttpd/ %endif +%attr(0750, lighttpd, lighttpd) %{_var}/lib/lighttpd/ %attr(0750, lighttpd, lighttpd) %{_var}/log/lighttpd/ %attr(0700, lighttpd, lighttpd) %dir %{webroot}/ %changelog +* Fri Jan 07 2022 Gwyn Ciesla - 1.4.63-4 +- Update lib/httpd permissions. + * Tue Jan 04 2022 Gwyn Ciesla - 1.4.63-3 - Fix typos.