diff --git a/apply-patch b/apply-patch index 7ad233d9d55c7d90269a25700ae58b82ce581e34..3b4c176534839df6cab3c15407d28db30eb8a415 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 d500c823cafd5fd620c20dbb27e4a6a33ba05ef4..aae79568f3a9c55520cb791ffb814caf8cc4dc10 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -10d460b661a3a68e9f83784e2bd115d807eda098 +402545a2eb494c01126d61f5d478922b32e7e022 diff --git a/runc.spec b/runc.spec index 263665801b952508e0d4a986f68ce8de769c6b8c..b77a5204cc667c4b07e6f3945e4b67a5dedb2cf5 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 6f2e442d95a2f5b2870471861ad694853dd77019..0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..4afdc53e6c7311d12246233e83cfa02c833eeaea Binary files /dev/null and b/v1.1.8.tar.gz differ