License compliance rectification

This commit is contained in:
lyn1001 2022-05-09 19:55:29 +08:00
parent e36fe80744
commit e783f19b09

View File

@ -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 <liyanan32@h-partners.com> - 0.5.6-2
- License compliance rectification
* Wed Aug 12 2020 zhanghua <zhanghua40@huawei.com> - 0.5.6-1
- package init