# Generated by go2rpm 1.8.2 %bcond_without check %bcond_with bootstrap %global debug_package %{nil} # https://github.com/kubernetes/controller-manager %global goipath k8s.io/controller-manager %global forgeurl https://github.com/kubernetes/controller-manager Version: 1.26.0~rc.0 %global tag kubernetes-1.26.0-rc.0 %global distprefix %{nil} %gometa %global common_description %{expand: This package is intended to contain common public library code for kube- controller-manager, cloud-controller-manager as well as any other controller managers which people build.} %global golicenses LICENSE %global godocs CONTRIBUTING.md README.md code-of-conduct.md Name: %{goname} Release: %autorelease Summary: Common public library code for kube-controller-manager and cloud-controller-manager 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