Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package prometheus-postgres_exporter for
openSUSE:Factory checked in at 2022-05-12 22:59:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prometheus-postgres_exporter (Old)
and /work/SRC/openSUSE:Factory/.prometheus-postgres_exporter.new.1538
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "prometheus-postgres_exporter"
Thu May 12 22:59:33 2022 rev:6 rq:976569 version:0.10.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/prometheus-postgres_exporter/prometheus-postgres_exporter.changes
2022-04-22 21:56:26.514955563 +0200
+++
/work/SRC/openSUSE:Factory/.prometheus-postgres_exporter.new.1538/prometheus-postgres_exporter.changes
2022-05-12 23:00:02.952771737 +0200
@@ -1,0 +2,11 @@
+Wed May 11 17:27:07 UTC 2022 - Stefan Bluhm <[email protected]>
+
+- Version/release lines above first usage of those macros.
+ gh#uyuni-project/uyuni#5418
+
+-------------------------------------------------------------------
+Tue May 10 13:44:24 UTC 2022 - Witek Bedyk <[email protected]>
+
+- Prevent empty %pre section
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ prometheus-postgres_exporter.spec ++++++
--- /var/tmp/diff_new_pack.l5XhhU/_old 2022-05-12 23:00:03.596772602 +0200
+++ /var/tmp/diff_new_pack.l5XhhU/_new 2022-05-12 23:00:03.612772623 +0200
@@ -1,7 +1,7 @@
#
# spec file for package prometheus-postgres_exporter
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2021 Silvio Moioli <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -15,6 +15,8 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
+
%if 0%{?rhel}
# Fix ERROR: No build ID note found in
%undefine _missing_build_ids_terminate_build
@@ -29,10 +31,10 @@
%define project github.com/prometheus-community/postgres_exporter
Name: prometheus-postgres_exporter
-Obsoletes: golang-github-wrouesnel-postgres_exporter < %version-%release
-Provides: golang-github-wrouesnel-postgres_exporter = %version-%release
Version: 0.10.0
Release: 0
+Obsoletes: golang-github-wrouesnel-postgres_exporter < %version-%release
+Provides: golang-github-wrouesnel-postgres_exporter = %version-%release
Summary: Prometheus exporter for PostgreSQL
License: Apache-2.0
Group: System/Management
@@ -75,8 +77,8 @@
install -D -m 0645 %{SOURCE3}
%buildroot%{_fillupdir}/sysconfig.prometheus-postgres_exporter
%fdupes %{buildroot}
-%pre
%if 0%{?suse_version}
+%pre
%service_add_pre %{name}.service
%endif