[nodejs-read-package-json/el6] remove unneeded dependency fix on lru-cache

T.C. Hollingsworth patches at fedoraproject.org
Tue Jun 25 22:05:03 UTC 2013


commit c08e24a27a2469f0cdd6557c68b9581f387d5fd7
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Mon Jun 24 16:30:46 2013 -0700

    remove unneeded dependency fix on lru-cache
    
    (cherry picked from commit 3cc888e48ee9730353e94ddc1371b0de081ac894)

 nodejs-read-package-json.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/nodejs-read-package-json.spec b/nodejs-read-package-json.spec
index 6d07c35..37bac96 100644
--- a/nodejs-read-package-json.spec
+++ b/nodejs-read-package-json.spec
@@ -2,7 +2,7 @@
 
 Name:           nodejs-read-package-json
 Version:        1.1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        npm's package.json parser
 BuildArch:      noarch
 ExclusiveArch: %{ix86} x86_64 %{arm} noarch
@@ -22,8 +22,6 @@ validation.
 %prep
 %setup -q -n package
 
-%nodejs_fixdep lru-cache 2.3.x
-
 %build
 #nothing to do
 
@@ -43,6 +41,9 @@ rm -rf %buildroot
 %doc LICENSE README.md
 
 %changelog
+* Mon Jun 24 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.1.0-2
+- remove unneeded dependency fix on lru-cache
+
 * Sun Jun 23 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.1.0-1
 - new upstream release 1.1.0
 


More information about the scm-commits mailing list