import CS nodejs-nodemon-2.0.20-2.module_el9+583+597f83c2
This commit is contained in:
parent
9fd56f7278
commit
17db47eac1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/nodemon-v3.0.1-bundled.tar.gz
|
SOURCES/nodemon-v2.0.20-bundled.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
48866a63f8855707c386d0eb53891ec4de5ad1de SOURCES/nodemon-v3.0.1-bundled.tar.gz
|
1be1ce910230ecac54d90ff85e3fcf1f3fe87e4d SOURCES/nodemon-v2.0.20-bundled.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%global enable_tests 0
|
%global enable_tests 0
|
||||||
|
|
||||||
Name: nodejs-%{npm_name}
|
Name: nodejs-%{npm_name}
|
||||||
Version: 3.0.1
|
Version: 2.0.20
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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://www.npmjs.com/package/nodemon
|
URL: https://www.npmjs.com/package/nodemon
|
||||||
@ -21,6 +21,17 @@ BuildRequires: npm
|
|||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
BuildArch: 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
|
%description
|
||||||
Simple monitor script for use during development of a node.js app.
|
Simple monitor script for use during development of a node.js app.
|
||||||
@ -64,10 +75,6 @@ npm run test
|
|||||||
%{_bindir}/nodemon
|
%{_bindir}/nodemon
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Mar 20 2023 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.20-2
|
||||||
- Patch bundled glob-parent
|
- Patch bundled glob-parent
|
||||||
- Resolves: CVE-2021-35065
|
- Resolves: CVE-2021-35065
|
||||||
|
Loading…
Reference in New Issue
Block a user