Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package golang-github-prometheus-prometheus
for openSUSE:Factory checked in at 2022-04-10 19:05:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
and
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-prometheus-prometheus"
Sun Apr 10 19:05:02 2022 rev:23 rq:967519 version:2.32.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
2022-03-24 22:57:28.060219675 +0100
+++
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1900/golang-github-prometheus-prometheus.changes
2022-04-10 19:05:03.746726758 +0200
@@ -1,0 +2,8 @@
+Thu Apr 7 12:36:08 UTC 2022 - Julio Gonz??lez Gil <[email protected]>
+
+- Build firewalld-prometheus-config only for SUSE Linux Enterprise
+ 15, 15.1 and 15.2, and require firewalld for it
+- firewalld-prometheus-config needs to be a Recommends, not a
+ Requires, as prometheus does not require it to run
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-prometheus-prometheus.spec ++++++
--- /var/tmp/diff_new_pack.LbdACg/_old 2022-04-10 19:05:04.702716175 +0200
+++ /var/tmp/diff_new_pack.LbdACg/_new 2022-04-10 19:05:04.710716086 +0200
@@ -57,7 +57,9 @@
BuildRequires: golang-packaging
BuildRequires: golang(API) >= 1.16
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Requires: firewalld-prometheus-config
+%if 0%{?suse_version} >= 1500
+Recommends: firewalld-prometheus-config
+%endif
Requires(pre): user(prometheus)
Requires(pre): group(prometheus)
Requires(post): %fillup_prereq
@@ -147,19 +149,20 @@
%dir %{_sysconfdir}/prometheus
%config(noreplace) %{_sysconfdir}/prometheus/prometheus.yml
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} < 150300
%package -n firewalld-prometheus-config
Summary: Firewalld configuration file for Prometheus
Group: Productivity/Networking/Security
Version: 0.1
Release: 0
License: GPL-2.0-or-later
+Requires: firewalld
%description -n firewalld-prometheus-config
This package contains configuration file for Prometheus for older versions of
Firewalld which do not provide this in own package.
%files -n firewalld-prometheus-config
-%if 0%{?suse_version} == 1500 && 0%{?sle_version} < 150300
%dir %{_prefix}/lib/firewalld
%dir %{_prefix}/lib/firewalld/services
%{_prefix}/lib/firewalld/services/prometheus.xml