diff --git a/lib/utils.pm b/lib/utils.pm index ad9825c1..9d22b6f2 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -475,8 +475,8 @@ sub get_workarounds { my %workarounds = ( "39" => [], "40" => [], - "41" => ["FEDORA-2024-e331cd53ac", "FEDORA-2024-cb1e9f47a3"], - "42" => ["124312792"], + "41" => [], + "42" => [], "eln" => [], ); my $advortasks = $workarounds{$version};