Add sw64 architecture
Signed-off-by: wzx <wuzx1226@qq.com> (cherry picked from commit 65a350914d6dfc617e1e9b3d3a82dfe4b9dca6a1)
This commit is contained in:
parent
e66e7940a2
commit
4965c4bc5b
10195
0005-syscontainer-tools-Add-sw64-architecture.patch
Normal file
10195
0005-syscontainer-tools-Add-sw64-architecture.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
#Basic Information
|
||||
Name: syscontainer-tools
|
||||
Version: 0.9
|
||||
Release: 50
|
||||
Release: 51
|
||||
Summary: syscontainer tools for IT, work with iSulad
|
||||
License: Mulan PSL v2
|
||||
URL: https://gitee.com/openeuler/syscontainer-tools
|
||||
@ -12,6 +12,7 @@ Patch1: 0001-fix-failed-build-with-golang-1.15.5.patch
|
||||
Patch2: 0002-syscontainer-tools-build-security-option.patch
|
||||
Patch3: 0003-enable-external-linkmode-for-cgo-build.patch
|
||||
Patch4: 0004-add-dt-test.patch
|
||||
Patch5: 0005-syscontainer-tools-Add-sw64-architecture.patch
|
||||
|
||||
#Dependency
|
||||
BuildRequires: glibc-static
|
||||
@ -25,6 +26,9 @@ This is syscontainer tools, to make it work, you need a isulad and util-linux
|
||||
#Build sections
|
||||
%prep
|
||||
%autosetup -n %{name} -p1
|
||||
%ifnarch sw_64
|
||||
%patch5 -R -p1
|
||||
%endif
|
||||
|
||||
%build
|
||||
make init && make
|
||||
@ -113,6 +117,9 @@ chmod 0640 ${HOOK_SPEC}/hookspec.json
|
||||
rm -rfv %{buildroot}
|
||||
|
||||
%changelog
|
||||
* Thu Oct 27 2022 wuzx<wuzx1226@qq.com> - 0.9-51
|
||||
- Add sw64 architecture
|
||||
|
||||
* Mon Oct 17 2022 vegbir <yangjiaqi16@huawei.com> - 0.9-50
|
||||
- add dt-test
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user