!98 upgrade to contained 1.6.22

From: @vegbir 
Reviewed-by: @duguhaotian 
Signed-off-by: @duguhaotian
This commit is contained in:
openeuler-ci-bot 2023-08-02 09:17:24 +00:00 committed by Gitee
commit 8916600448
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 12 additions and 6 deletions

View File

@ -7,11 +7,11 @@
set -ex set -ex
pkg=containerd-1.6.21 pkg=containerd-1.6.22
cwd=$PWD cwd=$PWD
src=$cwd/$pkg src=$cwd/$pkg
unzip v1.6.21.zip unzip v1.6.22.zip
if [[ ! -d patch ]]; then if [[ ! -d patch ]]; then
tar zxf patch.tar.gz tar zxf patch.tar.gz
fi fi
@ -35,4 +35,4 @@ done <"$series"
cd $cwd cd $cwd
cp -rf $src/* . cp -rf $src/* .
mv $src/.git $cwd/.git mv $src/.git $cwd/.git
rm -rf containerd-1.6.21 rm -rf containerd-1.6.22

View File

@ -1,12 +1,12 @@
%global goipath github.com/containerd/containerd %global goipath github.com/containerd/containerd
%global debug_package %{nil} %global debug_package %{nil}
Version: 1.6.21 Version: 1.6.22
Name: containerd Name: containerd
Release: 1 Release: 1
Summary: An industry-standard container runtime Summary: An industry-standard container runtime
License: ASL 2.0 License: ASL 2.0
URL: https://containerd.io URL: https://containerd.io
Source0: https://github.com/containerd/containerd/archive/v1.6.21.zip Source0: https://github.com/containerd/containerd/archive/v1.6.22.zip
Source1: patch.tar.gz Source1: patch.tar.gz
Source2: apply-patch Source2: apply-patch
Source3: series.conf Source3: series.conf
@ -67,6 +67,12 @@ install -D -p -m 0644 %{S:7} %{buildroot}%{_sysconfdir}/containerd/config.toml
%exclude %{_bindir}/containerd-stress %exclude %{_bindir}/containerd-stress
%changelog %changelog
* Wed Aug 2 2023 vegbir<yangjiaqi16@huawei.com> - 1.6.22-1
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:upgrade to contained 1.6.22
* Fri July 21 2023 vegbir<yangjiaqi16@huawei.com> - 1.6.21-1 * Fri July 21 2023 vegbir<yangjiaqi16@huawei.com> - 1.6.21-1
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA

View File

@ -1 +1 @@
aca8b96e269f3f28352f257b79e1fd53550fa91a e27e755bdb8bdd9b5f6499be09e544e228b1b2de

Binary file not shown.