From 26529712bed2c6ae6fb082eebd5c0c44743d021a Mon Sep 17 00:00:00 2001 From: T.C. Hollingsworth Date: Apr 15 2013 03:11:03 +0000 Subject: add macro for EPEL6 dependency generation --- diff --git a/nodejs-forever-agent.spec b/nodejs-forever-agent.spec index 7df09b4..dae6334 100644 --- a/nodejs-forever-agent.spec +++ b/nodejs-forever-agent.spec @@ -1,6 +1,8 @@ +%nodejs_find_provides_and_requires + Name: nodejs-forever-agent Version: 0.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTTP Agent that keeps socket connections alive between keep-alive requests # Apache 2.0 License added upstream, will appear in next release # https://github.com/mikeal/forever-agent/blob/master/LICENSE @@ -38,5 +40,8 @@ rm -rf %{buildroot} %{nodejs_sitelib}/forever-agent %changelog +* Mon Apr 15 2013 T.C. Hollingsworth - 0.2.0-2 +- add macro for EPEL6 dependency generation + * Fri Apr 05 2013 T.C. Hollingsworth - 0.2.0-1 - initial package