diff --git a/nodejs-tap.spec b/nodejs-tap.spec index b44e243..ca17bd9 100644 --- a/nodejs-tap.spec +++ b/nodejs-tap.spec @@ -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 - 0.7.1-3 +- Remove version restrictions for inherits + * Mon Sep 14 2020 leiju - 0.7.1-2 - Add macro file macros.nodejs-tap