1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-27 16:27:22 +00:00

Add FEDORA-2024-b156c57ef1 as F40 workaround to fix upgrades

See https://bugzilla.redhat.com/show_bug.cgi?id=2274833. Upgrades
from F39 to F40 fail without this.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-04-12 18:59:41 -07:00
parent fcbb00d0ac
commit a07ad20240

View File

@ -476,7 +476,7 @@ sub get_workarounds {
my %workarounds = (
"38" => [],
"39" => [],
"40" => [],
"40" => ["FEDORA-2024-b156c57ef1"],
"41" => [],
);
my $advortasks = $workarounds{$version};