# Generated by go2rpm 1.3
%bcond_without check

# https://github.com/containerd/nri
%global goipath         github.com/containerd/nri
Version:                0.1.0

%gometa

%global common_description %{expand:
Node Resource Interface.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Release:        5%{?dist}
Summary:        Node Resource Interface

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

BuildRequires:  golang(github.com/containerd/containerd)
BuildRequires:  golang(github.com/containerd/containerd/oci)
BuildRequires:  golang(github.com/pkg/errors)

%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.1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

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

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

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

* Wed Jul 14 22:57:14 CEST 2021 Olivier Lemasle <o.lemasle@gmail.com> - 0.1.0-1
- Update to upstream 0.1.0 (fixes rhbz#1963659)

* Thu Mar 18 2021 Olivier Lemasle <o.lemasle@gmail.com> - 0-0.2.20210318gitdbaa18c
- Bump to commit dbaa18c31c143713ae0004766bd00d51fb7d87b0

* Thu Jan 28 00:21:26 CET 2021 Olivier Lemasle <o.lemasle@gmail.com> - 0-0.1.20210128git7669bcb
- Initial package