Blob Blame History Raw
# Generated by go2rpm
# Tests are randomly failing.
%bcond_with check

# https://github.com/kubernetes/klog
%global goipath         k8s.io/klog
%global forgeurl        https://github.com/kubernetes/klog
Version:                2.4.0

%gometa

%global goaltipaths      k8s.io/klog/v2

%global common_description %{expand:
This is an efficient pure Go implementation of leveled logs in the manner of the
open source C++ package}

%global golicenses      LICENSE
%global godocs          examples CONTRIBUTING.md README.md RELEASE.md code-\\\
                        of-conduct.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        Leveled execution logs for Go

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

BuildRequires:  golang(github.com/go-logr/logr)
BuildRequires:  golang(github.com/golang/glog)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Thu Dec 03 20:41:05 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 2.4.0-1
- Update to 2.4.0

* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Mon Jul 27 15:18:51 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 2.3.0-1
- Update to 2.3.0

* Mon Apr 13 22:47:17 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.0-1
- Update to 2.0.0

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Thu May 09 20:26:14 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.3.0-1
- Initial package