From 2c881c9f413df06bf546d187488334f758588a5c Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 10 May 2022 16:06:15 +0800 Subject: [PATCH] License compliance rectification --- nodejs-npmlog.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-npmlog.spec b/nodejs-npmlog.spec index b76a9ef..d2399ee 100644 --- a/nodejs-npmlog.spec +++ b/nodejs-npmlog.spec @@ -1,11 +1,11 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-npmlog Version: 2.0.0 -Release: 1 +Release: 2 Summary: Logger for npm BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch -License: BSD +License: ISC URL: https://github.com/isaacs/npmlog Source0: http://registry.npmjs.org/npmlog/-/npmlog-%{version}.tgz BuildRequires: nodejs-packaging @@ -31,5 +31,8 @@ cp -pr package.json log.js %{buildroot}%{nodejs_sitelib}/npmlog %license LICENSE %changelog +* Tue May 10 2022 liyanan - 2.0.0-2 +- License compliance rectification + * Mon Aug 17 2020 wutao - 2.0.0-1 - Package init