Hello community,
here is the log from the commit of package golang-github-prometheus-prometheus
for openSUSE:Factory checked in at 2019-12-02 11:30:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
and
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-prometheus-prometheus"
Mon Dec 2 11:30:26 2019 rev:7 rq:750798 version:2.11.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
2019-11-25 11:22:43.242122724 +0100
+++
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.4691/golang-github-prometheus-prometheus.changes
2019-12-02 11:34:08.762480951 +0100
@@ -1,0 +2,10 @@
+Mon Nov 25 14:59:24 UTC 2019 - Joao Cavalheiro <[email protected]>
+
+- Patch macros on spec file to support builds on SLE 12
+
+-------------------------------------------------------------------
+Thu Nov 21 13:29:22 UTC 2019 - Jan Fajerski <[email protected]>
+
+- Remove prometheus.firewall.xml source file
+
+-------------------------------------------------------------------
Old:
----
prometheus.firewall.xml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-prometheus-prometheus.spec ++++++
--- /var/tmp/diff_new_pack.6AE4Nr/_old 2019-12-02 11:34:10.846479919 +0100
+++ /var/tmp/diff_new_pack.6AE4Nr/_new 2019-12-02 11:34:10.850479916 +0100
@@ -20,6 +20,15 @@
%global prometheus_user prometheus
%global prometheus_group %{prometheus_user}
+# Compatibility with systems older than Nov 2017
+# See https://en.opensuse.org/openSUSE:Packaging_Conventions_RPM_Macros
+%if ! %{defined _fillupdir}
+%define _fillupdir /var/adm/fillup-templates
+%endif
+%if 0%{?suse_version} < 1500
+%define _sharedstatedir /var/lib
+%endif
+
%{go_nostrip}
Name: golang-github-prometheus-prometheus
@@ -33,7 +42,6 @@
Source1: prometheus.service
Source2: prometheus.yml
Source3: prometheus.sysconfig
-Source4: prometheus.firewall.xml
Patch1: 0001-Do-not-force-the-pure-Go-name-resolver.patch
# Lifted from Debian's prometheus package
Patch2: 0002-Default-settings.patch