From c2fe19194ccb0f59cef9c68aa7748aa0e3806ac5 Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Mon, 9 May 2022 20:20:39 +0800 Subject: [PATCH] License compliance rectification --- nodejs-cryptiles.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-cryptiles.spec b/nodejs-cryptiles.spec index 8480d49..47af06d 100644 --- a/nodejs-cryptiles.spec +++ b/nodejs-cryptiles.spec @@ -1,9 +1,9 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-cryptiles Version: 2.0.5 -Release: 1 +Release: 2 Summary: General purpose cryptography utilities for Node.js -License: BSD +License: BSD-3-Clause URL: https://github.com/hueniverse/cryptiles Source0: https://github.com/hueniverse/cryptiles/archive/v%{version}.tar.gz BuildArch: noarch @@ -30,5 +30,8 @@ cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/cryptiles %license LICENSE %changelog +* Mon May 09 2022 houyingchao - 2.0.5-2 +- License compliance rectification + * Mon Aug 17 2020 Anan Fu - 2.0.5-1 - package init -- Gitee