public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nodejs-nodemon] rawhide: Regenerating sources for CVE-2026-13149
@ 2026-07-22 8:55 Andrei Radchenko
0 siblings, 0 replies; only message in thread
From: Andrei Radchenko @ 2026-07-22 8:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/nodejs-nodemon
Branch : rawhide
Commit : 25e2b9bd6174cc84ee97b17200c4423d63710aa2
Author : Andrei Radchenko <aradchen@redhat.com>
Date : 2026-07-22T10:52:31+02:00
Stats : +10/-10 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/nodejs-nodemon/c/25e2b9bd6174cc84ee97b17200c4423d63710aa2?branch=rawhide
Log:
Regenerating sources for CVE-2026-13149
Currently remy's original repo is slightly behind npm's registry counterpart.
- changed upstream source to npm one
- tarball script edits
Resolves: rhbz#2494976
---
diff --git a/nodejs-nodemon.spec b/nodejs-nodemon.spec
index 5770e7e..71d4908 100644
--- a/nodejs-nodemon.spec
+++ b/nodejs-nodemon.spec
@@ -9,7 +9,7 @@ Version: 3.1.14
Release: %autorelease
Summary: Simple monitor script for use during development of a node.js app
License: ISC AND MIT
-URL: https://github.com/remy/nodemon
+URL: https://www.npmjs.com/package/nodemon
Source0: %{npm_name}-v%{version}-bundled.tar.gz
@@ -41,8 +41,8 @@ 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}
-#%%patch -P 0
+%autosetup -n package
+
%build
# nothing to do
@@ -50,7 +50,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
@@ -65,7 +65,7 @@ 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
diff --git a/nodemon-tarball.sh b/nodemon-tarball.sh
old mode 100644
new mode 100755
index e9c1502..584243c
--- a/nodemon-tarball.sh
+++ b/nodemon-tarball.sh
@@ -1,7 +1,7 @@
#!/bin/sh
version=$(rpm -q --specfile --qf='%{version}\n' nodejs-nodemon.spec | head -n1)
-wget https://github.com/remy/nodemon/archive/v$version.tar.gz
-tar -zxf v$version.tar.gz
-cd nodemon-$version
-npm install --production && cd .. && tar -zcf nodemon-v$version-bundled.tar.gz nodemon-$version
+wget https://registry.npmjs.org/nodemon/-/nodemon-$version.tgz
+tar -zxf nodemon-$version.tgz
+cd package
+npm install --production && cd .. && tar -zcf nodemon-v$version-bundled.tar.gz package
diff --git a/sources b/sources
index afa120c..7c5db38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nodemon-v3.1.14-bundled.tar.gz) = 72d7ddb6ccc0783bf96a316b94fa428820d6e147fdd6192f22524b258cfe13ccc4ba274b8cef225f3a542b0c6175b35e6937cad8de218dab3491a98bc129e9f2
+SHA512 (nodemon-v3.1.14-bundled.tar.gz) = db8759bb731247799835e32d86b91dd124aa504c2484e70fcae167c71565bec5ab83dd05c363fd25a024d55c69eaf02edef3ac0eb76550581eb09fc1528c2471
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-22 8:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 8:55 [rpms/nodejs-nodemon] rawhide: Regenerating sources for CVE-2026-13149 Andrei Radchenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox