From 5bf1dcd457d1d9ff989d690013f5afe887ea9147 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Fri, 14 Jul 2023 11:02:47 +0800 Subject: [PATCH] add requires request for update-livereload error (cherry picked from commit 0a56ee033ed4924a5a2bc60f0b462eb6c46bff67) --- nodejs-tiny-lr-fork.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nodejs-tiny-lr-fork.spec b/nodejs-tiny-lr-fork.spec index 6fbb68f..94fdc9f 100644 --- a/nodejs-tiny-lr-fork.spec +++ b/nodejs-tiny-lr-fork.spec @@ -2,7 +2,7 @@ %global enable_tests 0 Name: nodejs-tiny-lr-fork Version: 0.0.5 -Release: 1 +Release: 2 Summary: A tiny LiveReload server implementation you can spawn in the background License: MIT URL: https://github.com/shama/tiny-lr @@ -23,6 +23,7 @@ BuildRequires: npm(noptify) npm(qs) npm(request) npm(supertest) %nodejs_fixdep qs '^6.0.2' %nodejs_fixdep noptify '~0.0.3' %nodejs_fixdep debug '^2.2.0' +%nodejs_fixdep request '^2.1.0' %build #nothing to do @@ -57,5 +58,8 @@ ln -sf %{nodejs_sitelib}/tiny-lr-fork/bin/update-livereload \ %{_bindir}/update-livereload %changelog +* Thu Jun 01 2023 chenchen - 0.0.5-2 +- add requires request for update-livereload error + * Wed Aug 12 2020 wutao - 0.0.5-1 - package init