[nodejs-uid2] Add nodejs_find_provides_and_requires macro

Jamie Nguyen jamielinux at fedoraproject.org
Mon Aug 26 15:42:20 UTC 2013


commit 0f99a30c3b4d4e525b157d88d7f689c97d008125
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Mon Aug 26 16:42:00 2013 +0100

    Add nodejs_find_provides_and_requires macro

 nodejs-uid2.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-uid2.spec b/nodejs-uid2.spec
index 82d4cad..b55a02f 100644
--- a/nodejs-uid2.spec
+++ b/nodejs-uid2.spec
@@ -1,6 +1,8 @@
+%{?nodejs_find_provides_and_requires}
+
 Name:           nodejs-uid2
 Version:        0.0.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Node.js module to generate strong unique IDs
 
 License:        MIT
@@ -40,6 +42,9 @@ cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/uid2
 
 
 %changelog
+* Mon Aug 26 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.0.3-3
+- add nodejs_find_provides_and_requires macro
+
 * Mon Aug 26 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.0.3-2
 - add ExclusiveArch logic for EL6
 


More information about the scm-commits mailing list