!2 License compliance rectification

From: @lyn1001 
Reviewed-by: @solarhu 
Signed-off-by: @solarhu
This commit is contained in:
openeuler-ci-bot 2022-05-11 01:26:14 +00:00 committed by Gitee
commit f8fb969cc6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,9 +2,9 @@
%global enable_tests 0
Name: nodejs-burrito
Version: 0.2.12
Release: 1
Release: 2
Summary: Wrap up expressions with a trace function while walking the AST
License: BSD
License: BSD-3-Clause
URL: https://github.com/substack/node-burrito
Source0: https://registry.npmjs.org/burrito/-/burrito-%{version}.tgz
Source1: https://raw.github.com/substack/lambdascape/master/LICENSE
@ -45,5 +45,8 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/burrito
%license LICENSE
%changelog
* Mon May 9 2022 liyanan <liyanan32@h-partners.com> - 0.2.12-2
- License compliance rectification
* Tue Aug 18 2020 leiju <leiju4@huawei.com> - 0.2.12-1
- Package init