Issue
nodejs-devel is shipped in nodejs:18 module, but the non-modular version is not currently shipped. This leads to issues when building packages in EPEL 9 such as
DEBUG util.py:443: Error:
DEBUG util.py:443:
Problem: conflicting requests
DEBUG util.py:443:
- package nodejs-devel-1:18.10.0-3.module+el9.1.0+16866+0fab0697.x86_64 is filtered out by modular filtering
DEBUG util.py:443:
- package nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64 is filtered out by modular filtering
as Koji will attempt to pick up the modular version instead and fail. See https://koji.fedoraproject.org/koji/taskinfo?taskID=97425015 for a recent example.
In accordance with the unshipped packages policy I'd like to request nodejs-devel to be added back to CRB. Thanks!