Workaround cyclical dependency on github.com/containernetworking/plugins.

This commit is contained in:
Maxwell G 2022-05-09 20:08:15 -05:00
parent 22a3f7e414
commit 7a8176dd56
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8
2 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,11 @@
* Sun May 08 2022 Maxwell G <gotmax@e.email> 1.1.0-1
- Update to 1.1.0. Fixes rhbz#1925700.
- Workaround cyclical dependency on github.com/containernetworking/plugins.
* Tue Jan 25 2022 Maxwell G <gotmax@e.email> 1.0.1-1
- Update to 1.0.1. Fixes rhbz#1925700.
- Regenerate specfile
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
@ -21,3 +29,4 @@
* Sat May 04 23:22:57 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.7.0-1
- Initial package

View File

@ -1,5 +1,10 @@
# Generated by go2rpm 1.6.0
%bcond_with bootstrap
%if %{without bootstrap}
%bcond_without check
%else
%bcond_with check
%endif
# https://github.com/containernetworking/cni
%global goipath github.com/containernetworking/cni
@ -7,6 +12,20 @@ Version: 1.1.0
%gometa
# Workaround cyclical dependency on github.com/containernetworking/plugins.
%if %{without bootstrap}
%global goipaths0 %{goipath}
%global goipathsex0 %{goipath}/plugins/debug
%global godevelheader0 %{expand:
# Obsolete version before the split of %%{goipath}/plugins/debug
Obsoletes: golang-github-containernetworking-cni-devel < 1.1.0-1}
%endif
%global goipaths1 %{goipath}/plugins/debug
%global godevelheader1 %{expand:
# Obsolete version before the split of %%{goipath}/plugins/debug
Obsoletes: golang-github-containernetworking-cni-devel < 1.1.0-1}
%global common_description %{expand:
Container Network Interface - networking for Linux containers.}
@ -18,7 +37,7 @@ Container Network Interface - networking for Linux containers.}
plugins-debug-README.md
Name: %{goname}
Release: %autorelease
Release: %autorelease -b 0
Summary: Container Network Interface - networking for Linux containers
# Upstream license specification: Apache-2.0