From b7657ca22adc10cae4527d893e2cb125f0d9a68c Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Fri, 13 Aug 2021 07:23:00 +0200 Subject: [PATCH] Updates for openidc module and gitea --- fedora/SPECS/gitea.spec | 5 ++++- fedora/SPECS/mod_auth_openidc.spec | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/fedora/SPECS/gitea.spec b/fedora/SPECS/gitea.spec index 6b6a4f9..c9f5b26 100644 --- a/fedora/SPECS/gitea.spec +++ b/fedora/SPECS/gitea.spec @@ -1,5 +1,5 @@ Name: gitea -Version: 1.14.4 +Version: 1.14.6 Release: 1%{?dist} Summary: Gitea is a painless self-hosted Git service. %define MyVersion %version @@ -82,6 +82,9 @@ getent passwd gitea > /dev/null || \ %changelog +* Fri Aug 13 2021 Daniel Steiner +- Update to 1.14.6. + * Sat Jul 10 2021 Daniel Steiner - Update to 1.14.4. diff --git a/fedora/SPECS/mod_auth_openidc.spec b/fedora/SPECS/mod_auth_openidc.spec index f0a2298..202a0bb 100644 --- a/fedora/SPECS/mod_auth_openidc.spec +++ b/fedora/SPECS/mod_auth_openidc.spec @@ -14,7 +14,7 @@ %global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc Name: mod_auth_openidc -Version: 2.4.8.2 +Version: 2.4.9 Release: 1%{?dist} Summary: OpenID Connect auth module for Apache HTTP Server @@ -94,6 +94,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache %changelog +* Thu Jul 29 2021 Daniel Steiner +- Update to 2.4.9. + * Fri May 21 2021 Daniel Steiner - Update to 2.4.8.2.