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