From cb59f095442b70064a635235912c385aa249c58b Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 26 Feb 2013 09:46:28 +0000 Subject: [PATCH] - fix duplicate ownership of mod_session config (#914901) --- httpd.spec | 2 ++ 1 file changed, 2 insertions(+) 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 - 2.4.4-1 - update to 2.4.4 +- fix duplicate ownership of mod_session config (#914901) * Fri Feb 22 2013 Joe Orton - 2.4.3-17 - add mod_session subpackage, move mod_auth_form there (#894500)