Clear F40 workarounds list

All updates are now stable.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-03-15 09:21:55 -07:00
parent dc7ff01f27
commit 30a71127c0
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-f0fdde3a5d", "FEDORA-2024-fd7685bc5f", "FEDORA-2024-2aca68bad6"],
"40" => [],
"41" => [],
);
my $advortasks = $workarounds{$version};