diff --git a/nodejs-grunt-contrib-connect.spec b/nodejs-grunt-contrib-connect.spec index 0a3e144..8b270cc 100644 --- a/nodejs-grunt-contrib-connect.spec +++ b/nodejs-grunt-contrib-connect.spec @@ -10,7 +10,7 @@ Name: nodejs-grunt-contrib-connect Version: 0.11.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Start a connect web server License: MIT @@ -49,6 +49,11 @@ rm -rf node_modules/ %nodejs_fixdep connect ~2.x %nodejs_fixdep async ^1.5.0 +%nodejs_fixdep serve-static '1.x' +%nodejs_fixdep serve-index '1.x' +%nodejs_fixdep morgan '1.x' +%nodejs_fixdep connect-livereload '0.x' + %build %nodejs_symlink_deps --build @@ -73,6 +78,9 @@ grunt jshint test %{nodejs_sitelib}/grunt-contrib-connect/ %changelog +* Tue Dec 01 2015 Piotr Popieluch - 0.11.2-2 +- Fxidep dependencies + * Mon Nov 30 2015 Piotr Popieluch - 0.11.2-1 - Update to new version - Update specfile to newer guidelines