From b7784700ddac23b1cfb5ccad7c45a51803af43b9 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Mon, 9 May 2022 18:17:40 +0800 Subject: [PATCH] License compliance rectification --- nodejs-formatio.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-formatio.spec b/nodejs-formatio.spec index 7a3479b..067369c 100644 --- a/nodejs-formatio.spec +++ b/nodejs-formatio.spec @@ -2,9 +2,9 @@ %global srcname formatio Name: nodejs-formatio Version: 1.2.0 -Release: 1 +Release: 2 Summary: Human-readable object formatting -License: BSD +License: BSD-3-Clause URL: https://github.com/busterjs/formatio Source0: https://registry.npmjs.org/formatio/-/formatio-%{version}.tgz BuildArch: noarch @@ -46,5 +46,8 @@ cp -pr package.json lib/ \ %{nodejs_sitelib}/formatio %changelog +* Mon May 9 2022 liyanan - 1.2.0-2 +- License compliance rectification + * Thu Aug 20 2020 yaokai - 1.2.0-1 - Package init