Add sw64 architecture

Signed-off-by: wzx <wuzx1226@qq.com>
(cherry picked from commit 565910cdca7c5e4284440d8413315962b3f22e71)
This commit is contained in:
wzx 2022-10-24 12:44:00 +08:00 committed by openeuler-sync-bot
parent 0ffa7580a7
commit a44d713c65
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