From c147577e176dd86d2fe691059f9a3f7724e64803 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Thu, 3 May 2018 11:04:24 +0100 Subject: [PATCH] Correct mode of %{rundir}/mod_fcgid in %{_tmpfilesdir}/mod_fcgid.conf --- mod_fcgid-tmpfs.conf | 2 +- mod_fcgid.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/mod_fcgid-tmpfs.conf b/mod_fcgid-tmpfs.conf index e04d857..d7103ba 100644 --- a/mod_fcgid-tmpfs.conf +++ b/mod_fcgid-tmpfs.conf @@ -1 +1 @@ -d /run/mod_fcgid - root apache +d /run/mod_fcgid 0775 root apache diff --git a/mod_fcgid.spec b/mod_fcgid.spec index 222dd71..bce94a2 100644 --- a/mod_fcgid.spec +++ b/mod_fcgid.spec @@ -35,7 +35,7 @@ Name: mod_fcgid Version: 2.3.9 -Release: 14%{?dist} +Release: 15%{?dist} Summary: FastCGI interface module for Apache 2 License: ASL 2.0 URL: http://httpd.apache.org/mod_fcgid/ @@ -127,9 +127,12 @@ install -p -m 644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/mod_fcgid.conf %dir %attr(0775,root,apache) %{rundir}/mod_fcgid/ %changelog +* Thu May 3 2018 Paul Howarth - 2.3.9-15 +- Correct mode of %%{rundir}/mod_fcgid in %%{_tmpfilesdir}/mod_fcgid.conf + * Wed May 02 2018 Luboš Uhliarik - 2.3.9-14 - Resolves: #1564219 - SELinux prevents httpd from starting when mod_fcgid - is installed + is installed (also #1574390) * Tue Feb 20 2018 Paul Howarth - 2.3.9-13 - BR: gcc