diff --git a/spdk.spec b/spdk.spec index a6ebb4544c0073610a321905ebc53726ae37d7f0..79b2f5555d78ba440d98739852f3a17240f272b0 100644 --- a/spdk.spec +++ b/spdk.spec @@ -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 - 24.01-2 +- Add support for ppc64le + * Tue Feb 20 2024 Hongtao Zhang - 24.01-1 - Update to 24.01 LTS version