Sync from SUSE:SLFO:Main apache2-mod_auth_openidc revision b955d3e6ac45c42b1c2eabe1d0353401

This commit is contained in:
2025-06-20 16:42:11 +02:00
parent 603ac9a2ac
commit f41fbdc400
4 changed files with 37 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
Name: apache2-mod_auth_openidc
Version: 2.4.16.11
Version: 2.4.17
Release: 0
Summary: Apache2.x module for an OpenID Connect enabled Identity Provider
License: Apache-2.0
@@ -35,7 +35,7 @@ BuildRequires: pkgconfig(libpcre2-8)
BuildRequires: pkgconfig(openssl) >= 1.0.1
Requires: %{apache_mmn}
Requires: %{apache_suse_maintenance_mmn}
%if 0%{?suse_version} >= 1550
%if 0%{?is_opensuse}
BuildRequires: hiredis-devel
%endif
@@ -47,10 +47,10 @@ This module enables an Apache 2.x web server to operate as an OpenID Connect Rel
%build
%configure \
%if 0%{?is_opensuse} > 0
%{?_with_hiredis} \
%if 0%{?is_opensuse}
--with-hiredis
%else
%{?_without_hiredis} \
--without-hiredis
%endif
%make_build