[flannel/f20] Update [Build]Requires for go-etcd package and go-systemd

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


commit 42303a32fc906e31860f3add1a36fca24e6b894a
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Fri Feb 20 10:18:30 2015 +0100

    Update [Build]Requires for go-etcd package and go-systemd

 flannel.spec | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/flannel.spec b/flannel.spec
index efc7a42..4d38781 100644
--- a/flannel.spec
+++ b/flannel.spec
@@ -9,7 +9,7 @@
 
 Name:           flannel 
 Version:        0.2.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Etcd address management agent for overlay networks
 License:        ASL 2.0 
 URL:            https://%{import_path}
@@ -23,8 +23,8 @@ Patch0: flannel-remove-third-party-dependency-on-Godeps.patch
 
 BuildRequires:      golang >= 1.2.7
 BuildRequires:      golang-cover
-BuildRequires:      golang(github.com/coreos/go-systemd) >= 2-2
-BuildRequires:      golang(github.com/coreos/go-etcd)
+BuildRequires:      golang(github.com/coreos/go-systemd/daemon) >= 2-2
+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)
@@ -42,16 +42,16 @@ that need to communicate with one another.
 %package devel
 BuildRequires:      golang >= 1.2.7
 BuildRequires:      golang-cover
-BuildRequires:      golang(github.com/coreos/go-systemd) >= 2-2
-BuildRequires:      golang(github.com/coreos/go-etcd)
+BuildRequires:      golang(github.com/coreos/go-systemd/daemon) >= 2-2
+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)
 BuildRequires:      pkgconfig(systemd)
 Requires:           golang >= 1.2.7
 Requires:           golang-cover
-Requires:           golang(github.com/coreos/go-systemd) >= 2-2
-Requires:           golang(github.com/coreos/go-etcd)
+Requires:           golang(github.com/coreos/go-systemd/daemon) >= 2-2
+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)
@@ -119,6 +119,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-3
+- Update [Build]Requires for go-etcd package and go-systemd
+
 * Fri Jan 16 2015 Peter Lemenkov <lemenkov at gmail.com> - 0.2.0-2
 - Change flannel service type to notify. See
   https://github.com/coreos/flannel/blob/v0.2.0/main.go#L213


More information about the scm-commits mailing list