From 4925224b0521377200ab87d832b6b3cb322b6767 Mon Sep 17 00:00:00 2001 From: wangzhiqiang <8080932+foolstrong@user.noreply.gitee.com> Date: Thu, 3 Jul 2025 03:19:48 +0000 Subject: [PATCH] enable app Signed-off-by: foolstrong (cherry picked from commit c1275bf6dfff8200fde664575c267da70713c152) --- spdk.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/spdk.spec b/spdk.spec index 55940a5..d69b0e7 100644 --- a/spdk.spec +++ b/spdk.spec @@ -4,7 +4,7 @@ Name: spdk Version: 24.01 -Release: 9 +Release: 10 Summary: Set of libraries and utilities for high performance user-mode storage License: BSD and MIT URL: http://spdk.io @@ -108,7 +108,6 @@ BuildArch: noarch --disable-tests \ --disable-examples \ --disable-unit-tests \ - --disable-apps \ --without-crypto \ --without-isal \ --with-dpdk \ @@ -171,6 +170,9 @@ mv doc/output/html/ %{install_docdir} %files +%{_bindir}/iscsi_tgt +%{_bindir}/nvmf_tgt +%{_bindir}/vhost %dir /opt/spdk /opt/spdk/setup.sh %dir %{_sysconfdir}/spdk @@ -201,6 +203,9 @@ mv doc/output/html/ %{install_docdir} %changelog +* Thu Jul 3 2025 wangzhiqiang - 24.01-10 +- enable app + * Sat May 10 2025 jiaqingtong - 24.01-9 - vhost: add vhost interrupt coalescing model -- Gitee