summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2017-09-19 10:02:32 +0100
committerJoe Orton <jorton@redhat.com>2017-09-19 10:02:32 +0100
commita7a88382f7efa6154d762b7a7a22fc7e4d057adb (patch)
tree188fdcbc856fe297e438df7b558c86d642802c12
parentb022e3b52344b687c25875b0a7d6c1ee26f8e5fa (diff)
downloadhttpd-a7a88382f7efa6154d762b7a7a22fc7e4d057adb.tar.gz
httpd-a7a88382f7efa6154d762b7a7a22fc7e4d057adb.tar.xz
httpd-a7a88382f7efa6154d762b7a7a22fc7e4d057adb.zip
move httpd.service.d, httpd.socket.d dirs to -filesystem
-rw-r--r--httpd.spec7
1 files changed, 4 insertions, 3 deletions
diff --git a/httpd.spec b/httpd.spec
index 01beaf2..351c519 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -13,7 +13,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.4.27
-Release: 7%{?dist}
+Release: 8%{?dist}
URL: https://httpd.apache.org/
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source1: index.html
@@ -642,8 +642,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
@@ -705,6 +703,9 @@ rm -rf $RPM_BUILD_ROOT
%{_rpmconfigdir}/macros.d/macros.httpd
%changelog
+* Tue Sep 19 2017 Joe Orton <jorton@redhat.com> - 2.4.27-8
+- move httpd.service.d, httpd.socket.d dirs to -filesystem
+
* Wed Sep 13 2017 Joe Orton <jorton@redhat.com> - 2.4.27-7
- add new content-length filter (upstream PR 61222)