Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apache2-mod_auth_openidc for
openSUSE:Factory checked in at 2025-06-02 22:01:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_auth_openidc (Old)
and /work/SRC/openSUSE:Factory/.apache2-mod_auth_openidc.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache2-mod_auth_openidc"
Mon Jun 2 22:01:06 2025 rev:38 rq:1281889 version:2.4.17
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache2-mod_auth_openidc/apache2-mod_auth_openidc.changes
2025-04-30 19:04:50.103458303 +0200
+++
/work/SRC/openSUSE:Factory/.apache2-mod_auth_openidc.new.16005/apache2-mod_auth_openidc.changes
2025-06-02 22:01:20.423161639 +0200
@@ -1,0 +2,5 @@
+Mon Jun 2 11:27:59 UTC 2025 - [email protected]
+
+- build with hiredis for openSUSE only [bsc#1243922]
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache2-mod_auth_openidc.spec ++++++
--- /var/tmp/diff_new_pack.rWw7YR/_old 2025-06-02 22:01:20.847179225 +0200
+++ /var/tmp/diff_new_pack.rWw7YR/_new 2025-06-02 22:01:20.847179225 +0200
@@ -35,7 +35,7 @@
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 @@
%build
%configure \
-%if 0%{?is_opensuse} > 0
- %{?_with_hiredis} \
+%if 0%{?is_opensuse}
+ --with-hiredis
%else
- %{?_without_hiredis} \
+ --without-hiredis
%endif
%make_build