From c8dec0e6fa5e17f5dcee8ebbd33a7e13120b2f3f75bf12ad9c6f3386b00e947d Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Tue, 4 Feb 2020 02:30:22 +0000 Subject: [PATCH] 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 --- runc.changes | 5 +++++ runc.spec | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/runc.changes b/runc.changes index 8825f86..4a8f523 100644 --- a/runc.changes +++ b/runc.changes @@ -6,6 +6,11 @@ Thu Jan 23 17:18:05 UTC 2020 - Aleksa Sarai - Drop upstreamed patches: - CVE-2019-19921.patch +------------------------------------------------------------------- +Tue Jan 21 22:10:58 UTC 2020 - Bjørn Lie + +- Change packagewide go version to be greater or equal to 1.10. + ------------------------------------------------------------------- Fri Jan 17 03:02:46 UTC 2020 - Aleksa Sarai diff --git a/runc.spec b/runc.spec index 5f67208..afd85ac 100644 --- a/runc.spec +++ b/runc.spec @@ -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