!11 [sync] PR-10: 修复update-livereload命令执行报错问题
From: @openeuler-sync-bot Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
f2bba9d5f4
@ -2,7 +2,7 @@
|
|||||||
%global enable_tests 0
|
%global enable_tests 0
|
||||||
Name: nodejs-tiny-lr-fork
|
Name: nodejs-tiny-lr-fork
|
||||||
Version: 0.0.5
|
Version: 0.0.5
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A tiny LiveReload server implementation you can spawn in the background
|
Summary: A tiny LiveReload server implementation you can spawn in the background
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/shama/tiny-lr
|
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 qs '^6.0.2'
|
||||||
%nodejs_fixdep noptify '~0.0.3'
|
%nodejs_fixdep noptify '~0.0.3'
|
||||||
%nodejs_fixdep debug '^4.3.4'
|
%nodejs_fixdep debug '^4.3.4'
|
||||||
|
%nodejs_fixdep request '^2.1.0'
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#nothing to do
|
#nothing to do
|
||||||
@ -57,6 +58,9 @@ ln -sf %{nodejs_sitelib}/tiny-lr-fork/bin/update-livereload \
|
|||||||
%{_bindir}/update-livereload
|
%{_bindir}/update-livereload
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 29 2023 wulei <wu_lei@hoperun.com> - 0.0.5-3
|
||||||
|
- Add requires request for update-livereload error
|
||||||
|
|
||||||
* Sat Jul 02 2022 chenchen <chen_aka_jan@163.com> - 0.0.5-2
|
* Sat Jul 02 2022 chenchen <chen_aka_jan@163.com> - 0.0.5-2
|
||||||
- Updating debug version
|
- Updating debug version
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user