import nodejs-nodemon-2.0.19-2.module+el8.6.0+16240+7ca51420

This commit is contained in:
CentOS Sources 2022-09-27 08:16:31 -04:00 committed by Stepan Oksanichenko
parent 8baf020706
commit e4c9f9c449
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
ea8166b34515044e685b18b8cb05f0079022a65a 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#2109921
* Mon Jul 25 2022 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.19-1
- Rebase to 2.0.19
- Resolves CVE-2022-33987
- Resolves: RHBZ#2109921
* Tue Nov 30 2021 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.15-1
- Resolves: RHBZ#2027630
- Resolves: RHBZ#2005419
- Resolves CVE-2020-28469
- Rebase to newest version
- Change source to npmjs.com