1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 13:33:08 +00:00

Add FEDORA-2024-e331cd53ac as a workaround for F41

Another update depends on it. It's gone stable already, but we
are having issues with composes ATM so it hasn't made a compose.
It's safe to do this as we can be sure the depended-on update
will be in the next stable compose whenever it completes, so we
can't wind up in an inconsistent state.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-10-02 16:26:17 -07:00
parent d109fbdb43
commit 0b5aabcc57

View File

@ -475,7 +475,7 @@ sub get_workarounds {
my %workarounds = ( my %workarounds = (
"39" => [], "39" => [],
"40" => [], "40" => [],
"41" => [], "41" => ["FEDORA-2024-e331cd53ac"],
"42" => [], "42" => [],
"eln" => [], "eln" => [],
); );