From: Elan Ruusamäe Date: Sun, 22 Oct 2017 12:14:59 +0000 (+0300) Subject: fix missing bcond on mod_authn_ldap X-Git-Tag: auto/th/lighttpd-1.4.46-1^2~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Flighttpd.git;a=commitdiff_plain;h=5b71fa5bdf212350a8ff8af0748ae7ff05e59f53 fix missing bcond on mod_authn_ldap --- diff --git a/lighttpd.spec b/lighttpd.spec index 65b70a4..10f78aa 100644 --- a/lighttpd.spec +++ b/lighttpd.spec @@ -1307,10 +1307,12 @@ fi %attr(755,root,root) %{pkglibdir}/mod_authn_gssapi.so %endif +%if %{with ldap} %files mod_authn_ldap %defattr(644,root,root,755) %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_authn_ldap.conf %attr(755,root,root) %{pkglibdir}/mod_authn_ldap.so +%endif %if %{with mysql} %files mod_authn_mysql