diff --git a/nodejs-source-map.spec b/nodejs-source-map.spec index 0adf3be..9c515d6 100644 --- a/nodejs-source-map.spec +++ b/nodejs-source-map.spec @@ -2,11 +2,11 @@ %global bootstrap 1 Name: nodejs-source-map Version: 0.5.6 -Release: 1 +Release: 2 Summary: Node.js library that generates and consumes source maps BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch -License: BSD +License: BSD-3-Clause URL: https://github.com/mozilla/source-map Source0: https://github.com/mozilla/source-map/archive/%{version}/source-map-%{version}.tar.gz BuildRequires: nodejs-packaging @@ -61,5 +61,8 @@ cp -p dist/*.js %{buildroot}%{_datadir}/%{name}/ %endif %changelog +* Mon May 9 2022 liyanan - 0.5.6-2 +- License compliance rectification + * Wed Aug 12 2020 zhanghua - 0.5.6-1 - package init