[nodejs-boom/el6] fix boom dep

T.C. Hollingsworth patches at fedoraproject.org
Mon Jul 1 08:13:31 UTC 2013


commit 3a39bf344797fc39fd3f30c5e3b7fb8e58ce0cf9
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Mon Jun 24 16:35:00 2013 -0700

    fix boom dep
    
    (cherry picked from commit 3bfaef7c3544502c757a2dc470fc576ea6a40138)

 nodejs-boom.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-boom.spec b/nodejs-boom.spec
index 2f60a46..f555834 100644
--- a/nodejs-boom.spec
+++ b/nodejs-boom.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-boom
 Version:    0.4.2
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    HTTP friendly error objects
 License:    BSD
 Group:      Development/Libraries
@@ -20,6 +20,8 @@ This library provides friendly JavaScript objects that represent HTTP errors.
 %prep
 %setup -q -n package
 
+%nodejs_fixdep hoek 0.9
+
 #fix perms
 chmod 0644 README.md LICENSE images/* lib/* index.js package.json
 
@@ -47,6 +49,9 @@ rm -rf %{buildroot}
 %doc README.md LICENSE images
 
 %changelog
+* Mon Jun 24 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.4.2-2
+- fix boom dep
+
 * Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.4.2-1
 - new upstream release 0.4.2
 


More information about the scm-commits mailing list