diff --git a/spdk.spec b/spdk.spec index 79b2f5555d78ba440d98739852f3a17240f272b0..6e04578372c0b16c7f398ca17e526d7f9ebc647f 100644 --- a/spdk.spec +++ b/spdk.spec @@ -4,7 +4,7 @@ Name: spdk Version: 24.01 -Release: 2 +Release: 3 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 ppc64le +ExclusiveArch: x86_64 aarch64 loongarch64 ppc64le riscv64 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 shafeipaozi - 24.01-3 +- Add support for riscv64 + * Tue Mar 5 2024 Ren Zhijie - 24.01-2 - Add support for ppc64le