From 56a3fbcc8b7b3a2e6769c70b66a8b5756539fa62 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 10 May 2022 15:51:50 +0800 Subject: [PATCH] License compliance rectification --- nodejs-entities.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-entities.spec b/nodejs-entities.spec index aebec0a..7ca855b 100644 --- a/nodejs-entities.spec +++ b/nodejs-entities.spec @@ -2,9 +2,9 @@ %global srcname entities Name: nodejs-%{srcname} Version: 1.1.1 -Release: 1 +Release: 2 Summary: Encode & decode XML/HTML entities with ease -License: BSD +License: BSD-2-Clause URL: https://github.com/fb55/node-entities Source0: http://registry.npmjs.org/entities/-/entities-%{version}.tgz BuildArch: noarch @@ -39,5 +39,8 @@ mocha %{nodejs_sitelib}/%{srcname} %changelog +* Tue May 10 2022 liyanan - 1.1.1-2 +- License compliance rectification + * Tue Aug 18 2020 leiju - 1.1.1-1 - Package init