Add sw64 architecture
Signed-off-by: wzx <wuzx1226@qq.com> (cherry picked from commit 565910cdca7c5e4284440d8413315962b3f22e71)
This commit is contained in:
parent
0ffa7580a7
commit
a44d713c65
10139
lxcfs-tools-sw.patch
Executable file
10139
lxcfs-tools-sw.patch
Executable file
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
#Basic Information
|
#Basic Information
|
||||||
Name: lxcfs-tools
|
Name: lxcfs-tools
|
||||||
Version: 0.3
|
Version: 0.3
|
||||||
Release: 27
|
Release: 28
|
||||||
Summary: toolkit for lxcfs to remount a running isulad
|
Summary: toolkit for lxcfs to remount a running isulad
|
||||||
License: Mulan PSL v2
|
License: Mulan PSL v2
|
||||||
URL: https://gitee.com/openeuler/lxcfs-tools
|
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
|
Patch2: 0002-enable-external-linkmode-for-cgo-build.patch
|
||||||
Patch3: 0003-retry-10-times-to-avoid-isulad-unavailable.patch
|
Patch3: 0003-retry-10-times-to-avoid-isulad-unavailable.patch
|
||||||
Patch4: 0004-add-dt-test.patch
|
Patch4: 0004-add-dt-test.patch
|
||||||
|
Patch5: lxcfs-tools-sw.patch
|
||||||
|
|
||||||
#Dependency
|
#Dependency
|
||||||
BuildRequires: golang > 1.7
|
BuildRequires: golang > 1.7
|
||||||
@ -24,6 +25,9 @@ A toolkit for lxcfs to remount a running isulad when crashes recover
|
|||||||
#Build sections
|
#Build sections
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name} -p1
|
%autosetup -n %{name} -p1
|
||||||
|
%ifnarch sw_64
|
||||||
|
%patch5 -R -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
@ -96,6 +100,9 @@ rm -rfv %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 17 2022 vegbir <yangjiaqi16@huawei.com> - 0.3-27
|
||||||
- add dt-test
|
- add dt-test
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user