From 9de0263d1fff4ddfef9394be78fdcd0904cbd2df Mon Sep 17 00:00:00 2001 From: xiadanni Date: Mon, 14 Sep 2020 14:58:02 +0800 Subject: [PATCH] containerd: fix SOURCE0 addr Signed-off-by: xiadanni --- apply-patch | 2 +- containerd.spec | 4 ++-- git-commit | 2 +- containerd-1.2.0.zip => v1.2.0.zip | Bin 4 files changed, 4 insertions(+), 4 deletions(-) rename containerd-1.2.0.zip => v1.2.0.zip (100%) diff --git a/apply-patch b/apply-patch index f91206d..950d491 100755 --- a/apply-patch +++ b/apply-patch @@ -7,7 +7,7 @@ set -ex -pkg=containerd-1.2.0 +pkg=v1.2.0 cwd=$PWD src=$cwd/$pkg diff --git a/containerd.spec b/containerd.spec index 3313b9f..f95b25a 100644 --- a/containerd.spec +++ b/containerd.spec @@ -2,11 +2,11 @@ %global debug_package %{nil} Version: 1.2.0 Name: containerd -Release: 102 +Release: 103 Summary: An industry-standard container runtime License: ASL 2.0 URL: https://containerd.io -Source0: containerd-1.2.0.zip +Source0: https://github.com/containerd/containerd/archive/v1.2.0.zip Source1: patch.tar.gz Source2: apply-patch Source3: series.conf diff --git a/git-commit b/git-commit index d2a37d7..b0d163a 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -3f69708bd238c592ce917876ee841524a51cb781 +875be51a24a73104b92e412b5beed56f242bec31 diff --git a/containerd-1.2.0.zip b/v1.2.0.zip similarity index 100% rename from containerd-1.2.0.zip rename to v1.2.0.zip -- Gitee