# Generated by go2rpm 1.8.2 %bcond_without check %bcond_without bootstrap # https://github.com/kubernetes/system-validators %global goipath k8s.io/system-validators %global forgeurl https://github.com/kubernetes/system-validators Version: 1.8.0 %gometa %global common_description %{expand: A set of system-oriented validators for kubeadm preflight checks.} %global golicenses LICENSE %global godocs CONTRIBUTING.md README.md RELEASE.md code-of-\\\ conduct.md Name: %{goname} Release: %autorelease Summary: A set of system-oriented validators for kubeadm preflight checks License: Apache-2.0 URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %if %{without bootstrap} %generate_buildrequires %go_generate_buildrequires %endif %install %gopkginstall %if %{without bootstrap} %if %{with check} %check %gocheck %endif %endif %gopkgfiles %changelog %autochangelog