diff --git a/lib/utils.pm b/lib/utils.pm index 92674628..06e2b01d 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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};