Description of problem: The rhc package seems to be part of epel8 @core group. This causes an issue on CentOS Stream 8 as rhc dependes on insights-client which is not available. We get the following error: `nothing provides insights-client needed by rhc-1:0.2.4-1.el8.x86_64 from appstream`. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. `dnf group info core | grep rhc` 2. `dnf install rhc` Actual results: ``` Error: Problem: conflicting requests - nothing provides insights-client needed by rhc-1:0.2.4-1.el8.x86_64 from appstream (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) ``` Expected results: rhc should not be included in @core group Additional info: See https://bugzilla.redhat.com/show_bug.cgi?id=2064944
This is a comps issue for epel8. Not release epel-release ... but I'll say close enough. (OK, it's really a CentOS Stream 8 issue, because it has packages that do not install, but I should have changed the comps a while ago.)
Here is a pull request for the comps fix. https://pagure.io/fedora-comps/pull-request/886
Sorry I could not find the right component to file the bug. You're right there is an underlying CentOS Stream 8 issue, the rhc package does not install, but probably not even meant to be installed on CentOS Stream 8 and should not be in the repository. Thanks for the fix.
That PR was merged, and I believe this is fixed now. I also added notes in the epel10 comps file about why EPEL duplicates the core group so we have that information handy for future EPEL releases. https://pagure.io/fedora-comps/c/5669c47f58eeeea7006471fca7a9d2a1f6999c53?branch=main