diff options
author | Graham Leggett <minfrin@apache.org> | 2013-12-26 18:13:12 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2013-12-26 18:13:12 +0100 |
commit | 1e41d4a8eb0740505d83bfe822feb74aeb139cb7 (patch) | |
tree | a25cd0113a0351b39f818f7952e26958db14bd2c /build | |
parent | [trunk][doc] .fr translation for r1553502 (diff) | |
download | apache2-1e41d4a8eb0740505d83bfe822feb74aeb139cb7.tar.xz apache2-1e41d4a8eb0740505d83bfe822feb74aeb139cb7.zip |
rpm spec file: Ensure that apr-util-ldap is installed when mod_authnz_ldap
is installed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1553514 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/rpm/httpd.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index d9deb03a7c..298c2547a1 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -67,7 +67,7 @@ the Apache HTTP Server. Group: System Environment/Daemons Summary: LDAP modules for the Apache HTTP server BuildRequires: openldap-devel -Requires: httpd = %{version}-%{release}, httpd-mmn = %{mmn} +Requires: httpd = %{version}-%{release}, httpd-mmn = %{mmn}, apr-util-ldap %description -n mod_authnz_ldap The mod_authnz_ldap module for the Apache HTTP server provides |