containernetworking-plugins-0.9.1-8.1.gitd385120

- fix build issues

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2021-03-08 13:32:48 -05:00
parent 060cf2a90d
commit 24becc3f93

View File

@ -31,11 +31,13 @@
# Used for comparing with latest upstream tag
# to decide whether to autobuild (non-rawhide only)
%global built_tag v0.9.1
%define built_tag v0.9.1
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
%define download_url %{git0}/archive/%{built_tag}.tar.gz
Name: %{project}-%{repo}
Version: 0.9.1
Release: 7.1.git%{shortcommit0}%{?dist}
Release: 8.1.git%{shortcommit0}%{?dist}
Summary: Libraries for writing CNI plugin
License: ASL 2.0
URL: %{git0}
@ -44,6 +46,8 @@ Source0: %{git0}/archive/%{commit0}.tar.gz
BuildRequires: golang
BuildRequires: git
BuildRequires: go-md2man
BuildRequires: systemd-devel
Requires: systemd
%if ! 0%{?with_bundled}
BuildRequires: go-bindata
@ -286,6 +290,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%endif
%changelog
* Mon Mar 08 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.9.1-8.1.gitd385120
- fix build issues
* Wed Mar 03 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.9.1-7.1.gitd385120
- autobuilt d385120