diff --git a/apply-patch b/apply-patch index bb73c5ab4134200462dfe27b53c9e6e278c75d85..30401aed40d22be814e5e7a4f00f91782c63bf0a 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 2e924b97b4a448887584b3511328fa519434d1a0..ca43973a4a010565b61a9072e8a40bea53577831 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -b12c2b4efdbaa500c4d380bda16fcf758792398e +18e0b39b44806457ad6b95bc7e2b4e3e42f64e12 diff --git a/runc-openeuler.spec b/runc-openeuler.spec index eb64d5f63ab3a40e53d86752645dd637413111d9..397d63e540dfc9c2509714a0126da67404a37dda 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