!104 [sync] PR-103: riscv64: 不应用-static-pie补丁

From: @openeuler-sync-bot 
Reviewed-by: @duguhaotian 
Signed-off-by: @duguhaotian
This commit is contained in:
openeuler-ci-bot 2024-09-24 06:10:43 +00:00 committed by Gitee
commit 8c8fead050
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <zhangkai@iscas.ac.cn> - 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 <wujichao1@huawei.com> - 0.9-66
- Type:patch
- CVE:NA