From 95722ee0a1424cebdaa2a35c3c1f26a38a2806e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 16 Oct 2016 18:16:16 +0300 Subject: [PATCH] temporarily load also mysql and ldap authn backends code loads them unconditionally for supporting previous configurations --- lighttpd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lighttpd.spec b/lighttpd.spec index 3cfc32f..8362c97 100644 --- a/lighttpd.spec +++ b/lighttpd.spec @@ -30,7 +30,7 @@ Summary: Fast and light HTTP server Summary(pl.UTF-8): Szybki i lekki serwer HTTP Name: lighttpd Version: 1.4.42 -Release: 0.2 +Release: 0.4 License: BSD Group: Networking/Daemons/HTTP Source0: http://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.xz @@ -240,6 +240,9 @@ Group: Networking/Daemons/HTTP URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModAuth Requires: %{name} = %{version}-%{release} Requires: %{name}-mod_authn_file = %{version}-%{release} +# TODO: ldap and mysql should be optional +Requires: %{name}-mod_authn_ldap = %{version}-%{release} +Requires: %{name}-mod_authn_mysql = %{version}-%{release} Provides: webserver(auth) %description mod_auth -- 2.44.0