Upgrade to new upstream 0.13.1 release
This commit is contained in:
parent
8b7f56ab2d
commit
709a5443f9
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/mod_auth_mellon-0.10.0.tar.gz
|
/mod_auth_mellon-0.10.0.tar.gz
|
||||||
/mod_auth_mellon-0.11.0.tar.gz
|
/mod_auth_mellon-0.11.0.tar.gz
|
||||||
/mod_auth_mellon-0.12.0.tar.gz
|
/mod_auth_mellon-0.12.0.tar.gz
|
||||||
|
/mod_auth_mellon-0.13.1.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A SAML 2.0 authentication module for the Apache Httpd Server
|
Summary: A SAML 2.0 authentication module for the Apache Httpd Server
|
||||||
Name: mod_auth_mellon
|
Name: mod_auth_mellon
|
||||||
Version: 0.12.0
|
Version: 0.13.1
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: https://github.com/UNINETT/mod_auth_mellon/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/UNINETT/mod_auth_mellon/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: auth_mellon.conf
|
Source1: auth_mellon.conf
|
||||||
@ -19,9 +19,6 @@ Requires: httpd-mmn = %{_httpd_mmn}
|
|||||||
Requires: lasso >= 2.5.0
|
Requires: lasso >= 2.5.0
|
||||||
Url: https://github.com/UNINETT/mod_auth_mellon
|
Url: https://github.com/UNINETT/mod_auth_mellon
|
||||||
|
|
||||||
Patch1: enabled_in_check_uid.patch
|
|
||||||
Patch2: content-type.patch
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The mod_auth_mellon module is an authentication service that implements the
|
The mod_auth_mellon module is an authentication service that implements the
|
||||||
@ -30,8 +27,6 @@ received in assertions generated by a IdP server.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export APXS=%{_httpd_apxs}
|
export APXS=%{_httpd_apxs}
|
||||||
@ -73,6 +68,9 @@ install -m 755 %{SOURCE4} %{buildroot}/%{_libexecdir}/%{name}
|
|||||||
%dir /run/%{name}/
|
%dir /run/%{name}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 1 2017 John Dennis <jdennis@redhat.com> - 0.13.1-1
|
||||||
|
- upgrade to new upstream release
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-7
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user