diff --git a/spdk.spec b/spdk.spec index 09b52c7d42de3cab64ca52b05ef4a64ba9e76f9f..4b6c698ee7407d014149218daa8fbe85479e1a94 100644 --- a/spdk.spec +++ b/spdk.spec @@ -3,7 +3,7 @@ Name: spdk Version: 21.01 -Release: 1 +Release: 2 Summary: Set of libraries and utilities for high performance user-mode storage License: BSD and MIT URL: http://spdk.io @@ -87,9 +87,9 @@ BuildArch: noarch %prep -# add -q %autosetup -n spdk-%{version} -p1 - +sed -i '/check nasm only on x86/,+4d' ./configure +sed -i '/Turning off default ISA-L/,+4d' ./configure %build ./configure --prefix=%{_usr} \ @@ -168,11 +168,17 @@ mv doc/output/html/ %{install_docdir} %changelog +* Tue Mar 2 2021 Ge Wang - 21.01-2 +- compile without ISA-L to solve aarch64 build failed + * 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 - Support aarch64 + * Tue Sep 18 2018 Pawel Wodkowski - 0:18.07-3 - Initial RPM release