From 0cea9da48f64d0ee51f5f90e9b7f9ad008964ab7 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Oct 09 2017 16:27:26 +0000 Subject: move httpd.service.d, httpd.socket.d dirs to -filesystem --- diff --git a/httpd.spec b/httpd.spec index 29805bc..c9792bb 100644 --- a/httpd.spec +++ b/httpd.spec @@ -631,8 +631,6 @@ rm -rf $RPM_BUILD_ROOT %{_unitdir}/*.service %{_unitdir}/*.socket -%attr(755,root,root) %dir %{_unitdir}/httpd.service.d -%attr(755,root,root) %dir %{_unitdir}/httpd.socket.d %files filesystem %dir %{_sysconfdir}/httpd @@ -694,6 +692,9 @@ rm -rf $RPM_BUILD_ROOT %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Tue Sep 19 2017 Joe Orton - 2.4.27-8.1 +- move httpd.service.d, httpd.socket.d dirs to -filesystem + * Thu Sep 21 2017 Jeroen van Meeuwen - 2.4.27-3 - Address CVE-2017-9798 by applying patch from upstream (#1490344)