From 105b3cf4bc3ec8d305bda939b19e8bafb22b07ae76a14cf9f73ef50a7c35772f Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Thu, 4 May 2017 19:02:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=49 --- runc.changes | 5 +++++ runc.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/runc.changes b/runc.changes index 116b2ae..8d751b6 100644 --- a/runc.changes +++ b/runc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 4 19:04:49 UTC 2017 - jmassaguerpla@suse.com + +- fix the golang requirement to 1.7 to the subpackages + ------------------------------------------------------------------- Tue May 2 15:49:41 UTC 2017 - jmassaguerpla@suse.com diff --git a/runc.spec b/runc.spec index f835989..14876d6 100644 --- a/runc.spec +++ b/runc.spec @@ -63,8 +63,7 @@ and has grown to become a separate project entirely. Summary: Test package for runc # Make sure we require go 1.7 Group: System/Management -BuildRequires: go < 1.8 -BuildRequires: go >= 1.7 +BuildRequires: golang(API) = 1.7 Requires: go-go-md2man Requires: libapparmor-devel # Seccomp isn't supported on aarch64.