diff --git a/etcd.changes b/etcd.changes index 59b38af..66565d7 100644 --- a/etcd.changes +++ b/etcd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 13 10:01:12 UTC 2017 - jmassaguerpla@suse.com + +- Fix etcd build. We are generating 2 binaries, etcd and etcdctl. + They need to be built separately + ------------------------------------------------------------------- Thu Feb 23 10:03:29 UTC 2017 - fcastelli@suse.com diff --git a/etcd.spec b/etcd.spec index fddfee6..ef10847 100644 --- a/etcd.spec +++ b/etcd.spec @@ -62,7 +62,8 @@ to explore an etcd cluster. %build %{goprep} github.com/coreos/etcd -%{gobuild} cmd/etcd cmd/etcdctl +%{gobuild} cmd/etcd +%{gobuild} cmd/etcdctl %install %{goinstall}