From 621cb0a06f4f4adb4d522d9ab4c80e3ce93fa3dc Mon Sep 17 00:00:00 2001 From: xiadanni Date: Mon, 14 Sep 2020 15:12:34 +0800 Subject: [PATCH] runc: fix SOURCE0 addr Signed-off-by: xiadanni --- apply-patch | 2 +- git-commit | 2 +- runc-openeuler.spec | 4 ++-- runc-1.0.0-rc3.zip => v1.0.0-rc3.zip | Bin 4 files changed, 4 insertions(+), 4 deletions(-) rename runc-1.0.0-rc3.zip => v1.0.0-rc3.zip (100%) diff --git a/apply-patch b/apply-patch index bb73c5a..30401ae 100755 --- a/apply-patch +++ b/apply-patch @@ -5,7 +5,7 @@ # Author: jingrui@huawei.com # Create: 2019-03-02 -pkg=runc-1.0.0-rc3 +pkg=v1.0.0-rc3 cwd=$PWD src=$cwd/$pkg diff --git a/git-commit b/git-commit index 2e924b9..ca43973 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -b12c2b4efdbaa500c4d380bda16fcf758792398e +18e0b39b44806457ad6b95bc7e2b4e3e42f64e12 diff --git a/runc-openeuler.spec b/runc-openeuler.spec index eb64d5f..397d63e 100644 --- a/runc-openeuler.spec +++ b/runc-openeuler.spec @@ -2,11 +2,11 @@ Name: docker-runc Version: 1.0.0.rc3 -Release: 106 +Release: 107 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0 -Source0: runc-1.0.0-rc3.zip +Source0: https://github.com/opencontainers/runc/archive/v1.0.0-rc3.zip Source1: patch.tar.gz Source2: apply-patch Source3: series.conf diff --git a/runc-1.0.0-rc3.zip b/v1.0.0-rc3.zip similarity index 100% rename from runc-1.0.0-rc3.zip rename to v1.0.0-rc3.zip