diff options
| author | Joe Orton <jorton@redhat.com> | 2013-02-26 09:46:28 +0000 |
|---|---|---|
| committer | Joe Orton <jorton@redhat.com> | 2013-02-26 09:46:28 +0000 |
| commit | cb59f095442b70064a635235912c385aa249c58b (patch) | |
| tree | 1ae2985f1e5b09a1059f5353ae5a0ca434a11fc7 | |
| parent | a6b2023764ae08741d9922182fab68b67f7c272e (diff) | |
| download | httpd-cb59f095442b70064a635235912c385aa249c58b.tar.gz httpd-cb59f095442b70064a635235912c385aa249c58b.tar.xz httpd-cb59f095442b70064a635235912c385aa249c58b.zip | |
- fix duplicate ownership of mod_session config (#914901)
| -rw-r--r-- | httpd.spec | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
