From cfa633840f458a6ff3f08be1796569652ec1876b Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Tue, 28 Jul 2026 11:44:59 -0400 Subject: [PATCH] import UBI nodejs-nodemon-3.1.14-1.module+el8.10.0+24562+090c6525 --- .gitignore | 2 +- .nodejs-nodemon.metadata | 2 +- SPECS/nodejs-nodemon.spec | 17 +++++++++++------ 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 41959dc..85768e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/nodemon-v3.0.3-bundled.tar.gz +SOURCES/nodemon-v3.1.14-bundled.tar.gz diff --git a/.nodejs-nodemon.metadata b/.nodejs-nodemon.metadata index d94dd19..e5eee57 100644 --- a/.nodejs-nodemon.metadata +++ b/.nodejs-nodemon.metadata @@ -1 +1 @@ -7f7e27e649a19ae67cb90028f09ed451488283e3 SOURCES/nodemon-v3.0.3-bundled.tar.gz +09b3dbdd89671f15c250e03658c5d76a2a55e697 SOURCES/nodemon-v3.1.14-bundled.tar.gz diff --git a/SPECS/nodejs-nodemon.spec b/SPECS/nodejs-nodemon.spec index 5b36db4..381a162 100644 --- a/SPECS/nodejs-nodemon.spec +++ b/SPECS/nodejs-nodemon.spec @@ -5,11 +5,11 @@ %global enable_tests 0 Name: nodejs-%{npm_name} -Version: 3.0.3 +Version: 3.1.14 Release: 1%{?dist} Summary: Simple monitor script for use during development of a node.js app -License: ISC AND MIT -URL: https://github.com/remy/nodemon +License: MIT +URL: https://www.npmjs.com/package/nodemon Source0: %{npm_name}-v%{version}-bundled.tar.gz BuildRequires: nodejs-devel @@ -40,7 +40,7 @@ replacement wrapper for node, think of it as replacing the word "node" on the command line when you run your script. %prep -%setup -q -n %{npm_name}-%{version} +%autosetup -p1 -n package %build @@ -49,7 +49,7 @@ on the command line when you run your script. %install mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name} -cp -pr doc bin lib package.json website node_modules %{buildroot}%{nodejs_sitelib}/%{npm_name} +cp -pr doc bin lib package.json node_modules %{buildroot}%{nodejs_sitelib}/%{npm_name} mkdir -p %{buildroot}%{_bindir} ln -sf %{nodejs_sitelib}/%{npm_name}/bin/nodemon.js %{buildroot}%{_bindir}/nodemon @@ -64,10 +64,15 @@ npm run test %endif %files -%doc CODE_OF_CONDUCT.md doc faq.md README.md +%doc doc README.md %{nodejs_sitelib}/%{npm_name} %{_bindir}/nodemon %changelog +* Mon Mar 2 2026 Tomas Juhasz - 3.1.14-1 +- Rebase to 3.1.14 +- Switch from using remys fork as a source to npm. +- Resolves: RHEL-208657 + * Fri Sep 05 2025 Jan Staněk - 3.0.3-1 - Initial import into nodejs:24 module