diff --git a/apply-patch b/apply-patch index 812d4f14df078724fe86a743df415dbb74bf6e3b..26311ed018ad8d2d91c5c97ffc8522ee15b392cf 100755 --- a/apply-patch +++ b/apply-patch @@ -7,11 +7,11 @@ set -ex -pkg=containerd-1.6.9 +pkg=containerd-1.6.18 cwd=$PWD src=$cwd/$pkg -unzip v1.6.9.zip +unzip v1.6.18.zip cd $src git init @@ -23,4 +23,4 @@ cd $cwd cp -rf $src/* . mv $src/.git $src/git -rm -rf containerd-1.6.9 +rm -rf containerd-1.6.18 diff --git a/containerd.spec b/containerd.spec index a991af718fba382382a24d86c99e0a011991a54f..7e80ed61db682765adcb55322784539f236697b4 100644 --- a/containerd.spec +++ b/containerd.spec @@ -1,12 +1,12 @@ %global goipath github.com/containerd/containerd %global debug_package %{nil} -Version: 1.6.9 +Version: 1.6.18 Name: containerd Release: 1 Summary: An industry-standard container runtime License: ASL 2.0 URL: https://containerd.io -Source0: https://github.com/containerd/containerd/archive/v1.6.9.zip +Source0: https://github.com/containerd/containerd/archive/v1.6.18.zip Source1: apply-patch BuildRequires: golang glibc-static make btrfs-progs-devel git @@ -48,6 +48,13 @@ install -p -m 755 bin/ctr $RPM_BUILD_ROOT/%{_bindir}/ctr %{_bindir}/ctr %changelog +* Thu Feb 23 2023 xingweizheng - 1.6.18-1 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:update to 1.6.18 + + * Thu Feb 23 2023 xingweizheng - 1.6.9-1 - Type:bugfix - ID:NA diff --git a/v1.6.9.zip b/v1.6.18.zip similarity index 84% rename from v1.6.9.zip rename to v1.6.18.zip index 7d0d72e3ce64c44e9915d05228c3744b3cd2deb2..a94987a7c7dafa592a7aba2da9ec08a25a67d924 100644 Binary files a/v1.6.9.zip and b/v1.6.18.zip differ