diff --git a/nodejs-tar-stream.spec b/nodejs-tar-stream.spec index f949217..084db6a 100644 --- a/nodejs-tar-stream.spec +++ b/nodejs-tar-stream.spec @@ -3,7 +3,7 @@ Name: nodejs-%{srcname} Version: 1.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A streaming tar parser and generator License: MIT URL: https://github.com/mafintosh/tar-stream @@ -41,7 +41,9 @@ rm -rf node_modules/ %install mkdir -p %{buildroot}%{nodejs_sitelib}/%{srcname} cp -pr package.json *.js %{buildroot}%{nodejs_sitelib}/%{srcname} + %nodejs_symlink_deps +%nodejs_fixdep readable-stream ^2.0 %if 0%{?enable_tests} @@ -58,6 +60,9 @@ tape test/*.js %changelog +* Thu Jul 23 2015 Parag Nemade - 1.2.1-2 +- fixdep npm(readable-stream) + * Mon Jul 13 2015 Piotr Popieluch - 1.2.1-1 - update to 1.2.1