!3 Modify require version to fix unresolvable
From: @wk333 Reviewed-by: @gitee-cmd Signed-off-by: @gitee-cmd
This commit is contained in:
commit
788be553e3
@ -1,7 +1,7 @@
|
|||||||
%{?nodejs_find_provides_and_requires}
|
%{?nodejs_find_provides_and_requires}
|
||||||
Name: nodejs-normalize-package-data
|
Name: nodejs-normalize-package-data
|
||||||
Version: 2.3.5
|
Version: 2.3.5
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Normalizes npm/package.json metadata
|
Summary: Normalizes npm/package.json metadata
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
@ -22,6 +22,7 @@ various npm-related tools.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n package
|
%setup -q -n package
|
||||||
|
%nodejs_fixdep is-builtin-module ^3.1.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -40,6 +41,9 @@ cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/normalize-package-data
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 9 2022 liyanan <liyanan32@h-partners.com> - 2.3.5-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user