[nodejs-co] Apply fixdep on npm(engine).

Ralph Bean ralph at fedoraproject.org
Sat Feb 21 01:32:29 UTC 2015


commit b442e3bcec3f0284713d2507dd6b15997baa433f
Author: Ralph Bean <rbean at redhat.com>
Date:   Fri Feb 20 20:32:23 2015 -0500

    Apply fixdep on npm(engine).

 nodejs-co.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/nodejs-co.spec b/nodejs-co.spec
index 98a4827..4944e42 100644
--- a/nodejs-co.spec
+++ b/nodejs-co.spec
@@ -7,7 +7,7 @@
 
 Name:               nodejs-co
 Version:            4.4.0
-Release:            1%{?dist}
+Release:            2%{?dist}
 Summary:            Generator async flow control goodness
 
 Group:              Development/Libraries
@@ -44,6 +44,7 @@ way.
 rm -rf node_modules/
 
 %nodejs_fixdep --caret
+%nodejs_fixdep engine >= 0.10
 
 %build
 %nodejs_symlink_deps --build
@@ -68,6 +69,9 @@ make test
 %{nodejs_sitelib}/co/
 
 %changelog
+* Fri Feb 20 2015 Ralph Bean <rbean at redhat.com> - 4.4.0-2
+- Apply fixdep on npm(engine).
+
 * Fri Feb 20 2015 Ralph Bean <rbean at redhat.com> - 4.4.0-1
 - new version
 


More information about the scm-commits mailing list