diff --git a/.gitignore b/.gitignore index 04e5bb5..cf13253 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /nodejs-packaging-el6-3.tar.xz /nodejs-packaging.spec /nodejs-packaging-el6-4.tar.xz +/nodejs-packaging-el6-5.tar.xz diff --git a/nodejs-packaging.spec b/nodejs-packaging.spec index dc9ad98..8f6f1e7 100644 --- a/nodejs-packaging.spec +++ b/nodejs-packaging.spec @@ -1,5 +1,5 @@ Name: nodejs-packaging -Version: 4 +Version: 5 Release: 1%{?dist} Summary: RPM Macros and Utilities for Node.js Packaging BuildArch: noarch @@ -37,6 +37,10 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules %doc LICENSE %changelog +* Mon Jan 27 2014 T.C. Hollingsworth - 5-1 +- only look for deps in the package.json in the toplevel module dir + (RHBZ#1057703) + * Mon Jul 29 2013 T.C. Hollingsworth - 4-1 - handle cases where the symlink target exists gracefully diff --git a/sources b/sources index 118e22c..d7a0f82 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -687514d92896502465486cf2c7c8b0ed nodejs-packaging-el6-4.tar.xz +ad55a63cd5e064b4996ec2fb25ab9b37 nodejs-packaging-el6-5.tar.xz