!2 Modify BuildRequires from nodejs-inherits1 to nodejs-inherits

From: @lei_ju
Reviewed-by: @zhengyuhanghans
Signed-off-by: @zhengyuhanghans
This commit is contained in:
openeuler-ci-bot 2020-09-15 16:32:07 +08:00 committed by Gitee
commit 5b923ed279

View File

@ -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