From 56c506ecdbbf01fedbc5e9f4d982f884a6af7c0f Mon Sep 17 00:00:00 2001 From: Jia Chao Date: Thu, 13 Jul 2023 15:18:25 +0800 Subject: [PATCH] this should be build as noarch Signed-off-by: Jia Chao --- security-tool.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/security-tool.spec b/security-tool.spec index 4894600..a64f306 100644 --- a/security-tool.spec +++ b/security-tool.spec @@ -2,7 +2,8 @@ Summary: openEuler Security Tool Name : security-tool Version: 2.0 -Release: 1.87 +Release: 1.88 +BuildArch: noarch Source0: https://gitee.com/openeuler/security-tool/repository/archive/v2.0.tar.gz License: MulanPSL-2.0 URL: https://gitee.com/openeuler/security-tool @@ -126,6 +127,9 @@ fi %attr(0500,root,root) %{_sbindir}/security-tool.sh %changelog +* Thu Jul 13 2023 Jia Chao 2.0-1.88 +- Build as noarch. + * Tue Jan 10 2023 renmingshuai - 2.0-1.87 - delete deprecated option RSAAuthentication and RhostsRSAAuthentication -- Gitee