From ce31f511baaa7adb56e9b576d1b6c8684ea758ca Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Dec 06 2016 20:18:41 +0000 Subject: Add missing BuildRequires on rubygems-json Signed-off-by: Stephen Gallagher --- diff --git a/nodejs-underscore-dot-string.spec b/nodejs-underscore-dot-string.spec index 93d8efe..6fd3085 100644 --- a/nodejs-underscore-dot-string.spec +++ b/nodejs-underscore-dot-string.spec @@ -8,7 +8,7 @@ Name: nodejs-underscore-dot-string Version: 2.3.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: String manipulation extensions for the Underscore.js JavaScript library # License text is contained within README.markdown. License: MIT @@ -26,6 +26,7 @@ BuildRequires: nodejs-devel %if 0%{?enable_minify} BuildRequires: rubygem-rake BuildRequires: rubygem-uglifier +BuildRequires: rubygem-json %endif %if 0%{?enable_tests} @@ -75,6 +76,9 @@ ln -sf %{nodejs_sitelib} . %changelog +* Tue Dec 06 2016 Stephen Gallagher - 2.3.1-7 +- Add missing BuildRequires on rubygems-json + * Thu Feb 04 2016 Fedora Release Engineering - 2.3.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild