From 832f70733b48f1bd7f409d9165c3c09fb5648b3d Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Mon, 9 May 2022 19:55:15 +0800 Subject: [PATCH] License compliance rectification --- nodejs-sntp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-sntp.spec b/nodejs-sntp.spec index 0025be6..6fbdc42 100644 --- a/nodejs-sntp.spec +++ b/nodejs-sntp.spec @@ -3,9 +3,9 @@ Name: nodejs-sntp Epoch: 1 Version: 2.0.1 -Release: 1 +Release: 2 Summary: SNTP v4 client (RFC4330) for Node.js -License: BSD +License: BSD-3-Clause URL: https://github.com/hueniverse/sntp Source0: https://github.com/hueniverse/sntp/archive/v%{version}/sntp-%{version}.tar.gz BuildArch: noarch @@ -42,5 +42,8 @@ cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/sntp %license LICENSE %changelog +* Mon May 9 2022 liyanan - 2.0.1-2 +- License compliance rectification + * Sat Aug 15 2020 zhanghua - 2.0.1-1 - Package init