diff --git a/syscontainer-tools.spec b/syscontainer-tools.spec index fd15798ca5556c32574b51f544f14d07ebfe1103..cbe58a87096c764e8b1cfaf418d4271bac08c6dc 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