From 2559e7ff40f76b69be00dc9d3763f99d17caaa59 Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Thu, 16 Jun 2022 06:46:05 +0000 Subject: [PATCH] update nodejs-spdx-exceptions.spec. --- nodejs-spdx-exceptions.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-spdx-exceptions.spec b/nodejs-spdx-exceptions.spec index 98fbc4a..9ac1577 100644 --- a/nodejs-spdx-exceptions.spec +++ b/nodejs-spdx-exceptions.spec @@ -2,9 +2,9 @@ %global packagename spdx-exceptions Name: nodejs-spdx-exceptions Version: 1.0.5 -Release: 1 +Release: 2 Summary: A list of SPDX standard license exceptions -License: CC-BY +License: CC-BY-3.0 URL: https://github.com/jslicense/spdx-exceptions.json Source0: https://github.com/jslicense/spdx-exceptions.json/archive/v%{version}.tar.gz ExclusiveArch: %{nodejs_arches} noarch @@ -34,5 +34,8 @@ cp -pr *.json \ %{nodejs_sitelib}/%{packagename} %changelog +* Thu Jun 16 2022 Chenyx - 1.0.5-2 +- License compliance rectification + * Wed Aug 12 2020 zhanghua - 1.0.5-1 - package init -- Gitee