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-02-26 17:01:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
and
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-prometheus-prometheus"
Sat Feb 26 17:01:53 2022 rev:20 rq:957241 version:2.32.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
2022-02-21 17:46:10.551586451 +0100
+++
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1958/golang-github-prometheus-prometheus.changes
2022-02-26 17:02:12.943537169 +0100
@@ -1,0 +2,5 @@
+Tue Feb 22 15:27:25 UTC 2022 - Witek Bedyk <[email protected]>
+
+- Fix Firewalld configuration file location (bsc#1196300)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-prometheus-prometheus.spec ++++++
--- /var/tmp/diff_new_pack.GNfA7L/_old 2022-02-26 17:02:13.555537267 +0100
+++ /var/tmp/diff_new_pack.GNfA7L/_new 2022-02-26 17:02:13.559537267 +0100
@@ -97,8 +97,8 @@
install -m 0644 %{SOURCE4} %{buildroot}%{_fillupdir}/sysconfig.prometheus
%if 0%{?suse_version} == 1500 && 0%{?sle_version} < 150300
-install -m 0755 -d %{buildroot}%{_libdir}/firewalld/services/
-install -m 0644 %{SOURCE5}
%{buildroot}%{_libdir}/firewalld/services/prometheus.xml
+install -m 0755 -d %{buildroot}%{_prefix}/lib/firewalld/services/
+install -m 0644 %{SOURCE5}
%{buildroot}%{_prefix}/lib/firewalld/services/prometheus.xml
%endif
install -Dd -m 0750 %{buildroot}%{_localstatedir}/lib/prometheus
@@ -144,9 +144,9 @@
%config(noreplace) %{_sysconfdir}/prometheus/prometheus.yml
%if 0%{?suse_version} == 1500 && 0%{?sle_version} < 150300
-%dir %{_libdir}/firewalld
-%dir %{_libdir}/firewalld/services
-%{_libdir}/firewalld/services/prometheus.xml
+%dir %{_prefix}/lib/firewalld
+%dir %{_prefix}/lib/firewalld/services
+%{_prefix}/lib/firewalld/services/prometheus.xml
%endif
%changelog