# Generated by go2rpm %bcond_without check # https://github.com/kubernetes/cloud-provider %global goipath k8s.io/cloud-provider %global forgeurl https://github.com/kubernetes/cloud-provider Version: 1.13.7 %global tag kubernetes-1.13.7-beta.0 %global distprefix %{nil} %gometa %global common_description %{expand: Cloud-provider defines the shared interfaces which Kubernetes cloud providers implement. These interfaces allow various controllers to integrate with any cloud provider in a pluggable fashion. Also serves as an issue tracker for SIG Cloud Provider.} %global golicenses LICENSE %global godocs README.md code-of-conduct.md CONTRIBUTING.md Name: %{goname} Release: 1.beta.0%{?dist} Summary: Shared interfaces which Kubernetes cloud providers implement # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(k8s.io/api/core/v1) BuildRequires: golang(k8s.io/apimachinery/pkg/types) BuildRequires: golang(k8s.io/client-go/informers) BuildRequires: golang(k8s.io/client-go/kubernetes) BuildRequires: golang(k8s.io/client-go/rest) BuildRequires: golang(k8s.io/klog) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon May 20 00:43:21 CEST 2019 Robert-André Mauchin - 1.13.7-1.beta.0 - Initial package