License compliance rectification

This commit is contained in:
lyn1001 2022-05-09 18:17:40 +08:00
parent 6fd2e9bdca
commit b7784700dd

View File

@ -2,9 +2,9 @@
%global srcname formatio %global srcname formatio
Name: nodejs-formatio Name: nodejs-formatio
Version: 1.2.0 Version: 1.2.0
Release: 1 Release: 2
Summary: Human-readable object formatting Summary: Human-readable object formatting
License: BSD License: BSD-3-Clause
URL: https://github.com/busterjs/formatio URL: https://github.com/busterjs/formatio
Source0: https://registry.npmjs.org/formatio/-/formatio-%{version}.tgz Source0: https://registry.npmjs.org/formatio/-/formatio-%{version}.tgz
BuildArch: noarch BuildArch: noarch
@ -46,5 +46,8 @@ cp -pr package.json lib/ \
%{nodejs_sitelib}/formatio %{nodejs_sitelib}/formatio
%changelog %changelog
* Mon May 9 2022 liyanan <liyanan32@h-partners.com> - 1.2.0-2
- License compliance rectification
* Thu Aug 20 2020 yaokai <yaokai13@huawei.com> - 1.2.0-1 * Thu Aug 20 2020 yaokai <yaokai13@huawei.com> - 1.2.0-1
- Package init - Package init