[httpd: 3/3] - fix duplicate ownership of mod_session config (#914901)

jorton jorton at fedoraproject.org
Tue Feb 26 09:46:53 UTC 2013


commit cb59f095442b70064a635235912c385aa249c58b
Author: Joe Orton <jorton at redhat.com>
Date:   Tue Feb 26 09:46:28 2013 +0000

    - fix duplicate ownership of mod_session config (#914901)

 httpd.spec |    2 ++
 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 at 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 at redhat.com> - 2.4.3-17
 - add mod_session subpackage, move mod_auth_form there (#894500)


More information about the scm-commits mailing list