diff --git a/apply-patch b/apply-patch index 950d491..3a9f525 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 f95b25a..2f0132d 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