From 4163829b74ed6167880c31d82939e08de05a023d Mon Sep 17 00:00:00 2001 From: Jared K. Smith Date: Aug 02 2016 12:02:00 +0000 Subject: Add missing BuildRequires for npm(tap) --- diff --git a/nodejs-semver.spec b/nodejs-semver.spec index 2317add..5850075 100644 --- a/nodejs-semver.spec +++ b/nodejs-semver.spec @@ -11,6 +11,7 @@ BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging +BuildRequires: npm(tap) %description The semantic version comparison library for the Node.js package manager (npm).