Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package haproxy for openSUSE:Factory checked in at 2026-06-10 15:50:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/haproxy (Old) and /work/SRC/openSUSE:Factory/.haproxy.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "haproxy" Wed Jun 10 15:50:20 2026 rev:186 rq:1358200 version:3.4.0+git0.64a335366 Changes: -------- --- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes 2026-06-08 16:47:32.794976648 +0200 +++ /work/SRC/openSUSE:Factory/.haproxy.new.2375/haproxy.changes 2026-06-10 15:50:28.206047000 +0200 @@ -1,0 +2,10 @@ +Tue Jun 9 14:24:03 UTC 2026 - Marcus Rueckert <[email protected]> + +- Force gcc 15 on 16.x to workaround an ICE on s390x/ppc64le + +------------------------------------------------------------------- +Fri Jun 5 00:43:01 UTC 2026 - Marcus Rueckert <[email protected]> + +- one more path for the cpu handling in apparmor + +------------------------------------------------------------------- @@ -8 +18 @@ -- The package can now be built with opentelemtry support (off by +- The package can now be built with opentelemetry support (off by @@ -19 +28,0 @@ - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ haproxy.spec ++++++ --- /var/tmp/diff_new_pack.AvKcBv/_old 2026-06-10 15:50:30.794154250 +0200 +++ /var/tmp/diff_new_pack.AvKcBv/_new 2026-06-10 15:50:30.798154415 +0200 @@ -25,6 +25,10 @@ %bcond_with awslc +%if 0%{?suse_version} >= 1600 && 0%{?suse_version} < 1699 +%define force_gcc_version 15 +%endif + %if 0%{?suse_version} >= 1699 || %{with awslc} %bcond_without quic %else @@ -76,6 +80,7 @@ Patch3: haproxy-1.6.0-sec-options.patch # PATCH-OPENSUSE Patch4: haproxy-service.patch +BuildRequires: gcc%{?force_gcc_version}-c++ BuildRequires: libgcrypt-devel BuildRequires: pcre2-devel BuildRequires: pkgconfig @@ -173,6 +178,10 @@ %build %global shared_make_flags \\\ + %if 0%{?force_gcc_version} \ + CC="gcc-%{?force_gcc_version}" \\\ + CXX="g++-%{?force_gcc_version}" \\\ + %endif \ TARGET=linux-glibc \\\ USE_RELRO_NOW=1 \\\ USE_STACKPROTECTOR=1 \\\ ++++++ usr.sbin.haproxy.apparmor ++++++ --- /var/tmp/diff_new_pack.AvKcBv/_old 2026-06-10 15:50:30.990162372 +0200 +++ /var/tmp/diff_new_pack.AvKcBv/_new 2026-06-10 15:50:30.994162537 +0200 @@ -53,6 +53,7 @@ /sys/devices/system/node/*/cpumap r, /sys/devices/system/cpu/online r, /sys/devices/system/node/node[0-9]/cpulist r, + /sys/devices/system/cpu/cpufreq/policy[0-9]/scaling_max_freq r, /sys/devices/system/cpu/cpu[0-9]*/acpi_cppc/nominal_perf r, /sys/devices/system/cpu/cpu[0-9]*/policy[0-9]*/scaling_max_freq r, /sys/devices/system/cpu/cpu[0-9]*/acpi_cppc/nominal_perf r,
