From 8624c4b34e665eec2c413a2af3d148e7ad0303d4 Mon Sep 17 00:00:00 2001 From: Jia Chao Date: Thu, 13 Jul 2023 15:21:31 +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 71bb65b..a4b29c2 100644 --- a/security-tool.spec +++ b/security-tool.spec @@ -1,7 +1,8 @@ Summary: openEuler Security Tool Name : security-tool Version: 2.0 -Release: 1.51 +Release: 1.52 +BuildArch: noarch Source0: %{name}-%{version}.tar.bz2 Source1: security Source2: security.conf @@ -120,6 +121,9 @@ fi %attr(0500,root,root) %{_sbindir}/security-tool.sh %changelog +* Thu Jul 13 2023 Jia Chao - 2.0-1.52 +- build as noarch pkg. + * Tue Dec 27 2022 zhengxiaoxiao - 2.0-1.51 - add requires findutils -- Gitee