Build RPM packages for currently supported Fedora releases#10879
Merged
Conversation
oskirby
approved these changes
Nov 25, 2025
| fail-fast: false | ||
| matrix: | ||
| # currently supported Fedora releases | ||
| fedora-version: [43, 42] |
Collaborator
There was a problem hiding this comment.
Non-blocking comment: Is there an API or something that we can easily fetch to get the list of fedora versions dynamically? For example, the PPA workflows fetch the distro-info-data to determine the currently supported releases.
If this is something that we have to maintain manually, it's also something that we'll inevitably forget to do.
Collaborator
Author
There was a problem hiding this comment.
I've updated the workflow to fetch fedora release status from https://endoflife.date/fedora
Interestingly, it tries to build for FC41 which is scheduled for EOL on November, 19th, but still not listed in the end of life release list, so it's likely still alive. I guess we should be more of less fine with that.
f8dd370 to
df00962
Compare
df00962 to
c5d7962
Compare
strseb
approved these changes
Dec 1, 2025
oskirby
reviewed
Dec 1, 2025
| cancel-in-progress: true | ||
|
|
||
| jobs: | ||
| supported-fedora-releases: |
oskirby
approved these changes
Dec 1, 2025
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.
Description
Try to build RPMs on currently supported Fedora releases 43 and 42 (Fedora 41 is EOL by the end of November 2025).
Reference
JIRA
#10867
Checklist