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

T.C. Hollingsworth patches at fedoraproject.org
Fri Jan 3 22:08:17 UTC 2014


commit 7410ace7371d5e42975ae17eb7dd460e4b596010
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-options.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-options.spec b/nodejs-options.spec
index 17e657d..bd5775a 100644
--- a/nodejs-options.spec
+++ b/nodejs-options.spec
@@ -3,10 +3,12 @@
 # the dependancies aren't in Fedora yet
 %global enable_tests 0
 
+%{?nodejs_find_provides_and_requires}
+
 Summary:       Light-weight in-code option parser for nodejs
 Name:          nodejs-%{npm_name}
 Version:       0.0.5
-Release:       2%{?dist}
+Release:       3%{?dist}
 Group:         System Environment/Libraries
 License:       MIT
 URL:           https://github.com/einaros/options.js
@@ -41,6 +43,9 @@ make test
 %{nodejs_sitelib}/%{npm_name}
 
 %changelog
+* Fri Jan 03 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.5-3
+- add macro to invoke dependency generator on EL6
+
 * Wed Jun 19 2013 Troy Dawson <tdawson at redhat.com> - 0.0.5-2
 - Bump release number up (#975859)
 


More information about the scm-commits mailing list