From 53653e6613ad85728a2b95f55a261e5c82fb7b10 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 10 May 2022 15:59:03 +0800 Subject: [PATCH] License compliance rectification --- nodejs-sinon.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-sinon.spec b/nodejs-sinon.spec index 990f37e..dcd7426 100644 --- a/nodejs-sinon.spec +++ b/nodejs-sinon.spec @@ -6,9 +6,9 @@ %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: nodejs-%{srcname} Version: 1.17.1 -Release: 1 +Release: 2 Summary: Test spies, stubs and mocks for JavaScript -License: BSD +License: BSD-3-Clause URL: https://github.com/cjohansen/Sinon.JS Source0: https://github.com/cjohansen/%{gitname}/archive/%{commit0}/%{gitname}-%{commit0}.tar.gz BuildArch: noarch @@ -46,5 +46,8 @@ buster-test --config-group node %{nodejs_sitelib}/%{srcname} %changelog +* Tue May 10 2022 liyanan - 1.17.1-2 +- License compliance rectification + * Sat Aug 15 2020 zhanghua - 1.17.1-1 - Package init