[nodejs-tap/el6] force the use inherits at 1 since this module is incompatible with inherits at 2

T.C. Hollingsworth patches at fedoraproject.org
Wed Jul 10 11:31:50 UTC 2013


commit d61cb2585418ff578f3ddc952df203cf4eaeb2e3
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Wed Jul 10 04:19:23 2013 -0700

    force the use inherits at 1 since this module is incompatible with inherits at 2
    
    fixes RHBZ#982799

 nodejs-tap.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/nodejs-tap.spec b/nodejs-tap.spec
index 5302e7e..a6f2618 100644
--- a/nodejs-tap.spec
+++ b/nodejs-tap.spec
@@ -46,6 +46,7 @@ Test Anything Protocol.
 %patch1 -p1
 
 %nodejs_fixdep glob 3.2
+%nodejs_fixdep inherits 1
 
 #remove bundled modules
 rm -rf node_modules
@@ -89,6 +90,7 @@ rm -rf %buildroot
 %changelog
 * Wed Jul 10 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.4.1-5
 - enable tests
+- force the use inherits at 1 since this module is incompatible with inherits at 2
 
 * Mon Jun 24 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.4.1-4
 - fix glob dep


More information about the scm-commits mailing list