From 554de173b0cfb3b996cf01f66353149c78556243 Mon Sep 17 00:00:00 2001 From: T.C. Hollingsworth Date: Apr 15 2013 23:04:52 +0000 Subject: add macro to enable dependency generation on EPEL6 --- diff --git a/nodejs-buffer-equal.spec b/nodejs-buffer-equal.spec index c482865..6eaea7b 100644 --- a/nodejs-buffer-equal.spec +++ b/nodejs-buffer-equal.spec @@ -1,6 +1,8 @@ +%{?nodejs_find_provides_and_requires} + Name: nodejs-buffer-equal Version: 0.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Returns whether two buffers are equal BuildArch: noarch @@ -44,5 +46,8 @@ rm -rf %buildroot %doc README.markdown example %changelog +* Mon Apr 15 2013 T.C. Hollingsworth - 0.0.0-2 +- add macro to enable dependency generation on EPEL6 + * Tue Jan 08 2013 T.C. Hollingsworth - 0.0.0-1 - initial package generated by npm2rpm