diff --git a/nodejs-multimatch.spec b/nodejs-multimatch.spec index 3906369..6d0fbca 100644 --- a/nodejs-multimatch.spec +++ b/nodejs-multimatch.spec @@ -4,7 +4,7 @@ Name: nodejs-multimatch Version: 2.1.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Adds multiple patterns support to minimatch.match() License: MIT URL: https://github.com/sindresorhus/multimatch @@ -34,6 +34,7 @@ BuildRequires: npm(mocha) %prep %autosetup -n multimatch-%{version} +%nodejs_fixdep array-union "^2.1.0" %build @@ -61,6 +62,9 @@ cp -pr package.json index.js \ %changelog +* Mon Apr 22 2019 Tom Hughes - 2.1.0-8 +- Fix npm(array-union) dependency + * Fri Feb 01 2019 Fedora Release Engineering - 2.1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild