import UBI nodejs-nodemon-3.1.14-1.module+el8.10.0+24556+e9352af2
This commit is contained in:
parent
b9ebd4fe67
commit
3b7c0440b8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/nodemon-v3.0.1-bundled.tar.gz
|
||||
SOURCES/nodemon-v3.1.14-bundled.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
48866a63f8855707c386d0eb53891ec4de5ad1de SOURCES/nodemon-v3.0.1-bundled.tar.gz
|
||||
09b3dbdd89671f15c250e03658c5d76a2a55e697 SOURCES/nodemon-v3.1.14-bundled.tar.gz
|
||||
|
||||
@ -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 <tjuhasz@redhat.com> - 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 <jprokop@redhat.com> - 3.0.1-1
|
||||
- Exclude ix86 arches from building.
|
||||
Related: RHEL-35991
|
||||
|
||||
Loading…
Reference in New Issue
Block a user