diff --git a/lib/utils.pm b/lib/utils.pm index 1a630512..d3671905 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -479,7 +479,7 @@ sub setup_workaround_repo { my %workarounds = ( "36" => [], "37" => [], - "38" => ["FEDORA-2023-ad52b2e4b9"], + "38" => ["FEDORA-2023-ad52b2e4b9", "FEDORA-2023-ade2a4ec02"], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};