diff --git a/nodejs-got.spec b/nodejs-got.spec index 75b3281..68cde4f 100644 --- a/nodejs-got.spec +++ b/nodejs-got.spec @@ -6,7 +6,7 @@ Name: nodejs-%{module_name} Version: 3.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simplified HTTP/HTTPS requests License: MIT @@ -25,6 +25,8 @@ It also supports following redirects and automagically handling gzip/deflate. %setup -q -n %{module_name}-%{commit0} rm -rf node_modules +%nodejs_fixdep readable-stream ~2.x + %build # nothing to build @@ -45,6 +47,9 @@ taper test/test-*.js %{nodejs_sitelib}/%{module_name} %changelog +* Wed Jul 22 2015 Parag Nemade - 3.3.1-2 +- fixdep npm(readable-stream) + * Wed Jul 15 2015 Parag Nemade - 3.3.1-1 - Update to 3.3.1