From 39008712badb35adaac7fad18c612bf05b3cc086 Mon Sep 17 00:00:00 2001 From: John Dennis Date: May 02 2018 21:46:57 +0000 Subject: update lasso version dependency --- diff --git a/mod_auth_mellon.spec b/mod_auth_mellon.spec index 31d7d6d..90a60bb 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.14.0 -Release: 2%{?dist} +Release: 3%{?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 @@ -13,12 +13,12 @@ License: GPLv2+ BuildRequires: curl-devel BuildRequires: glib2-devel BuildRequires: httpd-devel -BuildRequires: lasso-devel >= 2.5.0 +BuildRequires: lasso-devel >= 2.5.1-13 BuildRequires: openssl-devel BuildRequires: xmlsec1-devel BuildRequires: rubygem-asciidoctor Requires: httpd-mmn = %{_httpd_mmn} -Requires: lasso >= 2.5.1 +Requires: lasso >= 2.5.1-13 Url: https://github.com/UNINETT/mod_auth_mellon @@ -102,6 +102,9 @@ in the doc directory for instructions on using the diagnostics build. %dir /run/%{name}/ %changelog +* Wed May 2 2018 John Dennis - 0.14.0-3 +- update lasso version dependency + * Tue May 1 2018 John Dennis - 0.14.0-2 - clean diagnostics build prior to normal build