Remove version restrictions for inherits

This commit is contained in:
starlet-dx 2023-11-09 17:41:20 +08:00
parent d36ff2dfc6
commit 0a47ace826

View File

@ -2,7 +2,7 @@
%global enable_tests 1
Name: nodejs-tap
Version: 0.7.1
Release: 2
Release: 3
Summary: A Test Anything Protocol library
License: MIT
URL: https://github.com/isaacs/node-tap
@ -13,7 +13,7 @@ ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
%if 0%{?enable_tests}
BuildRequires: gcc npm(buffer-equal) npm(deep-equal) npm(difflet) npm(glob)
BuildRequires: npm(inherits) = 1.0.0 npm(mkdirp) npm(nopt) npm(runforcover) npm(slide)
BuildRequires: npm(inherits) npm(mkdirp) npm(nopt) npm(runforcover) npm(slide)
BuildRequires: npm(yamlish)
%endif
@ -26,7 +26,6 @@ Test Anything Protocol.
%autosetup -n node-tap-%{version}
%nodejs_fixdep deep-equal '^1.0.1'
%nodejs_fixdep glob '^6.0.3'
%nodejs_fixdep inherits 1
%nodejs_fixdep nopt '^3.0.6'
rm -rf node_modules
@ -56,6 +55,9 @@ rm -f test/debug-test.js
%doc coverage-example example README.md AUTHORS LICENSE
%changelog
* Thu Nov 09 2023 yaoxin <yao_xin001@hoperun.com> - 0.7.1-3
- Remove version restrictions for inherits
* Mon Sep 14 2020 leiju <leiju4@huawei.com> - 0.7.1-2
- Add macro file macros.nodejs-tap