From 1da2ca1633f1c8ed9e6a11ea66a702a670ceaf9944f2c080eec1daddc143a848 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Thu, 1 Mar 2018 14:12:19 +0000 Subject: [PATCH] Accepting request 580909 from home:jordimassaguerpla:branch:etcd_fix_br - Build require go 1.9.4 or newer, since etcd has been tested and built on that. See previous changelog. fix#go_requirement. Needed by feature#node_removal OBS-URL: https://build.opensuse.org/request/show/580909 OBS-URL: https://build.opensuse.org/package/show/devel:CaaSP:Head:ControllerNode/etcd?expand=0&rev=5 --- etcd.changes | 8 ++++++++ etcd.spec | 1 + 2 files changed, 9 insertions(+) diff --git a/etcd.changes b/etcd.changes index 059fc38..3e24c3c 100644 --- a/etcd.changes +++ b/etcd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 28 10:27:43 UTC 2018 - jmassaguerpla@suse.com + +- Build require go 1.9.4 or newer, since etcd has been tested and + built on that. See previous changelog. + fix#go_requirement. + ------------------------------------------------------------------- Thu Feb 22 06:54:05 UTC 2018 - opensuse-packaging@opensuse.org @@ -12,6 +19,7 @@ Thu Feb 22 06:54:05 UTC 2018 - opensuse-packaging@opensuse.org * travis: use Go 1.9.4 with TARGET_GO_VERSION * hack/scripts-dev: Makefile with Go 1.9.4, 1.8.7 * version: 3.3.1 + Needed by feature#node_removal ------------------------------------------------------------------- Thu Feb 1 16:58:18 CET 2018 - ro@suse.de diff --git a/etcd.spec b/etcd.spec index 6777e2a..a6913d9 100644 --- a/etcd.spec +++ b/etcd.spec @@ -38,6 +38,7 @@ BuildRequires: shadow BuildRequires: systemd-rpm-macros BuildRequires: xz BuildRequires: golang(API) = 1.9 +BuildRequires: go >= 1.9.4 ExcludeArch: %ix86 Requires(post): %fillup_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build