From 5b71fa5bdf212350a8ff8af0748ae7ff05e59f53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 22 Oct 2017 15:14:59 +0300 Subject: [PATCH] fix missing bcond on mod_authn_ldap --- lighttpd.spec | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.43.0