From b59f875af17b2a628fffa25c7f65f8e9797c9783 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 27 May 2020 13:15:37 -0700 Subject: [PATCH] Drop F32 workaround updates (both now stable) Signed-off-by: Adam Williamson --- lib/utils.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index 25804641..c2bd23ae 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -444,9 +444,7 @@ sub setup_workaround_repo { my %workarounds = ( "30" => [], "31" => [], - # fix for lmod breaking console output tests, latest pki to - # avoid broken FreeIPA upgrades (it can't go backwards) - "32" => ["FEDORA-2020-755d29d4b0", "FEDORA-2020-5f05c3ec46"] + "32" => [] ); # then we'll download each update for our release: my $advisories = $workarounds{$version};