Add support for ppc64le

Signed-off-by: Ren Zhijie <zhijie.ren@shingroup.cn>
This commit is contained in:
Ren Zhijie 2024-03-05 09:42:12 +08:00
parent 5750c37aad
commit b06e04ad78

View File

@ -4,7 +4,7 @@
Name: spdk
Version: 24.01
Release: 1
Release: 2
Summary: Set of libraries and utilities for high performance user-mode storage
License: BSD and MIT
URL: http://spdk.io
@ -24,7 +24,7 @@ Patch1: 0001-Add-without-ISA-L-option-and-disabled-by-default.patch
%define use_python2 0
%endif
ExclusiveArch: x86_64 aarch64 loongarch64
ExclusiveArch: x86_64 aarch64 loongarch64 ppc64le
BuildRequires: gcc gcc-c++ make
BuildRequires: dpdk-devel, numactl-devel, ncurses-devel
@ -175,6 +175,9 @@ mv doc/output/html/ %{install_docdir}
%changelog
* Tue Mar 5 2024 Ren Zhijie <zhijie.ren@shingroup.cn> - 24.01-2
- Add support for ppc64le
* Tue Feb 20 2024 Hongtao Zhang <zhanghongtao22@huawei.com> - 24.01-1
- Update to 24.01 LTS version