-
Notifications
You must be signed in to change notification settings - Fork 79
fix: Use patched rpm-ostree on F43. #1600
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
Conversation
Add version lock for rpm-ostree in install script
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR implements a workaround for an upstream rpm-ostree bug affecting Fedora 43 users by installing a patched version from a COPR repository. The patch prevents transaction crashes that would otherwise strand users during package layering operations.
Key changes:
- Added conditional logic to swap rpm-ostree with a patched version specifically for Fedora 43
- Uses the ublue-os staging COPR repository as the source for the patched package
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
bsherman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per discussion this also needs to include the patch for Fedora 42.
Done, please re-approve |
bsherman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
And for the record this should merge and build after the F42 COPR build has completed.
Current upstream version will crash during the transaction, stranding most users.