diff --git a/spdk.spec b/spdk.spec index 55940a5d78ef69b5fde211c5fda4da002d7d2943..d69b0e77fd5c79043a5d2803da0dee3a60e9c5a1 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