Accepting request 817376 from Virtualization:containers

- Use Go 1.13 for build.

OBS-URL: https://build.opensuse.org/request/show/817376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/containerd?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2020-06-29 19:15:25 +00:00 committed by Git OBS Bridge
commit 4f83f2ab36
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 25 22:32:08 UTC 2020 - Aleksa Sarai <asarai@suse.com>
- Use Go 1.13 for build.
-------------------------------------------------------------------
Tue Jun 2 08:57:36 UTC 2020 - Aleksa Sarai <asarai@suse.com>

View File

@ -54,7 +54,9 @@ BuildRequires: go-go-md2man
BuildRequires: libbtrfs-devel >= 3.8
BuildRequires: libseccomp-devel >= 2.2
BuildRequires: pkg-config
BuildRequires: golang(API) >= 1.11
# Due to a limitation in openSUSE's Go packaging we cannot have a BuildRequires
# for 'golang(API) >= 1.13' here, so just require 1.13 exactly. bsc#1172608
BuildRequires: go1.13
# We provide a git revision so that Docker can require it properly.
Provides: %{name}-git = %{git_version}
# Currently runc is the only supported runtime for containerd. We pin the same