Modify require version to fix unresolvable
This commit is contained in:
parent
341f661217
commit
ac6ca8d68c
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user