From d08daafc7c6bbf267623634d31369fcccc41149b Mon Sep 17 00:00:00 2001 From: foolstrong Date: Thu, 27 Mar 2025 12:15:26 +0000 Subject: [PATCH] Add BuildRequires python3-setuptools and python3-wheel Signed-off-by: foolstrong --- spdk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/spdk.spec b/spdk.spec index d2871d1..83923c0 100644 --- a/spdk.spec +++ b/spdk.spec @@ -4,7 +4,7 @@ Name: spdk Version: 24.01 -Release: 7 +Release: 8 Summary: Set of libraries and utilities for high performance user-mode storage License: BSD and MIT URL: http://spdk.io @@ -44,7 +44,7 @@ BuildRequires: libibverbs-devel, librdmacm-devel BuildRequires: fuse3, fuse3-devel BuildRequires: libboundscheck BuildRequires: patchelf -BuildRequires: CUnit, CUnit-devel, python3-pip, chrpath +BuildRequires: CUnit, CUnit-devel, python3-pip, chrpath, python3-setuptools, python3-wheel %if %{with doc} BuildRequires: doxygen mscgen graphviz %endif @@ -199,6 +199,9 @@ mv doc/output/html/ %{install_docdir} %changelog +* Thu Mar 27 2025 wangzhiqiang - 24.01-8 +- Add BuildRequires python3-setuptools and python3-wheel + * Sat Aug 17 2024 Weifeng Su - 24.01-7 - Adapt for HSAK -- Gitee