From a2c9f864f7adbe0996319a114b95fe472eeca0e4 Mon Sep 17 00:00:00 2001 From: jeff200902 Date: Mon, 29 Mar 2021 14:52:26 +0800 Subject: [PATCH] fixed local build error --- spdk.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spdk.spec b/spdk.spec index 9e2a0a8..62d6b2a 100644 --- a/spdk.spec +++ b/spdk.spec @@ -1,9 +1,10 @@ # Build documentation package %bcond_with doc +%global __python %{__python3} Name: spdk Version: 21.01 -Release: 2 +Release: 3 Summary: Set of libraries and utilities for high performance user-mode storage License: BSD and MIT URL: http://spdk.io @@ -169,6 +170,9 @@ mv doc/output/html/ %{install_docdir} %changelog +* Wed Mar 29 2021 jeffery.Gao - 21.01-3 +- set __python use python3 to avoid rpm build failed. + * Wed Mar 10 2021 Shihao Sun - 21.01-2 - use --without-isal to avoid build failed in arm. -- Gitee