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