diff --git a/nodejs-got.spec b/nodejs-got.spec index ff2bf9f..9f1c28c 100644 --- a/nodejs-got.spec +++ b/nodejs-got.spec @@ -3,7 +3,7 @@ Name: nodejs-%{module_name} Version: 2.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simplified HTTP/HTTPS requests License: MIT @@ -26,6 +26,8 @@ It also supports following redirects and automagically handling gzip/deflate. %setup -q -n %{module_name}-%{version} rm -rf node_modules +%nodejs_fixdep read-all-stream ~1.x + %build # nothing to build @@ -45,6 +47,9 @@ mocha --timeout 50000 %{nodejs_sitelib}/%{module_name} %changelog +* Sun Feb 01 2015 Parag Nemade - 2.2.0-2 +- Fix read-all-stream depedency + * Wed Dec 03 2014 Parag Nemade - 2.2.0-1 - Initial packaging