eparis pushed to flannel (f21). "Include the missing etcd dep in go-etcd"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 7 14:58:50 UTC 2015


>From 2eae32570369b7beecfd5e8e9b84af450dedf5f5 Mon Sep 17 00:00:00 2001
From: Eric Paris <eparis at redhat.com>
Date: Tue, 7 Apr 2015 10:57:29 -0400
Subject: Include the missing etcd dep in go-etcd


diff --git a/flannel.spec b/flannel.spec
index 83295bb..cd64456 100644
--- a/flannel.spec
+++ b/flannel.spec
@@ -26,6 +26,8 @@ Patch0: flannel-remove-third-party-dependency-on-Godeps.patch
 
 BuildRequires:      golang >= 1.2.7
 BuildRequires:      golang-cover
+# accidentally missing in golang-github-coreos-go-etcd
+BuildRequires:      golang(github.com/coreos/etcd/etcdserver/etcdhttp/httptypes)
 BuildRequires:      golang(github.com/coreos/go-systemd/daemon) >= 2-2
 BuildRequires:      golang(github.com/coreos/go-etcd/etcd)
 BuildRequires:      golang(github.com/golang/glog)
@@ -45,6 +47,8 @@ that need to communicate with one another.
 %package devel
 BuildRequires:      golang >= 1.2.7
 BuildRequires:      golang-cover
+# accidentally missing in golang-github-coreos-go-etcd
+BuildRequires:      golang(github.com/coreos/etcd/etcdserver/etcdhttp/httptypes)
 BuildRequires:      golang(github.com/coreos/go-systemd/daemon) >= 2-2
 BuildRequires:      golang(github.com/coreos/go-etcd/etcd)
 BuildRequires:      golang(github.com/golang/glog)
@@ -53,6 +57,8 @@ BuildRequires:      golang(github.com/vishvananda/netlink)
 BuildRequires:      pkgconfig(systemd)
 Requires:           golang >= 1.2.7
 Requires:           golang-cover
+# accidentally missing in golang-github-coreos-go-etcd
+Requires:      golang(github.com/coreos/etcd/etcdserver/etcdhttp/httptypes)
 Requires:           golang(github.com/coreos/go-systemd/daemon) >= 2-2
 Requires:           golang(github.com/coreos/go-etcd/etcd)
 Requires:           golang(github.com/golang/glog)
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/flannel.git/commit/?h=f21&id=2eae32570369b7beecfd5e8e9b84af450dedf5f5


More information about the scm-commits mailing list