Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


Fix
makerpm.jsscript.We were using
specitwhich is a fork frombbc/speculateto create thespecfile needed forrpmbuildto create RPMs.specithasn't been updated in years and had some dependencies that were causing some issues withosv-scannerwhich is run as part of Grafana's plugin validation suite.This uses
bbc/speculateand also updates libraries and resolutions as much as possible to remove any security scanning issues.This will require another iteration to make sure the updated script is correctly building installable RPMs. The current one at least has all the files needed. I want to at least get this merged so we have good builds with grafana validation turned on.
Added a bunch of debug
console.logmessages, decided to keep them in for now as they are very helpful in debugging. We can turn off some of the verbose ones eventually if needed.We will also need to update to
opennms-js2.6.1once that is released since it also has various library updates.Added a
DEVELOPMENT.mdto note various things found while doing updates that will help future developers.External References