From a08b35329587f002e787edda03c1768a8d258b23 Mon Sep 17 00:00:00 2001 From: "T.C. Hollingsworth" Date: Wed, 19 Jun 2013 06:17:04 -0700 Subject: [PATCH] rebuild for missing npm(underscore) provides on EL6 --- nodejs-underscore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nodejs-underscore.spec b/nodejs-underscore.spec index 2203fa1..833ec5a 100644 --- a/nodejs-underscore.spec +++ b/nodejs-underscore.spec @@ -4,7 +4,7 @@ Name: nodejs-underscore Version: 1.4.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JavaScript's functional programming helper library License: MIT Group: System Environment/Libraries @@ -61,5 +61,8 @@ ln -sf %{nodejs_sitelib} . %changelog +* Wed Jun 19 2013 T.C. Hollingsworth - 1.4.4-2 +- rebuild for missing npm(underscore) provides on EL6 + * Wed Feb 13 2013 Jamie Nguyen - 1.4.4-1 - initial package