diff --git a/mod_auth_mellon.spec b/mod_auth_mellon.spec index b99d234..d30d1ab 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.12.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 @@ -71,6 +71,9 @@ install -m 755 %{SOURCE4} %{buildroot}/%{_libexecdir}/%{name} %dir /run/%{name}/ %changelog +* Mon Jan 9 2017 John Dennis - 0.12.0-3 +- bump release for rebuild + * Tue May 3 2016 John Dennis - 0.12.0-2 - Resolves: bug #1332729, mellon conflicts with mod_auth_openidc - am_check_uid() should be no-op if mellon not enabled