From 8b78db8a084e989481f6592d88339f8adce0a86d Mon Sep 17 00:00:00 2001 From: Bingshan Chang Date: Thu, 15 Aug 2024 09:37:33 +0800 Subject: [PATCH] Inhibit apply 0011 on architectures do not have PIE support Signed-off-by: Bingshan Chang --- syscontainer-tools.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/syscontainer-tools.spec b/syscontainer-tools.spec index fd15798..cbe58a8 100644 --- a/syscontainer-tools.spec +++ b/syscontainer-tools.spec @@ -1,7 +1,7 @@ #Basic Information Name: syscontainer-tools Version: 0.9 -Release: 65 +Release: 66 Summary: syscontainer tools for IT, work with iSulad License: Mulan PSL v2 URL: https://gitee.com/openeuler/syscontainer-tools @@ -18,7 +18,11 @@ Patch7: 0007-use-file-locks-to-avoid-remounting-the-sharepath-mas.patch Patch8: 0008-clean-up-run-syscontainer-tools-netns-containerid-di.patch Patch9: 0009-drop-useless-function-error-and-info.patch Patch10: 0010-fix-log-of-removeUdevRule.patch + +# See https://gitee.com/src-openeuler/glibc/blob/0a8127fa7bf40255583bd1ee5b70fa718bdb9e21/glibc.spec#L53-54 +%ifarch %{ix86} x86_64 aarch64 loongarch64 Patch11: 0011-static-compilation-for-cross-version-use.patch +%endif %ifarch sw_64 Patch1000: 1000-add-sw_64-support-not-upstream-modified-files.patch @@ -127,6 +131,12 @@ chmod 0640 ${HOOK_SPEC}/hookspec.json rm -rfv %{buildroot} %changelog +* Thu Aug 15 2024 Bingshan Chang - 0.9-66 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC: inhbit static compilation on not-supported architectures, e.g. riscv64 + * Fri May 10 2024 yangjiaqi - 0.9-65 - Type:bugfix - CVE:NA -- Gitee