diff --git a/nodejs-readdirp.changes b/nodejs-readdirp.changes index b56475a..7246755 100644 --- a/nodejs-readdirp.changes +++ b/nodejs-readdirp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 11 14:43:40 UTC 2014 - jgleissner@suse.com + +- fixed dependencies to nodejs-graceful-fs and nodejs-minimatch + ------------------------------------------------------------------- Thu Oct 9 15:08:33 UTC 2014 - jgleissner@suse.com diff --git a/nodejs-readdirp.spec b/nodejs-readdirp.spec index d72cf04..cdda94d 100644 --- a/nodejs-readdirp.spec +++ b/nodejs-readdirp.spec @@ -37,6 +37,9 @@ Recursive version of fs.readdir with streaming api. %prep %setup -q -n package +%nodejs_fixdep graceful-fs ~3.0 +%nodejs_fixdep minimatch ~1.0.0 + %build %install