import nodejs-nodemon-2.0.19-1.el9_0

This commit is contained in:
CentOS Sources 2022-09-20 07:39:26 -04:00 committed by Stepan Oksanichenko
parent 2208a1d1a8
commit 226b474b1d
3 changed files with 15 additions and 11 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/nodemon-v2.0.3-bundled.tar.gz SOURCES/nodemon-v2.0.19-bundled.tar.gz

View File

@ -1 +1 @@
0a3a06781d104ab1082519452e2e15572b669788 SOURCES/nodemon-v2.0.3-bundled.tar.gz 0ec238b5ca5f1798f1787f4c6365142f66242d7c SOURCES/nodemon-v2.0.19-bundled.tar.gz

View File

@ -5,8 +5,8 @@
%global enable_tests 0 %global enable_tests 0
Name: nodejs-%{npm_name} Name: nodejs-%{npm_name}
Version: 2.0.3 Version: 2.0.19
Release: 6%{?dist} Release: 1%{?dist}
Summary: Simple monitor script for use during development of a node.js app Summary: Simple monitor script for use during development of a node.js app
License: MIT License: MIT
URL: https://github.com/remy/nodemon URL: https://github.com/remy/nodemon
@ -35,7 +35,7 @@ replacement wrapper for node, think of it as replacing the word "node"
on the command line when you run your script. on the command line when you run your script.
%prep %prep
%setup -q -n %{npm_name}-%{version} %autosetup -n %{npm_name}-%{version}
%build %build
@ -64,6 +64,10 @@ npm run test
%{_bindir}/nodemon %{_bindir}/nodemon
%changelog %changelog
* Wed Aug 31 2022 Jan Staněk <jstanek@redhat.com> - 2.0.3-6
- Rebase to 2.0.19
Resolves: CVE-2022-33987 rhbz#2073156 CVE-2021-33502 CVE-2021-3807 CVE-2020-28469
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.3-6 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.3-6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688 Related: rhbz#1991688