From 3b7c0440b876e321d3b8c50aef4692158ef47a59 Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Tue, 28 Jul 2026 11:45:48 -0400 Subject: [PATCH] import UBI nodejs-nodemon-3.1.14-1.module+el8.10.0+24556+e9352af2 --- .gitignore | 2 +- .nodejs-nodemon.metadata | 2 +- SPECS/nodejs-nodemon.spec | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8f34d75..85768e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/nodemon-v3.0.1-bundled.tar.gz +SOURCES/nodemon-v3.1.14-bundled.tar.gz diff --git a/.nodejs-nodemon.metadata b/.nodejs-nodemon.metadata index 0c2bc22..e5eee57 100644 --- a/.nodejs-nodemon.metadata +++ b/.nodejs-nodemon.metadata @@ -1 +1 @@ -48866a63f8855707c386d0eb53891ec4de5ad1de SOURCES/nodemon-v3.0.1-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 3b84ec3..5fad279 100644 --- a/SPECS/nodejs-nodemon.spec +++ b/SPECS/nodejs-nodemon.spec @@ -5,7 +5,7 @@ %global enable_tests 0 Name: nodejs-%{npm_name} -Version: 3.0.1 +Version: 3.1.14 Release: 1%{?dist} Summary: Simple monitor script for use during development of a node.js app License: MIT @@ -67,6 +67,11 @@ npm run test %{_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-208659 + * Tue Nov 12 2024 Jarek Prokop - 3.0.1-1 - Exclude ix86 arches from building. Related: RHEL-35991