From 82adebefd36824ca37799c6b55d55ae1f910d78a6a2a884cc00b61af6f5764f4 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Wed, 30 May 2018 11:09:59 +0000 Subject: [PATCH 1/2] fix go requirement OBS-URL: https://build.opensuse.org/package/show/devel:CaaSP:Head:ControllerNode/etcd?expand=0&rev=7 --- etcd.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/etcd.spec b/etcd.spec index a6913d9..6777e2a 100644 --- a/etcd.spec +++ b/etcd.spec @@ -38,7 +38,6 @@ 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 From 5256d5a9bae56518fcb2c506575007ca3b5a3139f34c993b2902fe9ef9170863 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Wed, 30 May 2018 11:11:01 +0000 Subject: [PATCH 2/2] fix changelog OBS-URL: https://build.opensuse.org/package/show/devel:CaaSP:Head:ControllerNode/etcd?expand=0&rev=8 --- etcd.changes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/etcd.changes b/etcd.changes index 14958b3..f4625c6 100644 --- a/etcd.changes +++ b/etcd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 30 11:10:04 UTC 2018 - jmassaguerpla@suse.com + +- Fix go 1.9.4 requirements. We had also "BuildRequires: go >= 1.9.4" + and this was pulling go 1.10, too. + + (bsc#1095184) + ------------------------------------------------------------------- Wed Feb 28 10:27:43 UTC 2018 - jmassaguerpla@suse.com