[nodejs-mysql/el6] add macro to invoke dependency generator on EL6

T.C. Hollingsworth patches at fedoraproject.org
Fri Jan 3 22:07:47 UTC 2014


commit f1f0dbd2017603d07224d17675f692d530e25d41
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Fri Jan 3 15:06:57 2014 -0700

    add macro to invoke dependency generator on EL6

 nodejs-mysql.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-mysql.spec b/nodejs-mysql.spec
index be73190..881272b 100644
--- a/nodejs-mysql.spec
+++ b/nodejs-mysql.spec
@@ -3,10 +3,12 @@
 # the dependancies aren't in Fedora yet
 %global enable_tests 0
 
+%{?nodejs_find_provides_and_requires}
+
 Summary:       A node.js driver for mysql
 Name:          nodejs-%{npm_name}
 Version:       2.0.0
-Release:       alpha9.2%{?dist}
+Release:       alpha9.2%{?dist}.1
 Group:         Development/Languages
 License:       MIT
 URL:           http://github.com/felixge/node-mysql
@@ -48,6 +50,9 @@ make test
 %{nodejs_sitelib}/%{npm_name}
 
 %changelog
+* Fri Jan 03 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 2.0.0-alpha9.2.1
+- add macro to invoke dependency generator on EL6
+
 * Thu Oct 10 2013 Troy Dawson <tdawson at redhat.com> - 2.0.0-alpha9.2
 - Fix require-all dependancy to work with version in Fedora
 


More information about the scm-commits mailing list