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