From 9d1c043824c582afca3aea50b6fe82729a1e356d Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 29 Aug 2023 17:42:09 +0800 Subject: [PATCH] Add requires request for update-livereload error (cherry picked from commit b5ddf5778e35a084664468101450569795088418) --- 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 ebea713..83d57f7 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: 2 +Release: 3 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 '^4.3.4' +%nodejs_fixdep request '^2.1.0' %build #nothing to do @@ -57,6 +58,9 @@ ln -sf %{nodejs_sitelib}/tiny-lr-fork/bin/update-livereload \ %{_bindir}/update-livereload %changelog +* Tue Aug 29 2023 wulei - 0.0.5-3 +- Add requires request for update-livereload error + * Sat Jul 02 2022 chenchen - 0.0.5-2 - Updating debug version -- Gitee