diff --git a/apply-patch b/apply-patch index 950d49165d30dfc53a93ef202a7afb0ae215e103..3a9f525b14a0df1e11583583db87bcd72e988e41 100755 --- a/apply-patch +++ b/apply-patch @@ -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 diff --git a/containerd.spec b/containerd.spec index f95b25a86bc5ee193894b3d3bd3e3ce929a718cc..2f0132de0d84729e699e9ce11707fa2abc38cee8 100644 --- a/containerd.spec +++ b/containerd.spec @@ -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