Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package glab for openSUSE:Factory checked in at 2023-11-14 21:42:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glab (Old) and /work/SRC/openSUSE:Factory/.glab.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glab" Tue Nov 14 21:42:32 2023 rev:20 rq:1125788 version:1.35.0 Changes: -------- --- /work/SRC/openSUSE:Factory/glab/glab.changes 2023-11-08 22:19:44.303604682 +0100 +++ /work/SRC/openSUSE:Factory/.glab.new.17445/glab.changes 2023-11-14 21:42:36.039660645 +0100 @@ -1,0 +2,7 @@ +Fri Nov 10 09:33:35 UTC 2023 - Johannes Kastl <ka...@b1-systems.de> + +- adapt BuildRequires to allow building on + Fedora/RHEL/CentOS/Almalinux/RockyLinux +- BuildRequire go1.19 on openSUSE + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glab.spec ++++++ --- /var/tmp/diff_new_pack.83ChOI/_old 2023-11-14 21:42:36.811689222 +0100 +++ /var/tmp/diff_new_pack.83ChOI/_new 2023-11-14 21:42:36.811689222 +0100 @@ -29,7 +29,11 @@ Source0: %{name}-%{version}.tar.gz Source1: vendor.tar.gz BuildRequires: golang-packaging -BuildRequires: golang(API) >= 1.18 +%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?almalinux_version} || 0%{?rocky_version} +BuildRequires: golang >= 1.19 +%else +BuildRequires: golang(API) >= 1.19 +%endif Suggests: glab-doc %description