From e8cd39b20d50af26745f32b8c6a17be78a12df76 Mon Sep 17 00:00:00 2001 From: vegbir Date: Thu, 31 Aug 2023 08:07:57 +0000 Subject: [PATCH] adjust the position of Shenwei patch sw patch is not universal and the Makefile is modified so it is still isolated by architecture. Signed-off-by: vegbir --- lxcfs-tools.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lxcfs-tools.spec b/lxcfs-tools.spec index b5f3692..bdbd7d1 100644 --- a/lxcfs-tools.spec +++ b/lxcfs-tools.spec @@ -1,7 +1,7 @@ #Basic Information Name: lxcfs-tools Version: 0.3 -Release: 31 +Release: 32 Summary: toolkit for lxcfs to remount a running isulad License: Mulan PSL v2 URL: https://gitee.com/openeuler/lxcfs-tools @@ -13,7 +13,9 @@ Patch2: 0002-enable-external-linkmode-for-cgo-build.patch Patch3: 0003-retry-10-times-to-avoid-isulad-unavailable.patch Patch4: 0004-add-dt-test.patch Patch5: 0005-add-riscv64-to-syscall-build.patch +%ifarch sw_64 Patch6: 0006-lxcfs-tools-sw.patch +%endif #Dependency BuildRequires: golang > 1.7 @@ -98,6 +100,12 @@ rm -rfv %{buildroot} %changelog +* Thu Aug 31 2023 yangjiaqi - 0.3-32 +- Type:bugfix +- CVE:NA +- SUG:restart +- DESC:adjust the position of Shenwei patch + * Tue Aug 29 2023 yangjiaqi - 0.3-31 - Type:bugfix - CVE:NA -- Gitee