!3 Modify require version to fix unresolvable

From: @wk333 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-07-02 03:40:49 +00:00 committed by Gitee
commit 788be553e3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <wangkai385@h-partners.com> - 2.3.5-3
- Modify require version to fix unresolvable
* Mon May 9 2022 liyanan <liyanan32@h-partners.com> - 2.3.5-2
- License compliance rectification