From d86960166d667e7ded5d6691f04cf62591f51a14 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 14 Sep 2020 18:47:23 -0700 Subject: [PATCH] drop FEDORA-2020-2bef864cab as a workaround (it went stable) Signed-off-by: Adam Williamson --- lib/utils.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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};