From db99e5462cf71933acb0682e08aaba01706d16b5 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 10 Oct 2020 17:27:33 -0700 Subject: [PATCH] Drop F33 FreeIPA update from workarounds, 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 7a4f8dd7..f68ff175 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -441,8 +441,7 @@ sub setup_workaround_repo { my %workarounds = ( "31" => [], "32" => [], - # freeipa: https://bugzilla.redhat.com/show_bug.cgi?id=1886205 - "33" => ["FEDORA-2020-e9e815177e"] + "33" => [] ); # then we'll download each update for our release: my $advisories = $workarounds{$version};