!9 [sync] PR-8: add requires request for update-livereload error

From: @openeuler-sync-bot 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-07-14 06:43:06 +00:00 committed by Gitee
commit 7a701b43f5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <chen_aka_jan@163.com> - 0.0.5-2
- add requires request for update-livereload error
* Wed Aug 12 2020 wutao <wutao61@huawei.com> - 0.0.5-1
- package init