From bbacdfce70ce8b899b1d46d5569fbd01f10fc9b8 Mon Sep 17 00:00:00 2001 From: vegbir Date: Tue, 17 Oct 2023 06:51:34 +0000 Subject: [PATCH] remove useless patch Signed-off-by: vegbir --- syscontainer-tools.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/syscontainer-tools.spec b/syscontainer-tools.spec index 6615e6f..3db6c2f 100644 --- a/syscontainer-tools.spec +++ b/syscontainer-tools.spec @@ -1,7 +1,7 @@ #Basic Information Name: syscontainer-tools Version: 0.9 -Release: 54 +Release: 55 Summary: syscontainer tools for IT, work with iSulad License: Mulan PSL v2 URL: https://gitee.com/openeuler/syscontainer-tools @@ -32,9 +32,6 @@ This is syscontainer tools, to make it work, you need a isulad and util-linux #Build sections %prep %autosetup -n %{name}-v%{version} -p1 -%ifnarch sw_64 -%patch6 -R -p1 -%endif %build make init && make @@ -123,6 +120,9 @@ chmod 0640 ${HOOK_SPEC}/hookspec.json rm -rfv %{buildroot} %changelog +* Tue Oct 17 2023 yangjiaqi - 0.9-55 +- remove useless patch + * Tue Sep 26 2023 panchenbo - 0.9-54 - add loongarch64 support