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 2023-03-09 17:47:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prometheus-blackbox_exporter (Old)
and /work/SRC/openSUSE:Factory/.prometheus-blackbox_exporter.new.31432
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "prometheus-blackbox_exporter"
Thu Mar 9 17:47:02 2023 rev:10 rq:1070434 version:0.19.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/prometheus-blackbox_exporter/prometheus-blackbox_exporter.changes
2022-09-29 18:14:47.531423626 +0200
+++
/work/SRC/openSUSE:Factory/.prometheus-blackbox_exporter.new.31432/prometheus-blackbox_exporter.changes
2023-03-09 17:47:06.263343651 +0100
@@ -1,0 +2,6 @@
+Fri Mar 3 15:05:45 UTC 2023 - Marina Latini <[email protected]>
+
+- Build with go1.18 only for SLE-15-SP3 and
+ build with >= go1.19 on higher SP (bsc#1203599)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ prometheus-blackbox_exporter.spec ++++++
--- /var/tmp/diff_new_pack.p0z5ux/_old 2023-03-09 17:47:06.791346461 +0100
+++ /var/tmp/diff_new_pack.p0z5ux/_new 2023-03-09 17:47:06.799346505 +0100
@@ -1,7 +1,7 @@
#
# spec file for package prometheus-blackbox_exporter
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -41,8 +41,13 @@
BuildRequires: golang >= 1.14
BuildRequires: libcap
%else
-BuildRequires: libcap-progs
+%if 0%{?sle_version} == 150300
+# Needed due to bsc#1203599
BuildRequires: golang(API) = 1.18
+%else
+BuildRequires: golang(API) >= 1.19
+%endif
+BuildRequires: libcap-progs
%endif
%{?systemd_ordering}
%if 0%{?suse_version}