[golang-github-skynetservices-skydns/f20] Requires on kubernetes makes building of kubernetes failing. - related: #1181197

Jan Chaloupka jchaloup at fedoraproject.org
Mon Jan 19 09:08:32 UTC 2015


commit faf711f8f898b84d7938ed0e2187cd02d3428a32
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Mon Jan 19 10:03:38 2015 +0100

    Requires on kubernetes makes building of kubernetes failing.
    - related: #1181197

 golang-github-skynetservices-skydns.spec |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/golang-github-skynetservices-skydns.spec b/golang-github-skynetservices-skydns.spec
index 96f43ac..ecc2aa6 100644
--- a/golang-github-skynetservices-skydns.spec
+++ b/golang-github-skynetservices-skydns.spec
@@ -9,7 +9,7 @@
 
 Name:           golang-%{provider}-%{project}-%{repo}
 Version:        0
-Release:        0.2.git%{shortcommit}%{?dist}
+Release:        0.3.git%{shortcommit}%{?dist}
 Summary:        DNS service discovery for etcd 
 License:        MIT
 URL:            https://%{import_path}
@@ -42,10 +42,10 @@ Requires:       golang >= 1.2.1-3
 Requires:       golang(github.com/coreos/go-log/log)
 Requires:       golang(github.com/coreos/go-systemd/activation)
 #
-Requires:       golang(github.com/GoogleCloudPlatform/kubernetes/pkg/api)
-Requires:       golang(github.com/GoogleCloudPlatform/kubernetes/pkg/client)
-Requires:       golang(github.com/GoogleCloudPlatform/kubernetes/pkg/proxy/config)
-Requires:       golang(github.com/GoogleCloudPlatform/kubernetes/pkg/util)
+#Requires:       golang(github.com/GoogleCloudPlatform/kubernetes/pkg/api)
+#Requires:       golang(github.com/GoogleCloudPlatform/kubernetes/pkg/client)
+#Requires:       golang(github.com/GoogleCloudPlatform/kubernetes/pkg/proxy/config)
+#Requires:       golang(github.com/GoogleCloudPlatform/kubernetes/pkg/util)
 #
 Requires:       golang(github.com/miekg/dns)
 Requires:       golang(github.com/coreos/go-etcd/etcd)
@@ -83,6 +83,10 @@ cp -rpav cache %{buildroot}/%{gopath}/src/%{import_path}/
 %{gopath}/src/%{import_path}
 
 %changelog
+* Mon Jan 19 2015 jchaloup <jchaloup at redhat.com> - 0-0.3.git245a121
+- Requires on kubernetes makes building of kubernetes failing.
+  related: #1181197
+
 * Sun Jan 18 2015 jchaloup <jchaloup at redhat.com> - 0-0.2.git245a121
 - Fix Requires on kubernetes
   related: #1181197


More information about the scm-commits mailing list