From ab0f81ed1838395097c73ea4c7d4fd0f234015b8 Mon Sep 17 00:00:00 2001 From: vegbir Date: Wed, 1 Mar 2023 11:08:08 +0800 Subject: [PATCH] remove redundant symbol --- lxcfs-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lxcfs-tools.spec b/lxcfs-tools.spec index a40173b..a293bd2 100644 --- a/lxcfs-tools.spec +++ b/lxcfs-tools.spec @@ -1,7 +1,7 @@ #Basic Information Name: lxcfs-tools Version: 0.3 -Release: 29 +Release: 30 Summary: toolkit for lxcfs to remount a running isulad License: Mulan PSL v2 URL: https://gitee.com/openeuler/lxcfs-tools @@ -51,7 +51,7 @@ make tests %preun %post -GRAPH=`isula info | grep -Eo "iSulad Root Dir:.+" | grep -Eo "\/.*"` +GRAPH=`isula info | grep -Eo "iSulad Root Dir:.+" | grep -Eo "/.*"` if [ "$GRAPH" == "" ]; then GRAPH="/var/lib/isulad" fi @@ -100,6 +100,9 @@ rm -rfv %{buildroot} %changelog +* Wed Mar 01 2023 yangjiaqi - 0.3-30 +- remove redundant symbol + * Thu Nov 17 2022 yangjiaqi - 0.3-29 - fix source -- Gitee