syscontainer-tools: add loongarch64 support

Signed-off-by: vegbir <yangjiaqi16@huawei.com>
This commit is contained in:
vegbir 2023-12-25 07:07:09 +00:00
parent 7d8a41156d
commit 6291df37d2
2 changed files with 135536 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#Basic Information
Name: syscontainer-tools
Version: 0.9
Release: 62
Release: 63
Summary: syscontainer tools for IT, work with iSulad
License: Mulan PSL v2
URL: https://gitee.com/openeuler/syscontainer-tools
@ -22,6 +22,9 @@ Patch10: 0010-fix-log-of-removeUdevRule.patch
%ifarch sw_64
Patch1000: 1000-add-sw_64-support-not-upstream-modified-files.patch
%endif
%ifarch loongarch64
Patch1001: 1001-add-loongarch64-support-not-upstream-modified-files.patch
%endif
#Dependency
BuildRequires: glibc-static
@ -123,6 +126,12 @@ chmod 0640 ${HOOK_SPEC}/hookspec.json
rm -rfv %{buildroot}
%changelog
* Mon Dec 25 2023 yangjiaqi <yangjiaqi16@huawei.com> - 0.9-63
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:add loongarch64 support
* Mon Dec 25 2023 yangjiaqi <yangjiaqi16@huawei.com> - 0.9-62
- Type:bugfix
- CVE:NA