[nodejs-seq/el6] Fix chainsaw module dependency version

Parag Nemade pnemade at fedoraproject.org
Sat Nov 1 01:55:18 UTC 2014


commit 49db192380b2c12e0ef25253a2aa018d2c28f29a
Author: Parag Nemade <pnemade at redhat.com>
Date:   Sat Nov 1 07:25:21 2014 +0530

    Fix chainsaw module dependency version

 nodejs-seq.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-seq.spec b/nodejs-seq.spec
index ce6b661..0062b97 100644
--- a/nodejs-seq.spec
+++ b/nodejs-seq.spec
@@ -5,7 +5,7 @@
 
 Name:           nodejs-%{module_name}
 Version:        0.3.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        An asynchronous flow control library 
 
 # License text is requested: https://github.com/substack/node-seq/issues/44
@@ -29,6 +29,8 @@ and pipeline-style error handling.
 rm -rf node_modules
 chmod 644 index.js
 
+%nodejs_fixdep chainsaw ~0.x
+
 %build
 #nothing to build
 
@@ -43,6 +45,9 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/%{module_name}
 
 
 %changelog
+* Thu Oct 30 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.3.5-3
+- Fix chainsaw module dependency version
+
 * Sat Oct 25 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.3.5-2
 - Removed %%check as its not working
 


More information about the scm-commits mailing list