diff --git a/nodejs-normalize-package-data.spec b/nodejs-normalize-package-data.spec index 6f89559..5eb3da4 100644 --- a/nodejs-normalize-package-data.spec +++ b/nodejs-normalize-package-data.spec @@ -1,7 +1,7 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-normalize-package-data Version: 2.3.5 -Release: 2 +Release: 3 Summary: Normalizes npm/package.json metadata BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -22,6 +22,7 @@ various npm-related tools. %prep %setup -q -n package +%nodejs_fixdep is-builtin-module ^3.1.0 %build @@ -40,6 +41,9 @@ cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/normalize-package-data %license LICENSE %changelog +* Sat Jul 02 2022 wangkai - 2.3.5-3 +- Modify require version to fix unresolvable + * Mon May 9 2022 liyanan - 2.3.5-2 - License compliance rectification