# Generated by go2rpm 1.3
%bcond_without check

# https://github.com/GoogleCloudPlatform/guest-logging-go
%global goipath         github.com/GoogleCloudPlatform/guest-logging-go
%global commit          facc9c0d81b953ac4fd9d87d8b4f6b1726a88867

%gometa

%global common_description %{expand:
Logging facade used by GCP guest environment for structured logging}

%global golicenses      LICENSE
%global godocs          CONTRIBUTING.md

Name:           %{goname}
Version:        0
Release:        7%{?dist}
Summary:        Common logger used by GCP guest environment

# Upstream license specification: Apache-2.0
License:        Apache-2.0
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(cloud.google.com/go/logging)
BuildRequires:  golang(google.golang.org/genproto/googleapis/logging/v2)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Fri Aug 19 2022 Major Hayden <major@redhat.com> - 0-6
- Updated to 2021-06-21 commit.

* Wed Aug 10 2022 Maxwell G <gotmax@e.email> - 0-5
- Rebuild to fix FTBFS

* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Mon Jan 25 23:54:14 UTC 2021 Eric Edens <ericedens@google.com> - 0-0.1.20210125git6cbb518
- Initial package