From 7defe961b78222ffd989632a9103df3b50f920e9 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 10 May 2022 16:06:24 +0800 Subject: [PATCH] License compliance rectification --- nodejs-tar.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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