Add mock and mock-core-configs to F40 workarounds

I'm hoping this will fix live image builds.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-02-14 11:58:43 -08:00
parent 6d4a8a9fb7
commit f8f1d0d433
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ sub get_workarounds {
my %workarounds = (
"38" => [],
"39" => [],
"40" => ["FEDORA-2024-912d46e3da"],
"40" => ["FEDORA-2024-912d46e3da", "FEDORA-2024-97337ce169", "FEDORA-2024-ca9110e3f3"],
);
my $advortasks = $workarounds{$version};
return @$advortasks;