Hi,
I need to do a security update for a nodejs package, nodejs-ws to be specific.
The fix was to update to the latest package, and didn't give any other
alternatives.
So, I've got my package made, in bohdi, and tomorrow will be when the
week's wait is up.
Here's the problem, and I think many of us nodejs packages have hit it.
You update a package, every test you try works, great. You push it to
stable, and the next morning you get a pile of emails stating that you
broke all sorts of dependencies. Not that your new package can't
install, but other packages that depended on your package can no
longer install.
How can I check for dependent issues before I push to stable?
This must be a fairly common thing for Fedora but I can't seem to find
documentation for it. Everything I find talks about your new package
being able to install, not the other way around.
Troy