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