# Generated by go2rpm %bcond_without check # https://github.com/kubernetes/cluster-bootstrap %global goipath k8s.io/cluster-bootstrap %global forgeurl https://github.com/kubernetes/cluster-bootstrap Version: 1.13.7 %global tag kubernetes-1.13.7-beta.0 %global distprefix %{nil} %gometa %global common_description %{expand: Set of constants and helpers in support of Kubernetes bootstrap discovery.} %global golicenses LICENSE %global godocs README.md code-of-conduct.md CONTRIBUTING.md Name: %{goname} Release: 1.beta.0%{?dist} Summary: Set of constants and helpers in support of Kubernetes bootstrap discovery # 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/util/sets) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon May 20 01:17:04 CEST 2019 Robert-André Mauchin - kubernetes-1.13.7-1.beta.0 - Initial package