import UBI nodejs-nodemon-3.0.1-1.module+el9.2.0.z+19753+58118bc0
This commit is contained in:
parent
a9cfffa04f
commit
0f7b93c28c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/nodemon-v2.0.20-bundled.tar.gz
|
||||
SOURCES/nodemon-v3.0.1-bundled.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
1be1ce910230ecac54d90ff85e3fcf1f3fe87e4d SOURCES/nodemon-v2.0.20-bundled.tar.gz
|
||||
48866a63f8855707c386d0eb53891ec4de5ad1de SOURCES/nodemon-v3.0.1-bundled.tar.gz
|
||||
|
@ -5,8 +5,8 @@
|
||||
%global enable_tests 0
|
||||
|
||||
Name: nodejs-%{npm_name}
|
||||
Version: 2.0.20
|
||||
Release: 2%{?dist}
|
||||
Version: 3.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple monitor script for use during development of a node.js app
|
||||
License: MIT
|
||||
URL: https://www.npmjs.com/package/nodemon
|
||||
@ -21,17 +21,6 @@ BuildRequires: npm
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
BuildArch: noarch
|
||||
|
||||
%if 0%{?enable_tests}
|
||||
BuildRequires: npm(async)
|
||||
BuildRequires: npm(coffee-script)
|
||||
BuildRequires: npm(husky)
|
||||
BuildRequires: npm(istanbul)
|
||||
BuildRequires: npm(jscs)
|
||||
BuildRequires: npm(mocha)
|
||||
BuildRequires: npm(proxyquire)
|
||||
BuildRequires: npm(semantic-release)
|
||||
BuildRequires: npm(should)
|
||||
%endif
|
||||
|
||||
%description
|
||||
Simple monitor script for use during development of a node.js app.
|
||||
@ -75,6 +64,10 @@ npm run test
|
||||
%{_bindir}/nodemon
|
||||
|
||||
%changelog
|
||||
* Wed Aug 23 2023 Zuzana Svetlikova <zsvetlik@redhat.com> - 3.0.1-1
|
||||
- Rebase to 3.0.1
|
||||
- Resolves: CVE-2022-25883
|
||||
|
||||
* Mon Mar 20 2023 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.20-2
|
||||
- Patch bundled glob-parent
|
||||
- Resolves: CVE-2021-35065
|
||||
|
Loading…
Reference in New Issue
Block a user