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 2022-02-24 18:21:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prometheus-blackbox_exporter (Old)
and /work/SRC/openSUSE:Factory/.prometheus-blackbox_exporter.new.1958
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "prometheus-blackbox_exporter"
Thu Feb 24 18:21:04 2022 rev:6 rq:957336 version:0.19.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/prometheus-blackbox_exporter/prometheus-blackbox_exporter.changes
2022-02-14 22:37:32.069626854 +0100
+++
/work/SRC/openSUSE:Factory/.prometheus-blackbox_exporter.new.1958/prometheus-blackbox_exporter.changes
2022-02-24 18:24:31.466641744 +0100
@@ -1,0 +2,5 @@
+Tue Feb 22 09:35:42 UTC 2022 - Stefan Bluhm <[email protected]>
+
+- Updated to allow building on older rpmbuild.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ prometheus-blackbox_exporter.spec ++++++
--- /var/tmp/diff_new_pack.V0SW6w/_old 2022-02-24 18:24:31.962641615 +0100
+++ /var/tmp/diff_new_pack.V0SW6w/_new 2022-02-24 18:24:31.970641613 +0100
@@ -35,8 +35,13 @@
Source2: prometheus-blackbox_exporter.service
BuildRequires: fdupes
BuildRequires: golang-packaging
-BuildRequires: (libcap-progs or libcap)
-BuildRequires: (golang(API) >= 1.14 or golang >= 1.14)
+%if 0%{?rhel}
+BuildRequires: libcap
+BuildRequires: golang >= 1.14
+%else
+BuildRequires: libcap-progs
+BuildRequires: golang(API) >= 1.14
+%endif
%{?systemd_ordering}
%if 0%{?suse_version}
Requires(pre): user(prometheus)