From e4afbb7a4d0eba1edbff7b34bab7942226f47d7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 18 Dec 2005 20:45:44 +0000 Subject: [PATCH] - mod_authnz_ldap needs mod_ldap Changed files: apache.spec -> 1.440 --- apache.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apache.spec b/apache.spec index 26500f6..b064173 100644 --- a/apache.spec +++ b/apache.spec @@ -37,7 +37,7 @@ Summary(ru): Summary(tr): Lider WWW tarayýcý Name: apache Version: 2.2.0 -Release: 0.76 +Release: 0.77 License: Apache Group License Group: Networking/Daemons Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz @@ -601,6 +601,7 @@ Summary(pl): Modu Group: Networking/Daemons URL: http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html Requires: %{name}-base = %{version}-%{release} +Requires: %{name}-mod_ldap %{version}-%{release} Provides: apache(mod_authnz_ldap) = %{version}-%{release} # compat Provides: apache(mod_auth_ldap) = %{version}-%{release} @@ -1658,7 +1659,7 @@ install -d "buildmpm-${mpm}"; cd "buildmpm-${mpm}" %{__make} ./httpd.${mpm} -l | grep -v "${mpm}" > modules-inside -find include -name '*.h' | xargs sed -i -e 's#/httpd\..*\.conf#/etc/httpd/apache.conf#' +find include -name '*.h' | xargs sed -i -e 's#/httpd\..*\.conf#%{_sysconfdir}/apache.conf#' cd .. done -- 2.44.0