commit 3e80219af534453c3a144127616f84000afd6846
Author: Jan Chaloupka <[email protected]>
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 <[email protected]> - 0-0.3.git245a121
+- Requires on kubernetes makes building of kubernetes failing.
+ related: #1181197
+
* Sun Jan 18 2015 jchaloup <[email protected]> - 0-0.2.git245a121
- Fix Requires on kubernetes
related: #1181197
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang