[nodejs-chai] Relax assertion-error dependency

Tom Hughes tomh at fedoraproject.org
Fri Mar 6 08:58:46 UTC 2015


commit b2375b273827e85097d87a257022a77161637a1a
Author: Tom Hughes <tom at compton.nu>
Date:   Fri Mar 6 08:58:38 2015 +0000

    Relax assertion-error dependency

 nodejs-chai.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/nodejs-chai.spec b/nodejs-chai.spec
index 3ada151..293fd70 100644
--- a/nodejs-chai.spec
+++ b/nodejs-chai.spec
@@ -2,7 +2,7 @@
 
 Name:           nodejs-chai
 Version:        2.1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        BDD/TDD assertion library for Node.js and the browser
 
 License:        MIT
@@ -24,6 +24,7 @@ can be delightfully paired with any JavaScript testing framework.
 
 %prep
 %setup -q -n chai-%{commit}
+%fixdep assertion-error "^1.0.0"
 rm -rf node_modules
 
 
@@ -47,6 +48,9 @@ cp -r package.json index.js chai.js lib %{buildroot}/%{nodejs_sitelib}/chai
 
 
 %changelog
+* Fri Mar  6 2015 Tom Hughes <tom at compton.nu> - 2.1.1-2
+- Relax assertion-error dependency
+
 * Thu Mar  5 2015 Tom Hughes <tom at compton.nu> - 2.1.1-1
 - Update to 2.1.1 upstream release
 


More information about the scm-commits mailing list