Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wire for openSUSE:Factory checked in at 2022-02-15 23:57:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wire (Old) and /work/SRC/openSUSE:Factory/.wire.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wire" Tue Feb 15 23:57:47 2022 rev:5 rq:955083 version:0.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/wire/wire.changes 2022-02-14 22:37:40.329648379 +0100 +++ /work/SRC/openSUSE:Factory/.wire.new.1956/wire.changes 2022-02-15 23:58:14.652372215 +0100 @@ -1,0 +2,5 @@ +Tue Feb 15 09:03:23 UTC 2022 - Witek Bedyk <witold.be...@suse.com> + +- Refactor conditional golang BuildRequires for RHEL + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wire.spec ++++++ --- /var/tmp/diff_new_pack.OWkNeD/_old 2022-02-15 23:58:15.096373441 +0100 +++ /var/tmp/diff_new_pack.OWkNeD/_new 2022-02-15 23:58:15.104373463 +0100 @@ -14,6 +14,8 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + + %if 0%{?rhel} == 8 %global debug_package %{nil} %endif @@ -33,7 +35,11 @@ Source0: %{name}-%{version}.tar.gz Source1: vendor.tar.gz BuildRequires: golang-packaging -BuildRequires: (golang(API) >= 1.12 or golang >= 1.12) +%if 0%{?suse_version} +BuildRequires: golang(API) >= 1.12 +%else +BuildRequires: golang >= 1.12 +%endif %{?systemd_ordering} %description