License compliance rectification

This commit is contained in:
lyn1001 2022-05-10 16:06:24 +08:00
parent 3048c9a995
commit 7defe961b7

View File

@ -1,9 +1,9 @@
%{?nodejs_find_provides_and_requires} %{?nodejs_find_provides_and_requires}
Name: nodejs-tar Name: nodejs-tar
Version: 2.2.1 Version: 2.2.1
Release: 1 Release: 2
Summary: Tar for Node.js Summary: Tar for Node.js
License: BSD License: ISC
URL: https://github.com/isaacs/node-tar URL: https://github.com/isaacs/node-tar
Source0: https://registry.npmjs.org/tar/-/tar-%{version}.tgz Source0: https://registry.npmjs.org/tar/-/tar-%{version}.tgz
Patch0: nodejs-tar-node5.patch Patch0: nodejs-tar-node5.patch
@ -35,5 +35,8 @@ cp -pr package.json tar.js lib %{buildroot}%{nodejs_sitelib}/tar
%{nodejs_sitelib}/tar %{nodejs_sitelib}/tar
%changelog %changelog
* Tue May 10 2022 liyanan <liyanan32@h-partners.com> - 2.2.1-2
- License compliance rectification
* Wed Aug 12 2020 wangyue <wangyue92@huawei.com> - 2.2.1-1 * Wed Aug 12 2020 wangyue <wangyue92@huawei.com> - 2.2.1-1
- package init - package init