From e6b14d9897ac1a9e070e6f834aac090196c03cfa Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 10 May 2022 15:59:15 +0800 Subject: [PATCH] License compliance rectification --- nodejs-sprintf-js.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-sprintf-js.spec b/nodejs-sprintf-js.spec index ceaac13..1d2f7bc 100644 --- a/nodejs-sprintf-js.spec +++ b/nodejs-sprintf-js.spec @@ -3,9 +3,9 @@ %global enable_tests 1 Name: nodejs-sprintf-js Version: 1.1.0 -Release: 1 +Release: 2 Summary: JavaScript sprintf implementation -License: BSD +License: BSD-3-Clause URL: https://github.com/alexei/sprintf.js.git Source0: https://registry.npmjs.org/sprintf-js/-/sprintf-js-%{version}.tgz ExclusiveArch: %{nodejs_arches} noarch @@ -45,5 +45,8 @@ cp -pr *.json src/ \ %{nodejs_sitelib}/%{packagename} %changelog +* Tue May 10 2022 liyanan - 1.1.0-2 +- License compliance rectification + * Fri Aug 21 2020 wangchong - 1.1.0-1 - package init