diff --git a/centos_tarball-dl.lst b/centos_tarball-dl.lst index 090874211..7d098c8ba 100644 --- a/centos_tarball-dl.lst +++ b/centos_tarball-dl.lst @@ -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## 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## -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## diff --git a/kubernetes/cni/plugins/centos/build_srpm.data b/kubernetes/cni/plugins/centos/build_srpm.data index 59cd9e0fa..5414e0582 100644 --- a/kubernetes/cni/plugins/centos/build_srpm.data +++ b/kubernetes/cni/plugins/centos/build_srpm.data @@ -1,9 +1,2 @@ -VERSION=0.9.1 -CON_VERSION=0.9.1 -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 \ No newline at end of file +COPY_LIST="${CGCS_BASE}/downloads/containernetworking-plugins-v1.0.1.tar.gz" +TIS_PATCH_VER=PKG_GITREVCOUNT diff --git a/kubernetes/cni/plugins/centos/containernetworking-plugins.spec b/kubernetes/cni/plugins/centos/containernetworking-plugins.spec index 6e63c4fd6..8ab5f1012 100644 --- a/kubernetes/cni/plugins/centos/containernetworking-plugins.spec +++ b/kubernetes/cni/plugins/centos/containernetworking-plugins.spec @@ -22,7 +22,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: containernetworking-plugins -Version: 0.9.1 +Version: 1.0.1 Release: 1%{?_tis_dist}.%{tis_patch_ver} Summary: CNI network plugins License: ASL 2.0 @@ -123,6 +123,9 @@ install -p -m 0755 bin/* %{buildroot}/%{_libexecdir}/cni %{_libexecdir}/cni/* %changelog +* Thu Feb 17 2022 Steven Webster - 1.0.1 +- bump to v1.0.1 + * Sun Aug 08 2021 Steven Webster - Support for compilation on StarlingX