diff --git a/spdk.spec b/spdk.spec index 1ce766dee3ed5f4ca3d1ed3162c2fb961199638c..dd058e3f04858bbdd9d6ef5a29ed156a491f939b 100644 --- a/spdk.spec +++ b/spdk.spec @@ -4,7 +4,7 @@ Name: spdk Version: 21.01.1 -Release: 13 +Release: 14 Summary: Set of libraries and utilities for high performance user-mode storage License: BSD and MIT URL: http://spdk.io @@ -104,9 +104,9 @@ developing applications with the Storage Performance Development Kit. %package tools Summary: Storage Performance Development Kit tools files %if "%{use_python2}" == "0" -Requires: %{name}%{?_isa} = %{package_version} python3 python3-configshell python3-pexpect +Requires: %{name} = %{package_version} python3 python3-configshell python3-pexpect %else -Requires: %{name}%{?_isa} = %{package_version} python python-configshell pexpect +Requires: %{name} = %{package_version} python python-configshell pexpect %endif BuildArch: noarch @@ -224,6 +224,9 @@ mv doc/output/html/ %{install_docdir} %changelog +* Tue May 30 2023 Jia Chao - 21.01.1-14 +- Fix: tools do not need require %{?_isa} package for it's noarch. + * Wed Mar 15 2023 tongkunkun - 21.01.1-13 - backport upstream patches