!182 [sync] PR-181: Fix build issue for spdk-tools

From: @openeuler-sync-bot 
Reviewed-by: @swf504 
Signed-off-by: @swf504
This commit is contained in:
openeuler-ci-bot 2024-12-05 03:22:55 +00:00 committed by Gitee
commit 89efce80ed
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4,7 +4,7 @@
Name: spdk
Version: 24.01
Release: 6
Release: 7
Summary: Set of libraries and utilities for high performance user-mode storage
License: BSD and MIT
URL: http://spdk.io
@ -34,7 +34,8 @@ BuildRequires: libibverbs-devel, librdmacm-devel
BuildRequires: fuse3, fuse3-devel
BuildRequires: libboundscheck
BuildRequires: patchelf
BuildRequires: CUnit, CUnit-devel, python3-pip, chrpath
BuildRequires: CUnit, CUnit-devel, chrpath
BuildRequires: python3-pip, python3-setuptools, python3-wheel
%if %{with doc}
BuildRequires: doxygen mscgen graphviz
%endif
@ -177,6 +178,9 @@ mv doc/output/html/ %{install_docdir}
%changelog
* Sat Nov 30 2024 Weifeng Su <suweifeng1@huawei.com> - 24.01-7
- Fix build isue for spdk-tools
* Thu Jun 6 2024 baiguo <baiguo@kylinos.cn> - 24.01-6
- Add ctrlr_lock for cuse register and unregister