[golang-github-skynetservices-skydns/el6: 2/2] Fix Requires on kubernetes - related: #1181197

Jan Chaloupka jchaloup at fedoraproject.org
Sun Jan 18 23:53:22 UTC 2015


commit 4da05f666c4ee91d90d9d7e58680ef33b39bebf3
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Mon Jan 19 00:45:07 2015 +0100

    Fix Requires on kubernetes
    - related: #1181197

 golang-github-skynetservices-skydns.spec |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/golang-github-skynetservices-skydns.spec b/golang-github-skynetservices-skydns.spec
index 46fd732..96f43ac 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.1.git%{shortcommit}%{?dist}
+Release:        0.2.git%{shortcommit}%{?dist}
 Summary:        DNS service discovery for etcd 
 License:        MIT
 URL:            https://%{import_path}
@@ -29,10 +29,10 @@ BuildRequires:  golang(github.com/coreos/go-log/log)
 BuildRequires:  golang(github.com/coreos/go-systemd/activation)
 # has dep on kubernetes and kubernetes has dep on this source codes => cyclic deps
 # so no build of kubernetes if we add these build requires
-#BuildRequires:  golang(kubernetes/pkg/api)
-#BuildRequires:  golang(kubernetes/pkg/client)
-#BuildRequires:  golang(kubernetes/pkg/proxy/config)
-#BuildRequires:  golang(kubernetes/pkg/util)
+#BuildRequires:  golang(github.com/GoogleCloudPlatform/kubernetes/pkg/api)
+#BuildRequires:  golang(github.com/GoogleCloudPlatform/kubernetes/pkg/client)
+#BuildRequires:  golang(github.com/GoogleCloudPlatform/kubernetes/pkg/proxy/config)
+#BuildRequires:  golang(github.com/GoogleCloudPlatform/kubernetes/pkg/util)
 BuildRequires:  golang(github.com/miekg/dns)
 BuildRequires:  golang(github.com/coreos/go-etcd/etcd)
 BuildRequires:  golang(github.com/rcrowley/go-metrics)
@@ -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(kubernetes/pkg/api)
-Requires:       golang(kubernetes/pkg/client)
-Requires:       golang(kubernetes/pkg/proxy/config)
-Requires:       golang(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
+* Sun Jan 18 2015 jchaloup <jchaloup at redhat.com> - 0-0.2.git245a121
+- Fix Requires on kubernetes
+  related: #1181197
+
 * Mon Jan 12 2015 jchaloup <jchaloup at redhat.com> - 0-0.1.git245a121
 - First package for Fedora
   resolves: #1181197


More information about the scm-commits mailing list