diff --git a/spdk.spec b/spdk.spec index 3beb76370813d5492771beea921ba7d879dab0a1..620e20135b7e144f7d5f504ad8984a6b01c0759f 100644 --- a/spdk.spec +++ b/spdk.spec @@ -2,8 +2,8 @@ %bcond_with doc Name: spdk -Version: 20.01.1 -Release: 2 +Version: 21.01 +Release: 1 Summary: Set of libraries and utilities for high performance user-mode storage License: BSD and MIT URL: http://spdk.io @@ -39,7 +39,7 @@ BuildRequires: doxygen mscgen graphviz %endif # Install dependencies -Requires: dpdk >= 17.11, numactl-libs, openssl-libs +Requires: dpdk >= 19.11, numactl-libs, openssl-libs Requires: libiscsi, libaio, libuuid # NVMe over Fabrics Requires: librdmacm, librdmacm @@ -93,12 +93,12 @@ BuildArch: noarch %build ./configure --prefix=%{_usr} \ --disable-tests \ + --disable-unit-tests \ --without-crypto \ --with-dpdk=/usr/share/dpdk/%{config} \ --without-fio \ --with-vhost \ --without-pmdk \ - --without-vpp \ --without-rbd \ --with-rdma \ --with-shared \ @@ -167,6 +167,8 @@ mv doc/output/html/ %{install_docdir} %changelog +* Thu Feb 4 2021 Shihao Sun - 21.01-1 +- update spdk to 21.01 LTS version. * Thu Nov 26 2020 Shihao Sun - 20.01.1-2 - modify license * Sat Nov 7 2020 Feilong Lin - 20.01.1-1 diff --git a/v20.01.1.tar.gz b/v20.01.1.tar.gz deleted file mode 100644 index c44ad0834f0fc141f5b0b04fb915734894544495..0000000000000000000000000000000000000000 Binary files a/v20.01.1.tar.gz and /dev/null differ diff --git a/v21.01.tar.gz b/v21.01.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..203d0b4af63822d3ce59f110a38cf6a44fe7242f Binary files /dev/null and b/v21.01.tar.gz differ