containerd: fix apply-patch fail
Signed-off-by: xiadanni <xiadanni1@huawei.com>
This commit is contained in:
parent
8d736eba1c
commit
2b19a2aacf
@ -7,11 +7,11 @@
|
||||
|
||||
set -ex
|
||||
|
||||
pkg=v1.2.0
|
||||
pkg=containerd-1.2.0
|
||||
cwd=$PWD
|
||||
src=$cwd/$pkg
|
||||
|
||||
unzip $pkg.zip
|
||||
unzip v1.2.0.zip
|
||||
if [[ ! -d patch ]]; then
|
||||
tar zxf patch.tar.gz
|
||||
fi
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
%global debug_package %{nil}
|
||||
Version: 1.2.0
|
||||
Name: containerd
|
||||
Release: 103
|
||||
Release: 104
|
||||
Summary: An industry-standard container runtime
|
||||
License: ASL 2.0
|
||||
URL: https://containerd.io
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user