Bug 1637922
| Summary: | Conflict when installing alongside stock NodeJS 6 on EL7 | ||
|---|---|---|---|
| Product: | Red Hat Software Collections | Reporter: | Assen Totin <assen> |
| Component: | rh-nodejs8 | Assignee: | Jan Staněk <jstanek> |
| Status: | CLOSED EOL | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rh-nodejs8 | CC: | chaz, jstanek, karel.klic, robin.edser |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-11-01 15:51:25 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Assen Totin
2018-10-10 10:46:07 UTC
The conflicting file is part of an RPM dependency generator, and as such unfortunately cannot be set in spec file. The apparent purpose of this generator is to add versioned dependencies on ABI of nodejs and v8 used in the collection. However, currently this works only on the non-SCL version of nodejs, since the generator does not take into account the changes in paths associated with SCL (in other words, it does not look into /opt/… prefix). Adapting the generator to a) not conflict and b) take into account SCL paths is not trivial. What is more, there is no easy way to test the generator correctness, since there is no package in the SCL that this generator should (!) apply to. The easiest (and potentially also wrong) way to resolve this issue would be to drop the generator from the collection – since it could not work until now, nothing will broke. Of course, that will mean keeping this change in mind and manually "apply" the generator in case a relevant package will be added in the future. As it turns out, the other collections (rh-nodejs6 for example [1]) already drop this generator, and rh-nodejs8 ships it by mistake. [1]: http://pkgs.devel.redhat.com/cgit/rpms/nodejs/tree/nodejs.spec?h=rhscl-3.2-rh-nodejs6-rhel-7#n215 Red Hat does not currently plan to provide any further changes to this collection in a Red Hat Software Collections update release. This software collection is nearing the retirement date (October 2019) after which customers are encouraged to upgrade to a later release. Please contact Red Hat Support if you have further questions, or refer to the support lifecycle page for more information. https://access.redhat.com/support/policy/updates/rhscl/ In accordance with the Red Hat Software Collections Product Life Cycle, the support period for this collection has ended. New bug fix, enhancement, and security errata updates, as well as technical support services will no longer be made available for this collection. Customers are encouraged to upgrade to a later release. Please contact Red Hat Support if you have further questions, or refer to the support lifecycle page for more information. https://access.redhat.com/support/policy/updates/rhscl/ |