[packages/apache/feat/conf-modules] skip duplicate authz_host loadmodule
glen
glen at pld-linux.org
Fri Oct 18 14:45:45 CEST 2019
commit e9270fffcc3edf3d5a2b49d50e4524dc0e2813ea
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Sat May 4 22:51:28 2019 +0300
skip duplicate authz_host loadmodule
apache-mod_authz_host.conf | 1 -
apache.spec | 4 +---
2 files changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/apache.spec b/apache.spec
index dfd023e..55c4e27 100644
--- a/apache.spec
+++ b/apache.spec
@@ -62,7 +62,7 @@ Source20: %{name}-mod_userdir.conf
Source21: %{name}-mpm.conf
Source22: %{name}-languages.conf
Source23: %{name}-mod_mime.conf
-Source24: %{name}-mod_authz_host.conf
+
Source25: %{name}-mod_cgid.conf
Source26: %{name}-mod_log_config.conf
Source27: %{name}-mod_mime_magic.conf
@@ -2883,7 +2883,6 @@ CONFD_MODULES=$RPM_BUILD_ROOT%{_sysconfdir}/conf.modules.d
cp -p %{SOURCE7} $CONFD/common.conf
cp -p %{SOURCE23} $CONFD/mod_mime.conf
-cp -p %{SOURCE24} $CONFD/mod_authz_host.conf
cp -p %{SOURCE25} $CONFD/mod_cgid.conf
cp -p %{SOURCE26} $CONFD/mod_log_config.conf
cp -p %{SOURCE27} $CONFD/mod_mime_magic.conf
@@ -3548,7 +3547,6 @@ fi
%files mod_authz_host
%defattr(644,root,root,755)
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.modules.d/*mod_authz_host.conf
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mod_authz_host.conf
%attr(755,root,root) %{_libexecdir}/mod_authz_host.so
%files mod_authz_owner
diff --git a/apache-mod_authz_host.conf b/apache-mod_authz_host.conf
deleted file mode 100644
index e1a022f..0000000
--- a/apache-mod_authz_host.conf
+++ /dev/null
@@ -1 +0,0 @@
-LoadModule authz_host_module modules/mod_authz_host.so
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/apache.git/commitdiff/e9270fffcc3edf3d5a2b49d50e4524dc0e2813ea
More information about the pld-cvs-commit
mailing list