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