From dbed52f7a195b3379b06c57ea8db0669c26109ac Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Mon, 9 May 2022 16:38:53 +0800 Subject: [PATCH] License compliance rectification --- nodejs-block-stream.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-block-stream.spec b/nodejs-block-stream.spec index 4d72c0b..b930c07 100644 --- a/nodejs-block-stream.spec +++ b/nodejs-block-stream.spec @@ -1,9 +1,9 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-block-stream Version: 0.0.7 -Release: 1 +Release: 2 Summary: A stream of blocks -License: BSD +License: BSD-3-Clause URL: https://github.com/isaacs/block-stream Source0: https://registry.npmjs.org/block-stream/-/block-stream-%{version}.tgz BuildArch: noarch @@ -33,5 +33,8 @@ tap test/ %license LICENCE %changelog +* Mon May 9 2022 liyanan - 0.0.7-2 +- License compliance rectification + * Mon Aug 17 2020 Shaoqiang Kang - 0.0.7-1 - Package init