Bug 2305929
Summary: | EPEL for KDE package issue on RHEL Clone, Rocky 9 | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | chaveze <chaveze> |
Component: | epel-release | Assignee: | Troy Dawson <tdawson> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | epel9 | CC: | carl, kevin, smooge, tdawson, travier |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Other | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-08-30 15:26:36 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
chaveze
2024-08-19 23:42:58 UTC
Looking at the conversation you linked to, you are doing dnf group info "KDE (K Desktop Environment)" There is no group "KDE (K Desktop Environment)" in epel. There is no group with that name in rocky9 either. My guess is that you have a custom repo, possibly setup by ansible, with that group name, and it has not been updated. The epel group name is "KDE Plasma Workspaces" ... and I think you realized that, because what you have in this bug, and what you have in the conversation are two different things. dnf group install "KDE Plasma Workspaces" works just fine on rocky9. You are also claiming that the packages you have listed are in epel8, but that is not true. None of them are in epel8, so if they were installing on your rocky8 machines then you must be getting them from a different place than epel. Look at your rocky8 machines that are working, and look at the dnf configurations in /etc/yum.repos.d/ and figure out what you are really pointing your repos at. Same thing happens with "KDE Plasma Workspaces" No match for group package "plasma-nm-vpnc" No match for group package "NetworkManager-config-connectivity-fedora" No match for group package "pinentry-qt" No match for group package "qt-at-spi" No match for group package "dnfdragora" No match for group package "abrt-desktop" No match for group package "kio-gdrive" No match for group package "systemd-oomd-defaults" All my repos are from EPEL and rocky for its RHEL. Only things I have added are Fastx from Startnet and vavaldi in the future. /etc/yum.repos.d/ duosecurity.repo epel-cisco-openh264.repo epel.repo epel-testing.repo rocky-addons.repo rocky-devel.repo rocky-extras.repo rocky-extras.repo.rpmnew rocky.repo rocky.repo.rpmnew starnet.repo VirtualGL.repo My apologies. You are correct. I missed that when I checked. I have created a comps pull request that should fix the problem. https://pagure.io/fedora-comps/pull-request/1009 Is there any specific reason for this issue to not be public? (In reply to Timothée Ravier from comment #4) > Is there any specific reason for this issue to not be public? I didn't realize it wasn't public. I have removed the tag. The pull request has been merged, but the change won't be seen until there is a new epel9 repo created, and it makes it to the mirrors. That usually takes a day or two. I'll keep this open until I can verify it's been pushed out and working. Hello Troy, Thank you for the help. I did not know I made it private. I'll make sure to not do it next time. Take care, Erik I have verified that the comps change has gone through, and that it fixed the problem. |