summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2013-02-26 09:46:28 +0000
committerJoe Orton <jorton@redhat.com>2013-02-26 09:46:28 +0000
commitcb59f095442b70064a635235912c385aa249c58b (patch)
tree1ae2985f1e5b09a1059f5353ae5a0ca434a11fc7
parenta6b2023764ae08741d9922182fab68b67f7c272e (diff)
downloadhttpd-cb59f095442b70064a635235912c385aa249c58b.tar.gz
httpd-cb59f095442b70064a635235912c385aa249c58b.tar.xz
httpd-cb59f095442b70064a635235912c385aa249c58b.zip
- fix duplicate ownership of mod_session config (#914901)
-rw-r--r--httpd.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/httpd.spec b/httpd.spec
index f192bb0..6a2eb16 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -506,6 +506,7 @@ rm -rf $RPM_BUILD_ROOT
%exclude %{_sysconfdir}/httpd/conf.modules.d/00-ssl.conf
%exclude %{_sysconfdir}/httpd/conf.modules.d/00-proxyhtml.conf
%exclude %{_sysconfdir}/httpd/conf.modules.d/01-ldap.conf
+%exclude %{_sysconfdir}/httpd/conf.modules.d/01-session.conf
%config(noreplace) %{_sysconfdir}/sysconfig/ht*
%{_prefix}/lib/tmpfiles.d/httpd.conf
@@ -604,6 +605,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Feb 26 2013 Joe Orton <jorton@redhat.com> - 2.4.4-1
- update to 2.4.4
+- fix duplicate ownership of mod_session config (#914901)
* Fri Feb 22 2013 Joe Orton <jorton@redhat.com> - 2.4.3-17
- add mod_session subpackage, move mod_auth_form there (#894500)