# Generated by go2rpm %bcond_without check # https://github.com/kubernetes/kube-scheduler %global goipath k8s.io/kube-scheduler %global forgeurl https://github.com/kubernetes/kube-scheduler Version: 1.13.7 %global tag kubernetes-1.13.7-beta.0 %global distprefix %{nil} %gometa %global common_description %{expand: This package provides external, versioned ComponentConfig API types for configuring the kube-scheduler. These external types can easily be vendored and used by any third-party tool writing Kubernetes ComponentConfig objects.} %global golicenses LICENSE %global godocs code-of-conduct.md CONTRIBUTING.md README.md Name: %{goname} Release: 1.beta.0%{?dist} Summary: Kube-scheduler component configs # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(k8s.io/apimachinery/pkg/apis/config/v1alpha1) BuildRequires: golang(k8s.io/apimachinery/pkg/apis/meta/v1) BuildRequires: golang(k8s.io/apimachinery/pkg/runtime) BuildRequires: golang(k8s.io/apimachinery/pkg/runtime/schema) BuildRequires: golang(k8s.io/apiserver/pkg/apis/config/v1alpha1) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon May 20 14:59:55 CEST 2019 Robert-André Mauchin - 1.13.7-1.beta.0 - Initial package