Compare commits

...

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

3 changed files with 5 additions and 8 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
a515df94af26b438ffbf4d914259f16a03cc7c15 SOURCES/nodemon-v2.0.3-bundled.tar.gz
3897fd1683babbd7df880d7e14e2d81c9239985f SOURCES/nodemon-v1.18.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