From: Elan Ruusamäe Date: Sun, 18 Dec 2005 20:45:44 +0000 (+0000) Subject: - mod_authnz_ldap needs mod_ldap X-Git-Tag: auto/ac/apache-2_2_0-1~19 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=e4afbb7a4d0eba1edbff7b34bab7942226f47d7c;p=packages%2Fapache.git - mod_authnz_ldap needs mod_ldap Changed files: apache.spec -> 1.440 --- 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