From e87484b6cb0f1814da11480711889302c647dc08 Mon Sep 17 00:00:00 2001 From: shafeipaozi Date: Tue, 5 Mar 2024 21:45:25 +0800 Subject: [PATCH] support for riscv64 --- spdk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/spdk.spec b/spdk.spec index 79b2f55..6e04578 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 -- Gitee