Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package prometheus-blackbox_exporter for
openSUSE:Factory checked in at 2026-06-08 14:23:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prometheus-blackbox_exporter (Old)
and /work/SRC/openSUSE:Factory/.prometheus-blackbox_exporter.new.2375
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "prometheus-blackbox_exporter"
Mon Jun 8 14:23:17 2026 rev:23 rq:1357899 version:0.26.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/prometheus-blackbox_exporter/prometheus-blackbox_exporter.changes
2026-02-06 19:17:13.785489757 +0100
+++
/work/SRC/openSUSE:Factory/.prometheus-blackbox_exporter.new.2375/prometheus-blackbox_exporter.changes
2026-06-08 14:28:18.112478903 +0200
@@ -1,0 +2,9 @@
+Tue Jun 2 13:15:57 UTC 2026 - Witek Bedyk <[email protected]>
+
+- CVE-2026-39821: Bump golang.org/x/net to version 0.55.0
+ (bsc#1266556)
+- Drop 0001-Bump-x-net.patch
+- Drop support for SLE 12 (jsc#PED-15474)
+- Remove remaining RHEL conditionals
+
+-------------------------------------------------------------------
Old:
----
0001-Bump-x-net.patch
----------(Old B)----------
Old: (bsc#1266556)
- Drop 0001-Bump-x-net.patch
- Drop support for SLE 12 (jsc#PED-15474)
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ prometheus-blackbox_exporter.spec ++++++
--- /var/tmp/diff_new_pack.7AChQK/_old 2026-06-08 14:28:18.908511934 +0200
+++ /var/tmp/diff_new_pack.7AChQK/_new 2026-06-08 14:28:18.916512266 +0200
@@ -16,15 +16,6 @@
#
-%if 0%{?rhel} == 8
-%global debug_package %{nil}
-%endif
-
-%if 0%{?rhel}
-# Fix ERROR: No build ID note found in
-%undefine _missing_build_ids_terminate_build
-%endif
-
Name: prometheus-blackbox_exporter
Version: 0.26.0
Release: 0
@@ -35,26 +26,14 @@
Source0:
https://github.com/prometheus/blackbox_exporter/archive/refs/tags/v%{version}.tar.gz#/blackbox_exporter-%{version}.tar.gz
Source1: vendor.tar.gz
Source2: prometheus-blackbox_exporter.service
-# This patch has been applied before generating vendor tarball
-Patch1: 0001-Bump-x-net.patch
BuildRequires: fdupes
-%if 0%{?suse_version} == 1315 && !0%{?is_opensuse}
-BuildRequires: gcc11-c++
-%endif
BuildRequires: golang-github-prometheus-promu >= 0.17.0
-%if 0%{?rhel}
-BuildRequires: golang >= 1.19
-BuildRequires: libcap
-%else
BuildRequires: libcap-progs
BuildRequires: golang(API) >= 1.23
-%endif
%{?systemd_ordering}
-%if 0%{?suse_version}
Requires(pre): user(prometheus)
Requires(pre): group(prometheus)
Requires(post): permissions
-%endif
ExcludeArch: s390
%if ! 0%{?suse_version}
@@ -70,10 +49,6 @@
%build
%ifarch i586 s390x armv7hl armv7l armv7l:armv6l:armv5tel armv6hl
export BUILD_CGO_FLAG="--cgo"
-%if 0%{?suse_version} == 1315 && !0%{?is_opensuse}
-export CC=gcc-11
-export CXX=g++-11
-%endif
%endif
export GOFLAGS="-buildmode=pie"
promu build -v $BUILD_CGO_FLAG
@@ -93,45 +68,16 @@
%{buildroot}%{_bindir}/blackbox_exporter --version
%pre
-%if 0%{?rhel}
-%define serviceuser prometheus
-getent group %{serviceuser} >/dev/null || %{_sbindir}/groupadd -r
%{serviceuser}
-getent passwd %{serviceuser} >/dev/null || %{_sbindir}/useradd -r -g
%{serviceuser} -d %{_localstatedir}/lib/%{serviceuser} -M -s /sbin/nologin
%{serviceuser}
-%else
%service_add_pre %{name}.service
-%endif
%post
-%if 0%{?rhel}
-%systemd_post %{name}.service
-%else
%service_add_post %{name}.service
-%endif
-# Because of more relaxed ping_group_range setting in sysctl in SLE/openSUSE 15
-# everyone is allowed to create IPPROTO_ICMP sockets
-# and hence no need to set capability
-%if 0%{?suse_version} == 1315
- %set_permissions %{_bindir}/blackbox_exporter
-%endif
-
-%if 0%{?suse_version} == 1315
-%verifyscript
- %verify_permissions -e %{_bindir}/blackbox_exporter
-%endif
%preun
-%if 0%{?rhel}
-%systemd_preun %{name}.service
-%else
%service_del_preun %{name}.service
-%endif
%postun
-%if 0%{?rhel}
-%systemd_postun %{name}.service
-%else
%service_del_postun %{name}.service
-%endif
%files
%defattr(-,root,root)
++++++ _service ++++++
--- /var/tmp/diff_new_pack.7AChQK/_old 2026-06-08 14:28:18.964514257 +0200
+++ /var/tmp/diff_new_pack.7AChQK/_new 2026-06-08 14:28:18.984515087 +0200
@@ -2,6 +2,7 @@
<service name="download_files" mode="manual" />
<service name="go_modules" mode="manual">
<param name="archive">blackbox_exporter-*.tar.gz</param>
+ <param name="replace">golang.org/x/net=golang.org/x/[email protected]</param>
</service>
</services>
++++++ vendor.tar.gz ++++++
++++ 161093 lines of diff (skipped)