diff --git a/syscontainer-tools.spec b/syscontainer-tools.spec index a1ab4dd..ad17af4 100644 --- a/syscontainer-tools.spec +++ b/syscontainer-tools.spec @@ -1,7 +1,7 @@ #Basic Information Name: syscontainer-tools Version: 0.9 -Release: 66 +Release: 67 Summary: syscontainer tools for IT, work with iSulad License: Mulan PSL v2 URL: https://gitee.com/openeuler/syscontainer-tools @@ -40,6 +40,10 @@ This is syscontainer tools, to make it work, you need a isulad and util-linux #Build sections %prep %autosetup -n %{name}-v%{version} -p1 +%ifarch riscv64 +# not support -static-pie until glibc2.39, gcc14 +%patch11 -R -p1 +%endif %build make init && make @@ -128,6 +132,12 @@ chmod 0640 ${HOOK_SPEC}/hookspec.json rm -rfv %{buildroot} %changelog +* Fri Sep 20 2024 laokz - 0.9-67 +- Type:fix +- CVE:NA +- SUG:NA +- DESC:riscv64: reverse -static-pie patch due to unsupported tool-chains + * Thu Aug 29 2024 wujichao - 0.9-66 - Type:patch - CVE:NA