Automatic update for grub2-2.12-22.fc43.
* Tue Feb 4 2025 Marta Lewandowska <mlewando@redhat.com> - 2.12-22
- Phase 1 of the bootloader updates proposal implementation
- https://fedoraproject.org/wiki/Changes/BootLoaderUpdatesPhase1
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2025-5a25808a78
Please log in to add feedback.
This update was automatically created
This update's test gating status has been changed to 'waiting'.
It appears this is breaking CoreOS tests. I'd appreciate if we can get some time to investigate early next week before this gets zipped into
rawhide.This update's test gating status has been changed to 'passed'.
This update has been submitted for stable by bodhi
Yeah, it broke ostree build test on openQA too. The problem is the new %posttrans script:
that is just generically against the packaging guidelines, first of all. They say "All scriptlets MUST exit with the zero exit status." You should never write a scriptlet which can possibly exit non-zero. And that is indeed what's happening in this case. From the openQA test log:
I will send a PR that makes that scriptlet always exit 0, in the generally-approved style.
https://src.fedoraproject.org/rpms/grub2/pull-request/138