Merge "CentOS: Uprev the containernetwork-plugins to 1.0.1"
This commit is contained in:
commit
5582fbf4b5
@ -86,5 +86,5 @@ zstd-b706286adbba780006a47ef92df0ad7a785666b6.tar.gz#zstd#https://api.github.com
|
|||||||
inih-b1dbff4b0bd1e1f40d237e21011f6dee0ec2fa69.tar.gz#inih-44#https://github.com/benhoyt/inih/tarball/b1dbff4b0bd1e1f40d237e21011f6dee0ec2fa69#https##
|
inih-b1dbff4b0bd1e1f40d237e21011f6dee0ec2fa69.tar.gz#inih-44#https://github.com/benhoyt/inih/tarball/b1dbff4b0bd1e1f40d237e21011f6dee0ec2fa69#https##
|
||||||
pf-bb-config-d7d5f1ddd17b4c80e3e0d6ce87660926f58f8585.tar.gz#pf-bb-config-21.6#https://github.com/intel/pf-bb-config/tarball/d7d5f1ddd17b4c80e3e0d6ce87660926f58f8585#https##
|
pf-bb-config-d7d5f1ddd17b4c80e3e0d6ce87660926f58f8585.tar.gz#pf-bb-config-21.6#https://github.com/intel/pf-bb-config/tarball/d7d5f1ddd17b4c80e3e0d6ce87660926f58f8585#https##
|
||||||
gpu-operator-1.8.1.tar.gz#gpu-operator-1.8.1#https://github.com/NVIDIA/gpu-operator/archive/v1.8.1.tar.gz##https##
|
gpu-operator-1.8.1.tar.gz#gpu-operator-1.8.1#https://github.com/NVIDIA/gpu-operator/archive/v1.8.1.tar.gz##https##
|
||||||
containernetworking-plugins-v0.9.1.tar.gz#containernetworking-plugins-v0.9.1#https://github.com/containernetworking/plugins/archive/refs/tags/v0.9.1.tar.gz#https##
|
containernetworking-plugins-v1.0.1.tar.gz#containernetworking-plugins-v1.0.1#https://github.com/containernetworking/plugins/archive/refs/tags/v1.0.1.tar.gz#https##
|
||||||
bond-cni-bff6422d7089d988dc1548e6abe0543601f6e1c7.tar.gz#bond-cni-bff6422d7089d988dc1548e6abe0543601f6e1c7#https://api.github.com/repos/k8snetworkplumbingwg/bond-cni/tarball/bff6422d7089d988dc1548e6abe0543601f6e1c7#https##
|
bond-cni-bff6422d7089d988dc1548e6abe0543601f6e1c7.tar.gz#bond-cni-bff6422d7089d988dc1548e6abe0543601f6e1c7#https://api.github.com/repos/k8snetworkplumbingwg/bond-cni/tarball/bff6422d7089d988dc1548e6abe0543601f6e1c7#https##
|
||||||
|
@ -1,9 +1,2 @@
|
|||||||
VERSION=0.9.1
|
COPY_LIST="${CGCS_BASE}/downloads/containernetworking-plugins-v1.0.1.tar.gz"
|
||||||
CON_VERSION=0.9.1
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||||
TAR_NAME=containernetworking-plugins
|
|
||||||
TAR="$TAR_NAME-v$VERSION.tar.gz"
|
|
||||||
#CONTRIB="$TAR_NAME-contrib-v$CON_VERSION.tar.gz"
|
|
||||||
|
|
||||||
COPY_LIST="${CGCS_BASE}/downloads/$TAR"
|
|
||||||
|
|
||||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: containernetworking-plugins
|
Name: containernetworking-plugins
|
||||||
Version: 0.9.1
|
Version: 1.0.1
|
||||||
Release: 1%{?_tis_dist}.%{tis_patch_ver}
|
Release: 1%{?_tis_dist}.%{tis_patch_ver}
|
||||||
Summary: CNI network plugins
|
Summary: CNI network plugins
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -123,6 +123,9 @@ install -p -m 0755 bin/* %{buildroot}/%{_libexecdir}/cni
|
|||||||
%{_libexecdir}/cni/*
|
%{_libexecdir}/cni/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 17 2022 Steven Webster <steven.webster@windriver.com> - 1.0.1
|
||||||
|
- bump to v1.0.1
|
||||||
|
|
||||||
* Sun Aug 08 2021 Steven Webster <steven.webster@windriver.com>
|
* Sun Aug 08 2021 Steven Webster <steven.webster@windriver.com>
|
||||||
- Support for compilation on StarlingX
|
- Support for compilation on StarlingX
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user