From e2185159edf65e22614512636360186c986bdb99 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 19 Sep 2017 10:08:07 +0100 Subject: move httpd.service.d, httpd.socket.d dirs to -filesystem --- httpd.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/httpd.spec b/httpd.spec index 351c519..dacd616 100644 --- a/httpd.spec +++ b/httpd.spec @@ -652,6 +652,8 @@ rm -rf $RPM_BUILD_ROOT %dir %{docroot}/html %dir %{contentdir} %dir %{contentdir}/icons +%attr(755,root,root) %dir %{_unitdir}/httpd.service.d +%attr(755,root,root) %dir %{_unitdir}/httpd.socket.d %files tools %defattr(-,root,root) -- cgit