diff --git a/lib/utils.pm b/lib/utils.pm index 419b8493..7b18b6e2 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -515,7 +515,9 @@ sub _repo_setup_updates { my %workarounds = ( "30" => [], "31" => [], - "32" => ["FEDORA-2020-755d29d4b0"] + # fix for lmod breaking console output tests, fix for UEFI + # bootloader installs + "32" => ["FEDORA-2020-755d29d4b0", "FEDORA-2020-8ef75170b3"] ); # then we'll download each update for our release: my $advisories = $workarounds{$version};