From 2b19a2aacfe78604664607951e53f0cb3431a326 Mon Sep 17 00:00:00 2001 From: xiadanni Date: Tue, 15 Sep 2020 09:36:35 +0800 Subject: [PATCH] containerd: fix apply-patch fail Signed-off-by: xiadanni --- apply-patch | 4 ++-- containerd.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- Gitee