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