Drop F33 FreeIPA update from workarounds, it went stable

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-10-10 17:27:33 -07:00
parent da0b079686
commit db99e5462c

View File

@ -441,8 +441,7 @@ sub setup_workaround_repo {
my %workarounds = ( my %workarounds = (
"31" => [], "31" => [],
"32" => [], "32" => [],
# freeipa: https://bugzilla.redhat.com/show_bug.cgi?id=1886205 "33" => []
"33" => ["FEDORA-2020-e9e815177e"]
); );
# then we'll download each update for our release: # then we'll download each update for our release:
my $advisories = $workarounds{$version}; my $advisories = $workarounds{$version};