From a80b21ac5e4e2f9df18cbb417b6220493d7166e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Sun, 9 Oct 2022 02:10:49 +0000 Subject: [PATCH] Unified license name specification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 付善庆 (cherry picked from commit 70242692278298db757274472b88bd051f010c5b) --- security-tool.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/security-tool.spec b/security-tool.spec index 055279d..765652a 100644 --- a/security-tool.spec +++ b/security-tool.spec @@ -1,9 +1,9 @@ Summary: openEuler Security Tool Name : security-tool Version: 2.0 -Release: 1.82 +Release: 1.83 Source0: https://gitee.com/openeuler/security-tool/repository/archive/v2.0.tar.gz -License: Mulan PSL v2 +License: MulanPSL-2.0 URL: https://gitee.com/openeuler/security-tool BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: bash setup pam util-linux sudo crontabs cronie @@ -122,6 +122,9 @@ fi %attr(0500,root,root) %{_sbindir}/security-tool.sh %changelog +* Sun Oct 09 2022 fushanqing - 2.0-1.83 +- Unified license name specification + * Mon Aug 29 2022 zhengxiaoxiao - 2.0-1.82 - fix sed keyword error in /etc/pam.d/crond -- Gitee