clean up workarounds

Drop two that went stable, replace a scratch build with the
official update.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-02-29 17:42:27 -08:00
parent b1d0d448ea
commit 8dbcca38b0
1 changed files with 2 additions and 2 deletions

View File

@ -476,8 +476,8 @@ sub get_workarounds {
my %workarounds = (
"38" => [],
"39" => [],
"40" => ["114154510", "FEDORA-2024-4afc8e64b0"],
"41" => ["114149399"],
"40" => ["FEDORA-2024-76dab69b77"],
"41" => [],
);
my $advortasks = $workarounds{$version};
return @$advortasks;