]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
temporarily load also mysql and ldap authn backends
authorElan Ruusamäe <glen@delfi.ee>
Sun, 16 Oct 2016 15:16:16 +0000 (18:16 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 16 Oct 2016 15:16:16 +0000 (18:16 +0300)
code loads them unconditionally for supporting previous configurations

lighttpd.spec

index 3cfc32f9e6e55871e3c3d6fbe364d9097b8f3de9..8362c975ddd730541eaf11e6c14e3b49282145d2 100644 (file)
@@ -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
This page took 0.131344 seconds and 4 git commands to generate.