OpenIDC module and mydumper updated

This commit is contained in:
2023-05-28 08:29:39 +02:00
parent ad2956964c
commit 3e794dc249
6 changed files with 24 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
%global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc
Name: mod_auth_openidc
Version: 2.4.14
Version: 2.4.14.1
Release: 1%{?dist}
Summary: OpenID Connect auth module for Apache HTTP Server
@@ -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
* Sun May 28 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.14.1.
* Fri May 19 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.14.

View File

@@ -1,5 +1,5 @@
# to build agains mariadb libraries, set it to 0
%define _ver 1
%define _ver 2
%define _extent -%{_ver}
Name: mydumper
Summary: mydumper and myloader MySQL backup tools
@@ -61,6 +61,9 @@ rm -rf ${RPM_BUILD_ROOT}
%config(noreplace) %{_sysconfdir}/%{name}.cnf
%changelog
* Sun May 28 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 0.14.5-2.
* Fri May 19 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 0.14.5-1.