https://bugzilla.redhat.com/show_bug.cgi?id=1433784
Honza Horak hhorak@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks|1433764 | Flags| |fedora-review?
--- Comment #2 from Honza Horak hhorak@redhat.com --- An updated variant with bundled dependencies, because the previous attempt to package dependencies properly unbundled was not successful and we still miss this package for the nodejs container image.
Reasoning for the bundling: Similar to nodejs+npm packages, packaging and maintaining depended npm modules separately is worth the benefits. Bundle provides are handled automatically, and npm package upstreams are used to update the dependencies regularly, so from the security perspective, this should be fine.
Spec URL: https://hhorak.fedorapeople.org/nodemon/nodejs-nodemon.spec SRPM URL: https://hhorak.fedorapeople.org/nodemon/nodejs-nodemon-2.0.3-1.fc32.src.rpm
Description: Simple monitor script for use during development of a node.js app.
For use during development of a node.js based application.
nodemon will watch the files in the directory in which nodemon was started, and if any files change, nodemon will automatically restart your node application.
nodemon does not require any changes to your code or method of development. nodemon simply wraps your node application and keeps an eye on any files that have changed. Remember that nodemon is a replacement wrapper for node, think of it as replacing the word "node" on the command line when you run your script.
scratch build of nodejs-nodemon-2.0.3-1.fc32.src.rpm for f32: https://koji.fedoraproject.org/koji/taskinfo?taskID=43969008
Fedora Account System Username: hhorak
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1433764 [Bug 1433764] Tracker for packaging nodemon and dependencies