From a55b19bdd043f53e8a6b6d90d169ae1f39fed90d Mon Sep 17 00:00:00 2001 From: ouyangminxiang Date: Wed, 30 Mar 2022 09:31:07 +0800 Subject: [PATCH] delete tool package arch distinction --- spdk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/spdk.spec b/spdk.spec index 193a4a0..a4924ea 100644 --- a/spdk.spec +++ b/spdk.spec @@ -3,7 +3,7 @@ Name: spdk Version: 21.01.1 -Release: 4 +Release: 5 Summary: Set of libraries and utilities for high performance user-mode storage License: BSD and MIT URL: http://spdk.io @@ -79,7 +79,7 @@ Requires: %{name}%{?_isa} = %{package_version} python3 python3-configshell pytho %else Requires: %{name}%{?_isa} = %{package_version} python python-configshell pexpect %endif -BuildArch: noarch +#BuildArch: noarch %description tools %{summary} @@ -177,6 +177,9 @@ mv doc/output/html/ %{install_docdir} %changelog +* Wed Mar 30 2022 ouyangminxiang - 21.01.1-5 +- delete tool package arch distinction + * Tue Mar 15 2022 Weifeng Su - 21.01.1-4 - Remove rpath link option, Due to it's easy for attacher to construct 'rpath' attacks -- Gitee