diff --git a/lib/utils.pm b/lib/utils.pm index a9050abc..103b3fbf 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -476,7 +476,7 @@ sub get_workarounds { my %workarounds = ( "38" => [], "39" => [], - "40" => ["FEDORA-2024-f0fdde3a5d"], + "40" => ["FEDORA-2024-f0fdde3a5d", "FEDORA-2024-fd7685bc5f"], "41" => [], ); my $advortasks = $workarounds{$version};