# Generated by go2rpm 1.6.0 %bcond_without check # https://github.com/kubernetes/cri-api %global goipath k8s.io/cri-api %global forgeurl https://github.com/kubernetes/cri-api Version: 1.25.3 %global tag kubernetes-1.25.3 %global distprefix %{nil} %gometa %global common_description %{expand: Container Runtime Interface (CRI) - a plugin interface which enables kubelet to use a wide variety of container runtimes.} %global golicenses LICENSE %global godocs CONTRIBUTING.md README.md code-of-conduct.md Name: %{goname} Release: %autorelease Summary: Plugin interface which enables kubelet to use container runtimes # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/gogo/protobuf/gogoproto) BuildRequires: golang(github.com/gogo/protobuf/proto) BuildRequires: golang(github.com/gogo/protobuf/sortkeys) BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(google.golang.org/grpc) BuildRequires: golang(google.golang.org/grpc/codes) BuildRequires: golang(google.golang.org/grpc/status) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog