diff --git a/lib/utils.pm b/lib/utils.pm index 6a8e4948..bf2a5027 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -475,7 +475,7 @@ sub get_workarounds { my %workarounds = ( "40" => [], "41" => [], - "42" => [], + "42" => ["FEDORA-2025-0976d1a1dc", "FEDORA-2025-5ccb655b33"], "eln" => [], ); my $advortasks = $workarounds{$version};