From e0ad0bd2312da7e69d32cee61fbde4c7cd169acc Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 10 May 2022 16:23:43 +0800 Subject: [PATCH] License compliance rectification --- nodejs-shelljs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-shelljs.spec b/nodejs-shelljs.spec index c93b384..41bef4a 100644 --- a/nodejs-shelljs.spec +++ b/nodejs-shelljs.spec @@ -2,9 +2,9 @@ %global enable_tests 1 Name: nodejs-shelljs Version: 0.7.3 -Release: 2 +Release: 3 Summary: Portable Unix shell commands for Node.js -License: BSD and MIT +License: BSD-3-Clause and MIT URL: http://github.com/arturadib/shelljs Source0: http://github.com/arturadib/shelljs/archive/v%{version}.tar.gz Patch0: nodejs-shelljs_fix-tests.patch @@ -55,6 +55,9 @@ ln -sf %{nodejs_sitelib}/shelljs/bin/shjs \ %{_bindir}/shjs %changelog +* Tue May 10 2022 liyanan - 0.7.3-3 +- License compliance rectification + * Web 09 Jun 2021 zhaoyao - 0.7.3-2 - %prep no longer patched with git