diff --git a/apply-patch b/apply-patch index 7ad233d9d55c7d90269a25700ae58b82ce581e34..85dabe3d5ca09e08c4166a32a26202a1903d5da2 100755 --- a/apply-patch +++ b/apply-patch @@ -15,7 +15,7 @@ if [ ! -d patch ];then fi series=$cwd/series.conf -while IPF= read -r line +while IPF= read -r line || [[ -n "$line" ]]; do if [[ "$line" =~ ^patch* ]]; then echo patch -p1 $cwd/$line diff --git a/runc.spec b/runc.spec index e89e70cd3f48cad4e1db5fbf3df125b49c1d0c43..4b0fac8a5a4a148a0142e6772126a8a4e3b6fd82 100644 --- a/runc.spec +++ b/runc.spec @@ -3,7 +3,7 @@ Name: runc Version: 1.1.3 -Release: 33 +Release: 34 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0 @@ -54,6 +54,12 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc %{_bindir}/runc %changelog +* Wed Mar 26 2025 wujichao - 1.1.3-34 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix apply-patch bugs + * Wed Mar 26 2025 dongyuzhen - 1.1.3-33 - Type:bugfix - CVE:NA