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 - 0.0.3-3 +- add nodejs_find_provides_and_requires macro + * Mon Aug 26 2013 Jamie Nguyen - 0.0.3-2 - add ExclusiveArch logic for EL6