License compliance rectification

This commit is contained in:
lyn1001 2022-05-09 18:17:26 +08:00
parent dc59ee9199
commit 571f5f04d4

View File

@ -2,9 +2,9 @@
%global enable_tests 0 %global enable_tests 0
Name: nodejs-estraverse Name: nodejs-estraverse
Version: 4.2.0 Version: 4.2.0
Release: 1 Release: 2
Summary: ECMAScript JS AST traversal functions Summary: ECMAScript JS AST traversal functions
License: BSD License: BSD-2-Clause
URL: https://github.com/Constellation/estraverse URL: https://github.com/Constellation/estraverse
Source0: https://github.com/Constellation/estraverse/archive/%{version}.tar.gz Source0: https://github.com/Constellation/estraverse/archive/%{version}.tar.gz
Source10: dl-tests.sh Source10: dl-tests.sh
@ -43,5 +43,8 @@ cp -pr package.json estraverse.js \
%{nodejs_sitelib}/estraverse %{nodejs_sitelib}/estraverse
%changelog %changelog
* Mon May 9 2022 liyanan <liyanan32@h-partners.com> - 4.2.0-2
- License compliance rectification
* Thu Aug 20 2020 Anan Fu <fuanan3@huawei.com> - 4.2.0-1 * Thu Aug 20 2020 Anan Fu <fuanan3@huawei.com> - 4.2.0-1
- package init - package init