# Generated by go2rpm %bcond_without check # https://github.com/kubernetes/csi-api %global goipath k8s.io/csi-api %global forgeurl https://github.com/kubernetes/csi-api Version: 1.13.7 %global tag kubernetes-1.13.7-beta.0 %global distprefix %{nil} %gometa %global common_description %{expand: This package contains type definitions and client code for the CSI APIs that Kubernetes makes use of. Consumers of the CSI APIs can make use of this package to access implementations of the APIs.} %global golicenses LICENSE %global godocs README.md code-of-conduct.md CONTRIBUTING.md Name: %{goname} Release: 1.beta.0%{?dist} Summary: Type definitions and client code for the CSI APIs # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(k8s.io/apimachinery/pkg/api/errors) BuildRequires: golang(k8s.io/apimachinery/pkg/apis/meta/v1) BuildRequires: golang(k8s.io/apimachinery/pkg/labels) BuildRequires: golang(k8s.io/apimachinery/pkg/runtime) BuildRequires: golang(k8s.io/apimachinery/pkg/runtime/schema) BuildRequires: golang(k8s.io/apimachinery/pkg/runtime/serializer) BuildRequires: golang(k8s.io/apimachinery/pkg/types) BuildRequires: golang(k8s.io/apimachinery/pkg/util/runtime) BuildRequires: golang(k8s.io/apimachinery/pkg/watch) BuildRequires: golang(k8s.io/client-go/discovery) BuildRequires: golang(k8s.io/client-go/discovery/fake) BuildRequires: golang(k8s.io/client-go/rest) BuildRequires: golang(k8s.io/client-go/testing) BuildRequires: golang(k8s.io/client-go/tools/cache) BuildRequires: golang(k8s.io/client-go/util/flowcontrol) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon May 20 14:26:14 CEST 2019 Robert-André Mauchin - 1.13.7-1.beta.0 - Initial package