diff --git a/spdk.spec b/spdk.spec index 5f6d7989edb045b785426f9a14f0a58e50c123a0..5c59e4f0b6fc2f013c0f2a5ebabc13ea4e39dc67 100644 --- a/spdk.spec +++ b/spdk.spec @@ -3,7 +3,7 @@ Name: spdk Version: 21.01.1 -Release: 2 +Release: 3 Summary: Set of libraries and utilities for high performance user-mode storage License: BSD and MIT URL: http://spdk.io @@ -94,6 +94,7 @@ BuildArch: noarch %prep # add -q +ln -s /usr/lib64 /usr/local/include/lib %autosetup -n spdk-%{version} -p1 %build @@ -102,7 +103,7 @@ BuildArch: noarch --disable-unit-tests \ --without-crypto \ --without-isal \ - --with-dpdk=/usr/lib64/dpdk/pmds-22.0 \ + --with-dpdk=/usr/local/include \ --without-fio \ --with-vhost \ --without-pmdk \ @@ -174,6 +175,9 @@ mv doc/output/html/ %{install_docdir} %changelog +* Wed Jan 12 2022 Weifeng Su - 21.01.1-3 +- modify --with-dpdk options for adapt new dpdk + * Mon Jan 10 2022 Weifeng Su - 21.01.1-2 - Adapt for dpdk 21.11