!42 [sync] PR-39: 添加sw架构

From: @openeuler-sync-bot 
Reviewed-by: @jingxiaolu, @zhangsong234 
Signed-off-by: @jingxiaolu
This commit is contained in:
openeuler-ci-bot 2022-11-18 02:30:21 +00:00 committed by Gitee
commit 387dac3e4b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 10147 additions and 1 deletions

10139
lxcfs-tools-sw.patch Executable file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#Basic Information
Name: lxcfs-tools
Version: 0.3
Release: 27
Release: 28
Summary: toolkit for lxcfs to remount a running isulad
License: Mulan PSL v2
URL: https://gitee.com/openeuler/lxcfs-tools
@ -12,6 +12,7 @@ Patch1: 0001-lxcfs-tools-build-security-option.patch
Patch2: 0002-enable-external-linkmode-for-cgo-build.patch
Patch3: 0003-retry-10-times-to-avoid-isulad-unavailable.patch
Patch4: 0004-add-dt-test.patch
Patch5: lxcfs-tools-sw.patch
#Dependency
BuildRequires: golang > 1.7
@ -24,6 +25,9 @@ A toolkit for lxcfs to remount a running isulad when crashes recover
#Build sections
%prep
%autosetup -n %{name} -p1
%ifnarch sw_64
%patch5 -R -p1
%endif
%build
make
@ -96,6 +100,9 @@ rm -rfv %{buildroot}
%changelog
* Mon Oct 24 2022 wuzx<wuzx1226@qq.com> - 0.3-28
- Add sw64 architecture
* Mon Oct 17 2022 vegbir <yangjiaqi16@huawei.com> - 0.3-27
- add dt-test