stable

grub2-2.12-22.fc43

FEDORA-2025-5a25808a78 created by nfrayer a year ago for Fedora 43

Automatic update for grub2-2.12-22.fc43.

Changelog
* 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

How to install

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

This update was automatically created

a year ago

This update's test gating status has been changed to 'waiting'.

a year ago
User Icon dustymabe commented & provided feedback a year ago
karma

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'.

a year ago

This update has been submitted for stable by bodhi

a year ago
User Icon adamwill commented & provided feedback a year ago
karma

Yeah, it broke ostree build test on openQA too. The problem is the new %posttrans script:

%posttrans efi-%{efiarch}
/usr/lib/bootloader/install_bootloader %{grub_efi_dir} %{efi_esp_dir}

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:

[2025-02-07 14:58:23] grub2-efi-x64.posttrans: cp: target '/boot/efi/EFI/fedora/': No such file or directory

I will send a PR that makes that scriptlet always exit 0, in the generally-approved style.


Please log in to add feedback.

Metadata
Type
unspecified
Karma
-2
Signed
Content Type
RPM
Test Gating
Autopush Settings
Unstable by Karma
-3
Stable by Karma
disabled
Stable by Time
0 days
Dates
submitted
a year ago
in testing
a year ago
in stable
a year ago
approved
a year ago

Automated Test Results