[nodejs-nsp-api/el6] Add missing dependency generator correctly

Parag Nemade pnemade at fedoraproject.org
Wed Nov 12 15:34:04 UTC 2014


commit c4e6905d7203fb1c2c4f1da8d552c59429f1f95b
Author: Parag Nemade <pnemade at redhat.com>
Date:   Wed Nov 12 21:03:56 2014 +0530

    Add missing dependency generator correctly

 nodejs-nsp-api.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-nsp-api.spec b/nodejs-nsp-api.spec
index e9a3371..4a35884 100644
--- a/nodejs-nsp-api.spec
+++ b/nodejs-nsp-api.spec
@@ -1,9 +1,11 @@
 # for EPEL dependency generator
+%{?nodejs_find_provides_and_requires}
+
 %global module_name nsp-api
 
 Name:           nodejs-%{module_name}
 Version:        1.0.0
-Release:        2.1%{?dist}
+Release:        2.2%{?dist}
 Summary:        Node.js module for NSP API
 
 License:        MIT
@@ -41,6 +43,9 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/%{module_name}
 
 
 %changelog
+* Wed Nov 12 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.0.0-2.2
+- Add missing dependency generator correctly
+
 * Thu Oct 30 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.0.0-2.1
 - Add missing dependency generator
 


More information about the scm-commits mailing list