From 1308d104d491597a8d72fcd1fb5a15aa2ce5c052 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 25 Jan 2021 23:48:48 -0800 Subject: [PATCH] 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 --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index e8269573..db492fde 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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};