[flannel] Update [Build]Requires for go-etcd package

Jan Chaloupka jchaloup at fedoraproject.org
Fri Feb 20 09:54:09 UTC 2015


commit 1e702c042dfad066e6b1572dde05ebd294d46d33
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Fri Feb 20 10:16:19 2015 +0100

    Update [Build]Requires for go-etcd package

 flannel.spec | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/flannel.spec b/flannel.spec
index ae2fdc7..f8ca6ac 100644
--- a/flannel.spec
+++ b/flannel.spec
@@ -9,7 +9,7 @@
 
 Name:           flannel 
 Version:        0.2.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Etcd address management agent for overlay networks
 License:        ASL 2.0 
 URL:            https://%{import_path}
@@ -26,7 +26,7 @@ Patch0: flannel-remove-third-party-dependency-on-Godeps.patch
 BuildRequires:      golang >= 1.2.7
 BuildRequires:      golang-cover
 BuildRequires:      golang(github.com/coreos/go-systemd/daemon) >= 2-2
-BuildRequires:      golang(github.com/coreos/go-etcd)
+BuildRequires:      golang(github.com/coreos/go-etcd/etcd)
 BuildRequires:      golang(github.com/golang/glog)
 BuildRequires:      golang(github.com/vishvananda/netns)
 BuildRequires:      golang(github.com/vishvananda/netlink)
@@ -45,7 +45,7 @@ that need to communicate with one another.
 BuildRequires:      golang >= 1.2.7
 BuildRequires:      golang-cover
 BuildRequires:      golang(github.com/coreos/go-systemd/daemon) >= 2-2
-BuildRequires:      golang(github.com/coreos/go-etcd)
+BuildRequires:      golang(github.com/coreos/go-etcd/etcd)
 BuildRequires:      golang(github.com/golang/glog)
 BuildRequires:      golang(github.com/vishvananda/netns)
 BuildRequires:      golang(github.com/vishvananda/netlink)
@@ -53,7 +53,7 @@ BuildRequires:      pkgconfig(systemd)
 Requires:           golang >= 1.2.7
 Requires:           golang-cover
 Requires:           golang(github.com/coreos/go-systemd/daemon) >= 2-2
-Requires:           golang(github.com/coreos/go-etcd)
+Requires:           golang(github.com/coreos/go-etcd/etcd)
 Requires:           golang(github.com/golang/glog)
 Requires:           golang(github.com/vishvananda/netns)
 Requires:           golang(github.com/vishvananda/netlink)
@@ -125,6 +125,9 @@ cp -pav {backend,pkg,subnet} %{buildroot}/%{gopath}/src/%{import_path}/
 %{gopath}/src/%{import_path}/
 
 %changelog
+* Fri Feb 20 2015 jchaloup <jchaloup at redhat.com> - 0.2.0-6
+- Update [Build]Requires for go-etcd package
+
 * Wed Jan 21 2015 Eric Paris <eparis at redhat.com> - 0.2.0-5
 - Add generator more like upstream wants to use, use ExecStartPost
   (https://github.com/coreos/flannel/pull/85)


More information about the scm-commits mailing list