diff --git a/nodejs-array-index.spec b/nodejs-array-index.spec index a5cc48b..e0bd211 100644 --- a/nodejs-array-index.spec +++ b/nodejs-array-index.spec @@ -5,7 +5,7 @@ Name: nodejs-array-index Version: 0.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Invoke getter/setter functions on array-like objects License: MIT @@ -35,7 +35,7 @@ Invoke getter/setter functions on array-like objects # Create separate license file from the license information at the bottom of # the README.md file -%{_bindir}/grep -A100 '^License$' README.md > LICENSE.md +grep -A100 '^License$' README.md > LICENSE.md %build # nothing to do! @@ -64,6 +64,9 @@ cp -pr *.json index.js \ %changelog +* Fri Dec 18 2015 Jared Smith - 0.2.0-4 +- Use grep from the PATH, because grep is not in the bindir on EL6 + * Thu Dec 17 2015 Jared Smith - 0.2.0-3 - Add build dependency on grep