diff --git a/nodejs-spdx-exceptions.spec b/nodejs-spdx-exceptions.spec index 98fbc4a6e126e56b8dc96507b8b5608d1bff50ed..9ac1577b06fc6c212a511e49173afc785704d125 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