diff --git a/mod_auth_mellon.spec b/mod_auth_mellon.spec index 2dd8f30..a7fb311 100644 --- a/mod_auth_mellon.spec +++ b/mod_auth_mellon.spec @@ -1,7 +1,7 @@ Summary: A SAML 2.0 authentication module for the Apache Httpd Server Name: mod_auth_mellon Version: 0.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Daemons Source0: https://github.com/UNINETT/mod_auth_mellon/releases/download/v%{version}/%{name}-%{version}.tar.gz Source1: auth_mellon.conf @@ -9,9 +9,14 @@ Source2: 10-auth_mellon.conf Source3: mod_auth_mellon.conf Source4: mellon_create_metadata.sh License: GPLv2+ -BuildRequires: curl-devel, glib2-devel, httpd-devel, lasso-devel, openssl-devel, xmlsec1-devel +BuildRequires: curl-devel +BuildRequires: glib2-devel +BuildRequires: httpd-devel +BuildRequires: lasso-devel >= 2.5.0 +BuildRequires: openssl-devel +BuildRequires: xmlsec1-devel Requires: httpd-mmn = %{_httpd_mmn} -Requires: lasso >= 2.3.6 +Requires: lasso >= 2.5.0 Url: https://github.com/UNINETT/mod_auth_mellon %description @@ -57,6 +62,9 @@ install -m 755 %{SOURCE4} %{buildroot}/%{_libexecdir}/%{name} %dir /run/%{name}/ %changelog +* Fri Sep 18 2015 John Dennis - 0.11.0-2 +- Add lasso 2.5.0 version dependency + * Fri Sep 18 2015 John Dennis - 0.11.0-1 - Upgrade to upstream 0.11.0 release. - Includes ECP support, see NEWS for all changes.