import nodejs-nodemon-2.0.19-2.module+el8.6.0+16240+7ca51420
This commit is contained in:
parent
63383cf769
commit
d919ecf6ff
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/nodemon-v2.0.15-bundled.tar.gz
|
||||
SOURCES/nodemon-v2.0.19-bundled.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
0c0d18598b43f7768e1531429a0d63014d322f50 SOURCES/nodemon-v2.0.15-bundled.tar.gz
|
||||
ea8166b34515044e685b18b8cb05f0079022a65a SOURCES/nodemon-v2.0.19-bundled.tar.gz
|
||||
|
@ -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,6 +73,16 @@ 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#2005419
|
||||
- Resolves CVE-2020-28469
|
||||
|
Loading…
Reference in New Issue
Block a user