This commit is contained in:
2022-04-08 09:37:59 +02:00
parent 1703c87e25
commit a9e15c8006
2 changed files with 13 additions and 3 deletions

View File

@@ -14,8 +14,8 @@
%global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc
Name: mod_auth_openidc
Version: 2.4.11
Release: 2%{?dist}
Version: 2.4.11.1
Release: 1%{?dist}
Summary: OpenID Connect auth module for Apache HTTP Server
License: ASL 2.0
@@ -92,6 +92,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache
%dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache
%changelog
* Wed Mar 30 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.11.1.
* Tue Mar 29 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
- libjq enabled.