Compare commits
No commits in common. "rawhide" and "f40" have entirely different histories.
3 changed files with 8 additions and 19 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -13,4 +13,3 @@
|
|||
/v0.18.0.tar.gz
|
||||
/v0.18.1.tar.gz
|
||||
/mod_auth_mellon-0.19.0.tar.gz
|
||||
/mod_auth_mellon-0.19.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
Summary: A SAML 2.0 authentication module for the Apache Httpd Server
|
||||
Name: mod_auth_mellon
|
||||
Version: 0.19.1
|
||||
Version: 0.19.0
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/latchset/mod_auth_mellon/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/latchset/mod_auth_mellon/releases/download/v%{version}/mod_auth_mellon-%{version}.tar.gz
|
||||
Source1: auth_mellon.conf
|
||||
Source2: 10-auth_mellon.conf
|
||||
Source3: mod_auth_mellon.conf
|
||||
|
|
@ -93,7 +93,11 @@ in the doc directory for instructions on using the diagnostics build.
|
|||
%{_httpd_moddir}/%{name}-diagnostics.so
|
||||
|
||||
%files
|
||||
%if 0%{?rhel} && 0%{?rhel} < 7
|
||||
%doc COPYING
|
||||
%else
|
||||
%license COPYING
|
||||
%endif
|
||||
%doc README.md NEWS ECP.rst
|
||||
%doc %{_pkgdocdir}/README.redhat.rst
|
||||
%doc %{_pkgdocdir}/user_guide
|
||||
|
|
@ -105,21 +109,7 @@ in the doc directory for instructions on using the diagnostics build.
|
|||
%dir /run/%{name}/
|
||||
|
||||
%changelog
|
||||
* Mon Dec 08 2025 Xavier Bachelot <xavier@bachelot.org> - 0.19.1-1
|
||||
- Update to 0.19.1
|
||||
- Fix bogus date in changelog
|
||||
- Drop support for EOL releases
|
||||
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Thu Jan 25 2024 Tomas Halman <thalman@redhat.com> - 0.19.0-1
|
||||
* Tue Jan 25 2024 Tomas Halman <thalman@redhat.com> - 0.19.0-1
|
||||
- Resolves: rhbz#2258342 - new version is available
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.1-6
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (mod_auth_mellon-0.19.1.tar.gz) = d512cf0eb52b91c7f6671e5e9425eb62263e58e0d3c5daea0fab13315e6310e228fd2f736a1793dc67037dbd717727a61908eb87e7b6654d7da4c62434c9301d
|
||||
SHA512 (mod_auth_mellon-0.19.0.tar.gz) = 08accdf174536d7e5d2bd833c130a55da00dbb70d397dd5c79287135cdba9fbc9742fff694be3fcb18010ae137bc8523332bc7fd5872814ef60c14ba9b6c301c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue