From 8b8be6543566562f51516396aa2078b217a97896 Mon Sep 17 00:00:00 2001 From: zhangxianting Date: Fri, 29 Mar 2024 14:01:59 +0800 Subject: [PATCH] issueI9C2WG: lxcfs service point 'not found exec runc --- lxcfs-tools.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lxcfs-tools.spec b/lxcfs-tools.spec index 59f9285..7aa47a1 100644 --- a/lxcfs-tools.spec +++ b/lxcfs-tools.spec @@ -1,7 +1,7 @@ #Basic Information Name: lxcfs-tools Version: 0.3 -Release: 34 +Release: 35 Summary: toolkit for lxcfs to remount a running isulad License: Mulan PSL v2 URL: https://gitee.com/openeuler/lxcfs-tools @@ -23,7 +23,7 @@ Patch1000: lxcfs-tools-sw.patch #Dependency BuildRequires: golang > 1.7 BuildRequires: glibc-static -Requires: lxcfs +Requires: lxcfs runc %description A toolkit for lxcfs to remount a running isulad when crashes recover @@ -103,6 +103,12 @@ rm -rfv %{buildroot} %changelog +* Fri Mar 29 2024 zhangxianting - 0.3-35 +- Type:spec +- CVE:NA +- SUG:NA +- DESC:lxcfs service point 'not found exec runc' + * Fri Feb 2 2024 yangjiaqi - 0.3-34 - Type:bugfix - CVE:NA -- Gitee