From 17db47eac159459088b18735505ed310d56673f0 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Sat, 7 Oct 2023 09:53:32 +0000 Subject: [PATCH] import CS nodejs-nodemon-2.0.20-2.module_el9+583+597f83c2 --- .gitignore | 2 +- .nodejs-nodemon.metadata | 2 +- SPECS/nodejs-nodemon.spec | 19 +++++++++++++------ 3 files changed, 15 insertions(+), 8 deletions(-) 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