Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package golang-github-prometheus-promu for openSUSE:Factory checked in at 2022-04-14 17:24:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-promu (Old) and /work/SRC/openSUSE:Factory/.golang-github-prometheus-promu.new.1941 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-prometheus-promu" Thu Apr 14 17:24:02 2022 rev:7 rq:969439 version:0.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/golang-github-prometheus-promu/golang-github-prometheus-promu.changes 2022-03-28 19:24:39.225043515 +0200 +++ /work/SRC/openSUSE:Factory/.golang-github-prometheus-promu.new.1941/golang-github-prometheus-promu.changes 2022-04-14 17:24:13.815176765 +0200 @@ -1,0 +2,5 @@ +Fri Apr 1 13:56:36 UTC 2022 - Stefan Bluhm <stefan.bl...@clacee.eu> + +- Adapted for Enterprise Linux build. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ golang-github-prometheus-promu.spec ++++++ --- /var/tmp/diff_new_pack.SBTbDR/_old 2022-04-14 17:24:14.299177331 +0200 +++ /var/tmp/diff_new_pack.SBTbDR/_new 2022-04-14 17:24:14.303177336 +0200 @@ -15,6 +15,10 @@ # 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 +%endif %{go_nostrip} @@ -28,7 +32,11 @@ Source: promu-%{version}.tar.gz Source1: vendor.tar.gz BuildRequires: golang-packaging +%if 0%{?rhel} +BuildRequires: golang >= 1.15 +%else BuildRequires: golang(API) = 1.15 +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %{go_provides}