From e0750053369ab65f54ef7b0bf931f3e6e434942f Mon Sep 17 00:00:00 2001 From: mengchaoming Date: Tue, 5 Mar 2024 15:47:58 +0800 Subject: [PATCH] Change the build architecture to noarch --- security-tool.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/security-tool.spec b/security-tool.spec index 4894600..2de993c 100644 --- a/security-tool.spec +++ b/security-tool.spec @@ -2,11 +2,12 @@ Summary: openEuler Security Tool Name : security-tool Version: 2.0 -Release: 1.87 +Release: 1.88 Source0: https://gitee.com/openeuler/security-tool/repository/archive/v2.0.tar.gz License: MulanPSL-2.0 URL: https://gitee.com/openeuler/security-tool BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch Requires: bash setup pam util-linux sudo crontabs cronie Requires: shadow initscripts ca-certificates openssh rsyslog dbus-daemon Requires(post): systemd-units @@ -25,6 +26,7 @@ Patch6: sshd-delete-deprecated-option-RSAAuthentication-and-Rhost.patch %description %{vendor} Security Tool + %global debug_package %{nil} %prep @@ -126,6 +128,9 @@ fi %attr(0500,root,root) %{_sbindir}/security-tool.sh %changelog +* Tue Mar 05 2024 mengchaoming - 2.0-1.88 +- Change the build to noarch + * Tue Jan 10 2023 renmingshuai - 2.0-1.87 - delete deprecated option RSAAuthentication and RhostsRSAAuthentication -- Gitee