diff --git a/.gitignore b/.gitignore index 8f34d75..5023da7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/nodemon-v3.0.1-bundled.tar.gz +SOURCES/nodemon-v2.0.20-bundled.tar.gz diff --git a/.nodejs-nodemon.metadata b/.nodejs-nodemon.metadata index 0c2bc22..9abb697 100644 --- a/.nodejs-nodemon.metadata +++ b/.nodejs-nodemon.metadata @@ -1 +1 @@ -48866a63f8855707c386d0eb53891ec4de5ad1de SOURCES/nodemon-v3.0.1-bundled.tar.gz +1be1ce910230ecac54d90ff85e3fcf1f3fe87e4d SOURCES/nodemon-v2.0.20-bundled.tar.gz diff --git a/SPECS/nodejs-nodemon.spec b/SPECS/nodejs-nodemon.spec index 9e8689d..079c973 100644 --- a/SPECS/nodejs-nodemon.spec +++ b/SPECS/nodejs-nodemon.spec @@ -5,8 +5,8 @@ %global enable_tests 0 Name: nodejs-%{npm_name} -Version: 3.0.1 -Release: 1%{?dist} +Version: 2.0.20 +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 @@ -21,6 +21,17 @@ 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. @@ -64,10 +75,6 @@ npm run test %{_bindir}/nodemon %changelog -* Wed Aug 23 2023 Zuzana Svetlikova - 3.0.1-1 -- Rebase to 3.0.1 -- Resolves: CVE-2022-25883 - * Mon Mar 20 2023 Zuzana Svetlikova - 2.0.20-2 - Patch bundled glob-parent - Resolves: CVE-2021-35065