License compliance rectification

This commit is contained in:
lyn1001 2022-05-09 18:16:54 +08:00
parent 22982508f9
commit 6bef5b07ef

View File

@ -2,9 +2,9 @@
%global enable_tests 0 %global enable_tests 0
Name: nodejs-escodegen Name: nodejs-escodegen
Version: 1.9.0 Version: 1.9.0
Release: 1 Release: 2
Summary: ECMAScript code generator Summary: ECMAScript code generator
License: BSD License: BSD-2-Clause
URL: https://github.com/Constellation/escodegen URL: https://github.com/Constellation/escodegen
Source0: https://github.com/Constellation/escodegen/archive/%{version}.tar.gz Source0: https://github.com/Constellation/escodegen/archive/%{version}.tar.gz
Source10: dl-tests.sh Source10: dl-tests.sh
@ -57,5 +57,8 @@ ln -sf %{nodejs_sitelib}/escodegen/bin/esgenerate.js \
%{_bindir}/esgenerate.js %{_bindir}/esgenerate.js
%changelog %changelog
* Mon May 9 2022 liyanan <liyanan32@h-partners.com> - 1.9.0-2
- License compliance rectification
* Thu Aug 20 2020 Anan Fu <fuanan3@huawei.com> - 1.9.0-1 * Thu Aug 20 2020 Anan Fu <fuanan3@huawei.com> - 1.9.0-1
- package init - package init