SHA256
1
0
forked from pool/runc

Accepting request 766566 from home:iznogood:branches:Virtualization:containers

- Change packagewide go version to be greater or equal to 1.10.

OBS-URL: https://build.opensuse.org/request/show/766566
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=90
This commit is contained in:
Aleksa Sarai 2020-02-04 02:30:22 +00:00 committed by Git OBS Bridge
parent 9a57dbdc64
commit c8dec0e6fa
2 changed files with 9 additions and 5 deletions

View File

@ -6,6 +6,11 @@ Thu Jan 23 17:18:05 UTC 2020 - Aleksa Sarai <asarai@suse.com>
- Drop upstreamed patches:
- CVE-2019-19921.patch
-------------------------------------------------------------------
Tue Jan 21 22:10:58 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Change packagewide go version to be greater or equal to 1.10.
-------------------------------------------------------------------
Fri Jan 17 03:02:46 UTC 2020 - Aleksa Sarai <asarai@suse.com>

View File

@ -53,7 +53,7 @@ Source2: runc.keyring
Source3: runc-rpmlintrc
BuildRequires: fdupes
BuildRequires: go-go-md2man
BuildRequires: golang(API) = %{go_version}
BuildRequires: golang(API) >= %{go_version}
%if 0%{?with_libseccomp}
BuildRequires: libseccomp-devel
%endif
@ -68,14 +68,13 @@ and has grown to become a separate project entirely.
%package test
Summary: Test package for runc
# Make sure we require go 1.7
Group: System/Management
BuildRequires: golang(API) = %{go_version}
Requires: go-go-md2man
Requires: libapparmor-devel
BuildRequires: golang(API) >= %{go_version}
%if 0%{?with_libseccomp}
BuildRequires: libseccomp-devel
%endif
Requires: go-go-md2man
Requires: libapparmor-devel
Requires: libselinux-devel
Recommends: criu
BuildArch: noarch