[nodejs-tap] fix glob dep

T.C. Hollingsworth patches at fedoraproject.org
Mon Jun 24 23:54:34 UTC 2013


commit c33dee0d267b449fd5cdc029979f01071c2ea113
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Mon Jun 24 16:53:54 2013 -0700

    fix glob dep

 nodejs-tap.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-tap.spec b/nodejs-tap.spec
index 67cbcba..86d5096 100644
--- a/nodejs-tap.spec
+++ b/nodejs-tap.spec
@@ -2,7 +2,7 @@
 
 Name:           nodejs-tap
 Version:        0.4.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A Test Anything Protocol library
 BuildArch:      noarch
 
@@ -43,6 +43,8 @@ Test Anything Protocol.
 %setup -q -n package
 %patch1 -p1
 
+%nodejs_fixdep glob 3.2
+
 #remove bundled modules
 rm -rf node_modules
 
@@ -83,6 +85,9 @@ rm -rf %buildroot
 %doc coverage-example example README.md AUTHORS LICENSE
 
 %changelog
+* Mon Jun 24 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.4.1-4
+- fix glob dep
+
 * Sat Jun 22 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.4.1-3
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list