]> git.pld-linux.org Git - packages/apache.git/commitdiff
- mod_authnz_ldap needs mod_ldap
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 18 Dec 2005 20:45:44 +0000 (20:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.spec -> 1.440

apache.spec

index 26500f61958206c9b954f3b19a301bfaf6edb8cb..b0641737462b1a0b801d42d312e56d7311c8cbd3 100644 (file)
@@ -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
This page took 0.308655 seconds and 4 git commands to generate.