diff --git a/apply-patch b/apply-patch index 7ad233d..3b4c176 100755 --- a/apply-patch +++ b/apply-patch @@ -5,24 +5,24 @@ # Author: jingrui@huawei.com # Create: 2019-03-02 -pkg=runc-1.1.3 +pkg=runc-1.1.8 cwd=$PWD src=$cwd/$pkg -tar zxvf v1.1.3.tar.gz +tar zxvf v1.1.8.tar.gz if [ ! -d patch ];then tar -xzf patch.tar.gz fi -series=$cwd/series.conf -while IPF= read -r line -do - if [[ "$line" =~ ^patch* ]]; then - echo patch -p1 $cwd/$line - cd $src && patch -p1 < $cwd/$line - fi -done <"$series" +# series=$cwd/series.conf +# while IPF= read -r line +# do +# if [[ "$line" =~ ^patch* ]]; then +# echo patch -p1 $cwd/$line +# cd $src && patch -p1 < $cwd/$line +# fi +# done <"$series" cd $cwd cp -rf $src/* . -rm -rf runc-1.1.3 +rm -rf runc-1.1.8 diff --git a/git-commit b/git-commit index d500c82..aae7956 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -10d460b661a3a68e9f83784e2bd115d807eda098 +402545a2eb494c01126d61f5d478922b32e7e022 diff --git a/runc.spec b/runc.spec index 2636658..b77a520 100644 --- a/runc.spec +++ b/runc.spec @@ -2,12 +2,12 @@ %global debug_package %{nil} Name: docker-runc -Version: 1.1.3 -Release: 16 +Version: 1.1.8 +Release: 1 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0 -Source0: https://github.com/opencontainers/runc/archive/refs/tags/v1.1.3.tar.gz +Source0: https://github.com/opencontainers/runc/archive/refs/tags/v1.1.8.tar.gz Source1: apply-patch Source2: series.conf Source3: git-commit @@ -58,6 +58,12 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc %{_bindir}/runc %changelog +* Fri July 21 2023 vegbir - 1.1.8-1 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:upgrade to runc 1.1.8 + * Wed Jun 21 2023 zhongjiawei - 1.1.3-16 - Type:bugfix - CVE:NA diff --git a/v1.1.3.tar.gz b/v1.1.3.tar.gz deleted file mode 100644 index 6f2e442..0000000 Binary files a/v1.1.3.tar.gz and /dev/null differ diff --git a/v1.1.8.tar.gz b/v1.1.8.tar.gz new file mode 100644 index 0000000..4afdc53 Binary files /dev/null and b/v1.1.8.tar.gz differ