Compare commits

...

No commits in common. "c8-stream-12" and "stream-nodejs-10-rhel-8.9.0" have entirely different histories.

5 changed files with 12 additions and 8 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/nodemon-v2.0.3-bundled.tar.gz
/nodemon-v1.18.3-bundled.tar.gz

View File

@ -1 +0,0 @@
a515df94af26b438ffbf4d914259f16a03cc7c15 SOURCES/nodemon-v2.0.3-bundled.tar.gz

View File

@ -5,7 +5,7 @@
%global enable_tests 0
Name: nodejs-%{npm_name}
Version: 2.0.3
Version: 1.18.3
Release: 1%{?dist}
Summary: Simple monitor script for use during development of a node.js app
License: MIT
@ -62,9 +62,10 @@ mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{npm_name}/bin/nodemon.js %{buildroot}%{_bindir}/nodemon
#%%nodejs_symlink_deps
#%nodejs_symlink_deps
%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
npm run test
@ -76,10 +77,6 @@ npm run test
%{_bindir}/nodemon
%changelog
* Wed May 06 2020 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.3-1
- Resolves: RHBZ#1920692, RHBZ#1804236, RHBZ#1803247
- Rebase to 2.0.3
* Mon Aug 13 2018 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.18.3-1
- Resolves: #1615413
- Updated

7
nodemon-tarball.sh Normal file
View File

@ -0,0 +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

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (nodemon-v1.18.3-bundled.tar.gz) = e8c6e765e6c742d4d59e8d37ce88c42e9c4ef0f0ccc825247ca6e47482f02dc708329aeaf87aed1033e292f0af9b19e18a9424f82b9e223e7037081eb19ad17d