-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
copr plugin: _guess_chroot does not handle centos stream properly #524
Comments
= changelog = msg: Fix detection of CentOS Stream and Red Hat Enterprise Linux type: bugfix resolves: rpm-software-management#524
= changelog = msg: Fix detection of CentOS Stream type: bugfix resolves: rpm-software-management#524
Back in version 4.0.23 and earlier of the plugin, CentOS Stream would match EPEL chroots because
Due to these problems, that "fix" was reverted in version 4.3.0. Reverting the revert will be a mistake and bring back all of these same problems. This issue and the accompanying pull request (#525) should be closed. |
I am trying to enable repo on centos stream 9 "dnf -y copr enable --hub copr.fedorainfracloud.org @sssd/pr7193"
It is incorrectly defaulting to epel-9-x86_64 instead of centos-stream-9-x86_64:
2024-03-01T11:35:55 Repository 'epel-9-x86_64' does not exist in project '@sssd/pr7193'.
2024-03-01T11:35:55 Available repositories: 'fedora-38-x86_64', 'fedora-40-x86_64', 'centos-stream-9-x86_64', 'fedora-rawhide-x86_64', 'fedora-39-x86_64'
I do not want to put there repo explicitly as I want to reuse same code on centos, fedora and rhel.
The text was updated successfully, but these errors were encountered: