# Generated by go2rpm 1.8.2 %bcond_without check %global debug_package %{nil} %bcond_with bootstrap # https://github.com/containerd/nri %global goipath github.com/containerd/nri Version: 0.2.0 %gometa %global common_description %{expand: Node Resource Interface.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: %autorelease Summary: Node Resource Interface License: Apache-2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/onsi/ginkgo/v2) %description %{common_description} %gopkg %prep %goprep rm -rfv plugins/hook-injector/ %if %{without bootstrap} %generate_buildrequires %go_generate_buildrequires %endif %install %gopkginstall %if %{without bootstrap} %if %{with check} %check %gocheck %endif %endif %gopkgfiles %changelog %autochangelog