Correct mode of %{rundir}/mod_fcgid in %{_tmpfilesdir}/mod_fcgid.conf

This commit is contained in:
Paul Howarth 2018-05-03 11:04:24 +01:00
parent f05a6ad3bd
commit c147577e17
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
d /run/mod_fcgid - root apache
d /run/mod_fcgid 0775 root apache

View File

@ -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 <paul@city-fan.org> - 2.3.9-15
- Correct mode of %%{rundir}/mod_fcgid in %%{_tmpfilesdir}/mod_fcgid.conf
* Wed May 02 2018 Luboš Uhliarik <luhliari@redhat.com> - 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 <paul@city-fan.org> - 2.3.9-13
- BR: gcc