import nodejs-nodemon-2.0.19-2.module+el8.6.0+16231+7c1b33d9

This commit is contained in:
CentOS Sources 2022-09-27 07:36:32 -04:00 committed by Stepan Oksanichenko
parent 6916baaf14
commit dc99cceca3
3 changed files with 15 additions and 5 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
0c0d18598b43f7768e1531429a0d63014d322f50 SOURCES/nodemon-v2.0.15-bundled.tar.gz
42c5643620d4acafa81da9e3d5e99a95020a9e1c SOURCES/nodemon-v2.0.19-bundled.tar.gz

View File

@ -5,8 +5,8 @@
%global enable_tests 0
Name: nodejs-%{npm_name}
Version: 2.0.15
Release: 1%{?dist}
Version: 2.0.19
Release: 2%{?dist}
Summary: Simple monitor script for use during development of a node.js app
License: MIT
URL: https://www.npmjs.com/package/nodemon
@ -73,8 +73,18 @@ npm run test
%{_bindir}/nodemon
%changelog
* Wed Aug 03 2022 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.19-2
- Switched from autosetup
- Removed CODE_OF_CONDUCT.md and faq.md which is not present in npmjs package, might switch to GH sources in the future
- Resolves: RHBZ#2109919
* Mon Jul 25 2022 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.19-1
- Rebase to 2.0.19
- Resolves CVE-2022-33987
- Resolves: RHBZ#2109919
* Tue Nov 30 2021 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.15-1
- Resolves: RHBZ#2027632, RHBZ#2028131
- Resolves: RHBZ#1991322, RHBZ#1948030
- Resolves CVE-2020-28469
- Rebase to newest version
- Change source to npmjs.com