# Generated by go2rpm %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.15.0 %global tag kubernetes-1.15.0 %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: 1%{?dist} 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(golang.org/x/net/context) BuildRequires: golang(google.golang.org/grpc) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Jul 07 15:12:21 CEST 2019 Robert-André Mauchin - 1.15.0-1 - Initial package