Accepting request 492508 from home:jordimassaguerpla:branch:V:c:containerd:fix_golang_req

- fix golang requirement to 1.7

OBS-URL: https://build.opensuse.org/request/show/492508
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=51
This commit is contained in:
Jordi Massaguer 2017-05-04 18:33:53 +00:00 committed by Git OBS Bridge
parent f4003a9666
commit 3933ae2e85
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 2 15:48:53 UTC 2017 - jmassaguerpla@suse.com
- fix golang requirement to 1.7
-------------------------------------------------------------------
Fri Apr 28 16:18:44 UTC 2017 - jengelh@inai.de

View File

@ -41,8 +41,7 @@ Source1: %{name}.service
Source2: %{name}.socket
Source3: sysconfig.%{name}
# Make sure we require go 1.7
BuildRequires: go < 1.8
BuildRequires: go >= 1.7
BuildRequires: golang(API) = 1.7
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Currently runC is the only supported runtime for containerd. NOTE:
# This version pinning is done to follow (as well as we can) upstream's