Accepting request 1164425 from devel:tools:scm

OBS-URL: https://build.opensuse.org/request/show/1164425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glab?expand=0&rev=23
This commit is contained in:
Ana Guerrero 2024-04-04 20:26:01 +00:00 committed by Git OBS Bridge
commit ab9e17a0e2
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Mar 31 18:28:24 UTC 2024 - chris@computersalat.de
- fix deps
* BuildRequires: golang-packaging
is not available for RedHat & Co
* build: upgrade go version from 1.19 to 1.21
https://gitlab.com/gitlab-org/cli/-/releases
-------------------------------------------------------------------
Fri Mar 08 16:53:10 UTC 2024 - opensuse_buildservice@ojkastl.de

View File

@ -28,11 +28,11 @@ Group: Development/Tools/Other
URL: https://gitlab.com/gitlab-org/cli
Source0: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: golang-packaging
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?almalinux_version} || 0%{?rocky_version}
BuildRequires: golang >= 1.19
BuildRequires: golang >= 1.21
%else
BuildRequires: golang(API) >= 1.19
BuildRequires: golang-packaging
BuildRequires: golang(API) >= 1.21
%endif
Suggests: glab-doc