Update F33 workarounds: drop one that went stable, add two

These two are for a couple of FreeIPA bugs that showed up today
and were worked out with pemensik and mreynolds.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-01-25 23:48:48 -08:00
parent 7eb7689f59
commit 1308d104d4

View File

@ -445,7 +445,7 @@ sub setup_workaround_repo {
my %workarounds = (
"31" => [],
"32" => ["FEDORA-2021-28c15ce0f9"],
"33" => ["FEDORA-2021-7756ac1c27"]
"33" => ["FEDORA-2021-ad495a044c", "FEDORA-2021-5258e9cb11"]
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};