# Generated by go2rpm 1 %bcond_without check %bcond_without bootstrap # https://github.com/envoyproxy/go-control-plane %global goipath github.com/envoyproxy/go-control-plane Version: 0.9.8 %gometa %global common_description %{expand: Go implementation of data-plane-api.} %global golicenses LICENSE %global godocs OWNERS.md README.md Name: %{goname} Release: 1%{?dist} Summary: Go implementation of data-plane-api # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/census-instrumentation/opencensus-proto/gen-go/trace/v1) %if %{without bootstrap} BuildRequires: golang(github.com/cncf/udpa/go/udpa/annotations) BuildRequires: golang(github.com/cncf/udpa/go/xds/core/v3) %endif BuildRequires: golang(github.com/envoyproxy/protoc-gen-validate/validate) BuildRequires: golang(github.com/golang/protobuf/jsonpb) BuildRequires: golang(github.com/golang/protobuf/proto) BuildRequires: golang(github.com/golang/protobuf/protoc-gen-go/descriptor) BuildRequires: golang(github.com/golang/protobuf/ptypes) BuildRequires: golang(github.com/golang/protobuf/ptypes/any) BuildRequires: golang(github.com/golang/protobuf/ptypes/duration) BuildRequires: golang(github.com/golang/protobuf/ptypes/empty) BuildRequires: golang(github.com/golang/protobuf/ptypes/struct) BuildRequires: golang(github.com/golang/protobuf/ptypes/timestamp) BuildRequires: golang(github.com/golang/protobuf/ptypes/wrappers) BuildRequires: golang(github.com/prometheus/client_model/go) BuildRequires: golang(google.golang.org/genproto/googleapis/api/annotations) BuildRequires: golang(google.golang.org/genproto/googleapis/api/expr/v1alpha1) BuildRequires: golang(google.golang.org/genproto/googleapis/rpc/status) BuildRequires: golang(google.golang.org/grpc) BuildRequires: golang(google.golang.org/grpc/codes) BuildRequires: golang(google.golang.org/grpc/status) BuildRequires: golang(google.golang.org/protobuf/reflect/protoreflect) BuildRequires: golang(google.golang.org/protobuf/runtime/protoimpl) BuildRequires: golang(gopkg.in/yaml.v2) BuildRequires: golang(k8s.io/api/core/v1) BuildRequires: golang(k8s.io/apimachinery/pkg/util/net) BuildRequires: golang(k8s.io/client-go/informers) BuildRequires: golang(k8s.io/client-go/kubernetes) BuildRequires: golang(k8s.io/client-go/rest) BuildRequires: golang(k8s.io/client-go/tools/cache) BuildRequires: golang(sigs.k8s.io/aws-iam-authenticator/pkg/token) %if %{without bootstrap} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{without bootstrap} %if %{with check} %check %gocheck %endif %endif %gopkgfiles %changelog * Wed Dec 23 11:18:59 CET 2020 Robert-André Mauchin - 0.9.8-1 - Update to 0.9.8 * Sat Jul 25 17:57:31 CEST 2020 Robert-André Mauchin - 0.9.6-1 - Initial package