# Generated by go2rpm 1 %bcond_without check # https://github.com/cockroachdb/errors %global goipath github.com/cockroachdb/errors Version: 1.8.2 %gometa %global common_description %{expand: Go error library with error portability over the network.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 7%{?dist} Summary: Go error library with error portability over the network # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/cockroachdb/logtags) BuildRequires: golang(github.com/cockroachdb/redact) BuildRequires: golang(github.com/cockroachdb/sentry-go) BuildRequires: golang(github.com/gogo/protobuf/gogoproto) BuildRequires: golang(github.com/gogo/protobuf/proto) BuildRequires: golang(github.com/gogo/protobuf/types) BuildRequires: golang(github.com/gogo/status) BuildRequires: golang(github.com/golang/protobuf/proto) BuildRequires: golang(github.com/kr/pretty) BuildRequires: golang(github.com/pkg/errors) BuildRequires: golang(google.golang.org/grpc) BuildRequires: golang(google.golang.org/grpc/codes) BuildRequires: golang(google.golang.org/grpc/status) %if %{with check} # Tests BuildRequires: golang(github.com/hydrogen18/memlistener) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering - 1.8.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Aug 10 2022 Maxwell G - 1.8.2-6 - Rebuild to fix FTBFS * Thu Jul 21 2022 Fedora Release Engineering - 1.8.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 1.8.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 1.8.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 1.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Sep 09 00:17:50 CEST 2020 Robert-André Mauchin - 1.7.4-1 - Initial package