isula-build: sync the PR of openEuler-22.03-LTS-SP3

(cherry picked from commit 44d48dc45a89ce2a8bd33d2da788801254b75629)
This commit is contained in:
daisicheng 2024-04-07 17:32:26 +08:00 committed by openeuler-sync-bot
parent f2e67753ac
commit 09153c6d11
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