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

View File

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

View File

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

View File

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

View File

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

View File

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