From 5cc47a1efede09c7ed176a4a1839705e3be53c31ef95cfa0ed33881c9b5b250a Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Tue, 2 May 2017 15:36:24 +0000 Subject: [PATCH] Accepting request 492292 from home:flavio_castelli:branches:Virtualization:containers - Update golang build requirements to use golang(API) symbol: this is needed to solve a conflict between multiple versions of Go being available OBS-URL: https://build.opensuse.org/request/show/492292 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=182 --- docker.changes | 6 ++++++ docker.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docker.changes b/docker.changes index 9925720..f1a9c8e 100644 --- a/docker.changes +++ b/docker.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 1 07:57:35 UTC 2017 - fcastelli@suse.com + +- Update golang build requirements to use golang(API) symbol: this is + needed to solve a conflict between multiple versions of Go being available + ------------------------------------------------------------------- Tue Apr 18 15:38:11 UTC 2017 - jmassaguerpla@suse.com diff --git a/docker.spec b/docker.spec index 9636c2b..05370a0 100644 --- a/docker.spec +++ b/docker.spec @@ -105,9 +105,8 @@ Conflicts: lxc < 1.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ExcludeArch: %ix86 s390 ppc # Make sure we build with go 1.7 -BuildRequires: go < 1.8 -BuildRequires: go >= 1.7 BuildRequires: go-go-md2man +BuildRequires: golang(API) = 1.7 %description Docker complements LXC with a high-level API which operates at the process