From 1c231ccc78bd92ba4cd6e6ba470a08195fee8dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Tue, 16 Aug 2022 03:29:10 +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: 付善庆 --- install-scripts.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install-scripts.spec b/install-scripts.spec index 3cc52a3..2208903 100644 --- a/install-scripts.spec +++ b/install-scripts.spec @@ -1,9 +1,9 @@ Name: install-scripts Summary: scripts for system installation Group: Applications/System -License: Mulan PSL v2 +License: MulanPSL-2.0 Version: 1.2 -Release: 2 +Release: 3 SOURCE0: %{name}-%{version}.tar.gz Patch0001: 0001-add-support-for-nvme-disk.patch @@ -102,6 +102,9 @@ rm -rf %{_tmppath}/%{name}-%{version} rm -rf $RPM_BUILD_DIR/%{name}-%{version} %changelog +* Tue Aug 16 2022 fushanqing - 1.2-3 +- Unified license name specification + * Thu Jun 23 2022 zhangqiumiao - 1.2-2 - Type:bugfix - CVE:NA