From 245fe2d57447675e772c8d8ec0fc1b30d15463b7 Mon Sep 17 00:00:00 2001 From: T.C. Hollingsworth Date: Apr 15 2013 03:12:29 +0000 Subject: add macro for EPEL6 dependency generation --- diff --git a/nodejs-tunnel-agent.spec b/nodejs-tunnel-agent.spec index 61b4e1a..53419cb 100644 --- a/nodejs-tunnel-agent.spec +++ b/nodejs-tunnel-agent.spec @@ -1,6 +1,8 @@ +%nodejs_find_provides_and_requires + Name: nodejs-tunnel-agent Version: 0.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTTP proxy tunneling agent # Apache 2.0 License added upstream, will appear in next release # https://github.com/mikeal/tunnel-agent/blob/master/LICENSE @@ -38,5 +40,8 @@ rm -rf %{buildroot} %{nodejs_sitelib}/tunnel-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