!79 移除 tools 对指定架构包的依赖
From: @jiachao2130 Reviewed-by: @swf504 Signed-off-by: @swf504
This commit is contained in:
commit
24e56bcece
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: spdk
|
Name: spdk
|
||||||
Version: 21.01.1
|
Version: 21.01.1
|
||||||
Release: 13
|
Release: 14
|
||||||
Summary: Set of libraries and utilities for high performance user-mode storage
|
Summary: Set of libraries and utilities for high performance user-mode storage
|
||||||
License: BSD and MIT
|
License: BSD and MIT
|
||||||
URL: http://spdk.io
|
URL: http://spdk.io
|
||||||
@ -104,9 +104,9 @@ developing applications with the Storage Performance Development Kit.
|
|||||||
%package tools
|
%package tools
|
||||||
Summary: Storage Performance Development Kit tools files
|
Summary: Storage Performance Development Kit tools files
|
||||||
%if "%{use_python2}" == "0"
|
%if "%{use_python2}" == "0"
|
||||||
Requires: %{name}%{?_isa} = %{package_version} python3 python3-configshell python3-pexpect
|
Requires: %{name} = %{package_version} python3 python3-configshell python3-pexpect
|
||||||
%else
|
%else
|
||||||
Requires: %{name}%{?_isa} = %{package_version} python python-configshell pexpect
|
Requires: %{name} = %{package_version} python python-configshell pexpect
|
||||||
%endif
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -224,6 +224,9 @@ mv doc/output/html/ %{install_docdir}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 30 2023 Jia Chao <jiac13@chinaunicom.cn> - 21.01.1-14
|
||||||
|
- Fix: tools do not need require %{?_isa} package for it's noarch.
|
||||||
|
|
||||||
* Wed Mar 15 2023 tongkunkun <tongkunkun_yewu@cmss.chinamobile.com>- 21.01.1-13
|
* Wed Mar 15 2023 tongkunkun <tongkunkun_yewu@cmss.chinamobile.com>- 21.01.1-13
|
||||||
- backport upstream patches
|
- backport upstream patches
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user