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

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


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

    add macro to invoke dependency generator on EL6

 nodejs-ws.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-ws.spec b/nodejs-ws.spec
index f65e269..469f909 100644
--- a/nodejs-ws.spec
+++ b/nodejs-ws.spec
@@ -5,10 +5,12 @@
 # This will eventually be a standard variable
 %global nodejs_arches %{ix86} x86_64 %{arm}
 
+%{?nodejs_find_provides_and_requires}
+
 Summary:       Web socket client, server and console for nodejs
 Name:          nodejs-%{npm_name}
 Version:       0.4.25
-Release:       5%{?dist}
+Release:       6%{?dist}
 Group:         System Environment/Libraries
 License:       MIT
 URL:           https://github.com/einaros/ws
@@ -64,6 +66,9 @@ make test
 %{_bindir}/wscat
 
 %changelog
+* Fri Jan 03 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.4.25-6
+- add macro to invoke dependency generator on EL6
+
 * Wed Jun 05 2013 Troy Dawson <tdawson at redhat.com> - 0.4.25-5
 - Bump release number up (#975865)
 


More information about the scm-commits mailing list