diff --git a/apply-patch b/apply-patch index 30401aed40d22be814e5e7a4f00f91782c63bf0a..7080a3d6a9ea40466f9175ef7d139a1695d26538 100755 --- a/apply-patch +++ b/apply-patch @@ -5,11 +5,11 @@ # Author: jingrui@huawei.com # Create: 2019-03-02 -pkg=v1.0.0-rc3 +pkg=runc-1.0.0-rc3 cwd=$PWD src=$cwd/$pkg -unzip $pkg.zip +unzip v1.0.0-rc3.zip if [ ! -d patch ];then tar -xzf patch.tar.gz fi diff --git a/runc-openeuler.spec b/runc-openeuler.spec index 397d63e540dfc9c2509714a0126da67404a37dda..59cb90bcaa94284e511e3b0fc637e07e358bd705 100644 --- a/runc-openeuler.spec +++ b/runc-openeuler.spec @@ -2,7 +2,7 @@ Name: docker-runc Version: 1.0.0.rc3 -Release: 107 +Release: 108 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0