SHA256
1
0
forked from pool/docker

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
This commit is contained in:
Jordi Massaguer 2017-05-02 15:36:24 +00:00 committed by Git OBS Bridge
parent da53caf134
commit 5cc47a1efe
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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