From dd811ea08f73804308f98325a7da17cdd6001070 Mon Sep 17 00:00:00 2001 From: ouyanglearnning Date: Thu, 14 Apr 2022 10:48:19 +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