containernetworking-plugins-0.9.1-8.1.gitd385120
- fix build issues Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
060cf2a90d
commit
24becc3f93
@ -31,11 +31,13 @@
|
|||||||
|
|
||||||
# Used for comparing with latest upstream tag
|
# Used for comparing with latest upstream tag
|
||||||
# to decide whether to autobuild (non-rawhide only)
|
# 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}
|
Name: %{project}-%{repo}
|
||||||
Version: 0.9.1
|
Version: 0.9.1
|
||||||
Release: 7.1.git%{shortcommit0}%{?dist}
|
Release: 8.1.git%{shortcommit0}%{?dist}
|
||||||
Summary: Libraries for writing CNI plugin
|
Summary: Libraries for writing CNI plugin
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -44,6 +46,8 @@ Source0: %{git0}/archive/%{commit0}.tar.gz
|
|||||||
BuildRequires: golang
|
BuildRequires: golang
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: go-md2man
|
BuildRequires: go-md2man
|
||||||
|
BuildRequires: systemd-devel
|
||||||
|
Requires: systemd
|
||||||
|
|
||||||
%if ! 0%{?with_bundled}
|
%if ! 0%{?with_bundled}
|
||||||
BuildRequires: go-bindata
|
BuildRequires: go-bindata
|
||||||
@ -286,6 +290,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 03 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.9.1-7.1.gitd385120
|
||||||
- autobuilt d385120
|
- autobuilt d385120
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user