[nodejs-burrito/el6] add macro to enable dependency generation on EPEL6

T.C. Hollingsworth patches at fedoraproject.org
Mon Apr 15 23:18:05 UTC 2013


commit 1cdc9ab3f108b1ae3b840e588b3a57f1dfdf2ddd
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Mon Apr 15 16:05:44 2013 -0700

    add macro to enable dependency generation on EPEL6

 nodejs-burrito.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-burrito.spec b/nodejs-burrito.spec
index 626aa81..ef60ba6 100644
--- a/nodejs-burrito.spec
+++ b/nodejs-burrito.spec
@@ -1,6 +1,8 @@
+%{?nodejs_find_provides_and_requires}
+
 Name:           nodejs-burrito
 Version:        0.2.12
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Wrap up expressions with a trace function while walking the AST
 BuildArch:      noarch
 
@@ -58,6 +60,9 @@ rm -rf %buildroot
 %doc README.markdown example LICENSE
 
 %changelog
+* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.12-5
+- add macro to enable dependency generation on EPEL6
+
 * Tue Mar 19 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.12-4
 - include a LICENSE file
 - fix typo in Description


More information about the scm-commits mailing list