From 1799be81f9fd031d6879e1f08bdc8924680f30fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Fri, 5 Aug 2022 01:15:02 +0000 Subject: [PATCH] Unified license name specification --- custom_build_tool.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/custom_build_tool.spec b/custom_build_tool.spec index 191d2e4..f99ed9d 100644 --- a/custom_build_tool.spec +++ b/custom_build_tool.spec @@ -3,10 +3,10 @@ %define debug_package %{nil} Name: custom_build_tool Summary: custom build tool for obs -License: Mulan PSL v2 +License: MulanPSL-2.0 Group: System/Management Version: 1.0.0 -Release: 20 +Release: 21 BuildRoot: %{_tmppath}/%{name} Source0: https://gitee.com/openeuler/custom_build_tool/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: util-linux coreutils @@ -262,6 +262,9 @@ rm -rf %{_tmppath}/%{name} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Fri Aug 05 2022 fushanqing - 1.0.0-21 +- Unified license name specification + * Fri Jul 29 2022 xu_ping - 1.0.0-20 - Type: fix warning - ID: NA -- Gitee