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

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


commit 2a6cd54c82c0b7beca399fc60ae11b1221d4482d
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-supervisor.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-supervisor.spec b/nodejs-supervisor.spec
index dea8de0..e613875 100644
--- a/nodejs-supervisor.spec
+++ b/nodejs-supervisor.spec
@@ -1,9 +1,11 @@
 %global npm_name supervisor
 
+%{?nodejs_find_provides_and_requires}
+
 Summary:       A supervisor program for running nodejs programs
 Name:          nodejs-%{npm_name}
 Version:       0.5.2
-Release:       3%{?dist}
+Release:       4%{?dist}
 Group:         System Environment/Libraries
 License:       MIT
 URL:           https://github.com/isaacs/node-supervisor
@@ -56,6 +58,9 @@ rm -f helpfile
 %{_mandir}/man1/*
 
 %changelog
+* Fri Jan 03 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.5.2-4
+- add macro to invoke dependency generator on EL6
+
 * Wed Jun 19 2013 Troy Dawson <tdawson at redhat.com> - 0.5.2-3
 - Bump release number up (#975862)
 


More information about the scm-commits mailing list