Unified license name specification

This commit is contained in:
付善庆 2022-08-05 01:15:02 +00:00 committed by Gitee
parent a8f2034eb8
commit 1799be81f9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,10 +3,10 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: custom_build_tool Name: custom_build_tool
Summary: custom build tool for obs Summary: custom build tool for obs
License: Mulan PSL v2 License: MulanPSL-2.0
Group: System/Management Group: System/Management
Version: 1.0.0 Version: 1.0.0
Release: 20 Release: 21
BuildRoot: %{_tmppath}/%{name} BuildRoot: %{_tmppath}/%{name}
Source0: https://gitee.com/openeuler/custom_build_tool/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source0: https://gitee.com/openeuler/custom_build_tool/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: util-linux coreutils BuildRequires: util-linux coreutils
@ -262,6 +262,9 @@ rm -rf %{_tmppath}/%{name}
rm -rf $RPM_BUILD_DIR/%{name} rm -rf $RPM_BUILD_DIR/%{name}
%changelog %changelog
* Fri Aug 05 2022 fushanqing <fushanqing@kylinos.cn> - 1.0.0-21
- Unified license name specification
* Fri Jul 29 2022 xu_ping <xuping33@h-partners.com> - 1.0.0-20 * Fri Jul 29 2022 xu_ping <xuping33@h-partners.com> - 1.0.0-20
- Type: fix warning - Type: fix warning
- ID: NA - ID: NA