Modify BuildRequires from nodejs-inherits1 to nodejs-inherits
This commit is contained in:
parent
052a7015f5
commit
1807890214
@ -3,7 +3,7 @@
|
||||
|
||||
Name: nodejs-%{srcname}
|
||||
Version: 0.10.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Node.JS util module
|
||||
License: MIT
|
||||
URL: https://github.com/defunctzombie/node-util
|
||||
@ -15,7 +15,7 @@ ExclusiveArch: %{nodejs_arches} noarch
|
||||
BuildRequires: nodejs-packaging
|
||||
|
||||
%if 0%{?enable_tests}
|
||||
BuildRequires: nodejs-inherits1
|
||||
BuildRequires: nodejs-inherits
|
||||
%endif
|
||||
|
||||
|
||||
@ -30,7 +30,6 @@ rm -rf node_modules/
|
||||
|
||||
|
||||
%build
|
||||
#nothing to do
|
||||
|
||||
|
||||
%install
|
||||
@ -53,5 +52,8 @@ cp -pr package.json util.js support/ %{buildroot}%{nodejs_sitelib}/%{srcname}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 15 2020 leiju <leiju4@huawei.com> - 0.10.3-2
|
||||
- Modify BuildRequires from nodejs-inherits1 to nodejs-inherits
|
||||
|
||||
* Wed Aug 12 2020 wangxiao <wangxiao65@huawei.com> - 0.10.3-1
|
||||
- package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user