[nodejs-qs/el6] add macro to enable dependency generation in EPEL

T.C. Hollingsworth patches at fedoraproject.org
Mon Apr 15 05:56:00 UTC 2013


commit 6bc248282de94de40e6a0c0bf8824a61ff1032fa
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sun Apr 14 22:55:02 2013 -0700

    add macro to enable dependency generation in EPEL

 nodejs-qs.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-qs.spec b/nodejs-qs.spec
index e35f49d..2baf590 100644
--- a/nodejs-qs.spec
+++ b/nodejs-qs.spec
@@ -1,8 +1,10 @@
+%{?nodejs_find_provides_and_requires}
+
 %global enable_tests 0
 
 Name:       nodejs-qs
 Version:    0.5.6
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Query string parser for Node.js
 # License text is included in Readme.md
 License:    MIT
@@ -57,6 +59,9 @@ cp -pr %{nodejs_sitelib} .
 
 
 %changelog
+* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.5.6-2
+- add macro to enable dependency generation in EPEL
+
 * Wed Apr 10 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.5.6-1
 - update to upstream release 0.5.6
 


More information about the scm-commits mailing list