!300 [sync] PR-299: isula-build: sync the PR of openEuler-22.03-LTS-SP3

From: @openeuler-sync-bot 
Reviewed-by: @jingwoo 
Signed-off-by: @jingwoo
This commit is contained in:
openeuler-ci-bot 2024-04-08 01:38:25 +00:00 committed by Gitee
commit 4ee9587f80
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 3439 additions and 4 deletions

View File

@ -1 +1 @@
0.9.6-22
0.9.6-23

View File

@ -1 +1 @@
905f1e209d1dffd819a521635acb0eaf270bcd69
58d90d176bffe3c836fed71cabcdbf707590266a

View File

@ -2,7 +2,7 @@
Name: isula-build
Version: 0.9.6
Release: 22
Release: 23
Summary: A tool to build container images
License: Mulan PSL V2
URL: https://gitee.com/openeuler/isula-build
@ -41,7 +41,10 @@ sh ./apply-patches
patch -p1 < patch/loong64-0001-add-loong64-support-for-etcd.patch
patch -p1 < patch/loong64-0002-update-vendor-for-isula-build-to-support-loong64.patch
%endif
%ifarch loongarch64 riscv64
%ifarch sw_64
patch -p1 < patch/1000-add-sw64-support.patch
%endif
%ifarch loongarch64 riscv64 sw_64
patch -p1 < patch/loong64-0003-delete-static-pie-for-loong64.patch
%endif
%{make_build} safe
@ -102,6 +105,12 @@ fi
/usr/share/bash-completion/completions/isula-build
%changelog
* Sun Apr 07 2024 daisicheng <daisicheng@huawei.com> - 0.9.6-23
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:fix sw_64 build error
* Mon Apr 1 2024 luofeng <luofeng13@huawei.com> - 0.9.6-22
- Type: bugfix
- CVE:NA

File diff suppressed because it is too large Load Diff