diff --git a/nodejs-normalize-package-data.spec b/nodejs-normalize-package-data.spec index 0a755af..6f89559 100644 --- a/nodejs-normalize-package-data.spec +++ b/nodejs-normalize-package-data.spec @@ -1,11 +1,11 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-normalize-package-data Version: 2.3.5 -Release: 1 +Release: 2 Summary: Normalizes npm/package.json metadata BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch -License: BSD +License: BSD-3-Clause URL: https://github.com/meryn/normalize-package-data Source0: https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-%{version}.tgz BuildRequires: nodejs-packaging @@ -40,5 +40,8 @@ cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/normalize-package-data %license LICENSE %changelog +* Mon May 9 2022 liyanan - 2.3.5-2 +- License compliance rectification + * Thu Aug 20 2020 wangchong - 2.3.5-1 - package init