diff --git a/lib/utils.pm b/lib/utils.pm index da350bde..c7948c53 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -441,8 +441,8 @@ sub setup_workaround_repo { my %workarounds = ( "31" => [], # FreeIPA 4.8.9 to make the UI consistent across releases - "32" => ["FEDORA-2020-dc32a8de93"], - "33" => [] + "32" => [], + "33" => ["FEDORA-2020-2bef864cab"] ); # then we'll download each update for our release: my $advisories = $workarounds{$version};