{{ message }}
Add support for el10#747
Open
qha wants to merge 1 commit into
Open
Conversation
e7db95b to
676aefd
Compare
Author
676aefd to
679981b
Compare
Includes version bump of puppet/epel requirement as their support of el10 landed in 6.0.0. Stops syncing spec_helper_acceptance.rb to permit installing gnupg2 before testing on el10.
679981b to
a089cab
Compare
Author
|
I got some advice from a colleague so i've pushed a new variant that passes ci. If unmanaging spec_helper_acceptance.rb is not acceptable then i'll need a good deal of hints to "find another way". |
evgeni
reviewed
Apr 21, 2026
Member
There was a problem hiding this comment.
I really wish we didn't have to do this here.
@bastelfreak didn't we want to fix that in hostgenerator?
Member
There was a problem hiding this comment.
The reality is, this line in puppet-epel should not use gpg on el10
Member
There was a problem hiding this comment.
I don't know how to properly fix the epel module (or why it even exists instead of installing the epel-release package), but we could fix this in beaker-hostgenerator if we want:
evgeni
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Pull Request (PR) description
Add support for el10.
This Pull Request (PR) fixes the following issues