From 8e43dfa304aa57dfdfe332891b2096cb56f54a02 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 25 Feb 2020 17:40:22 -0800 Subject: [PATCH] Drop F31 workaround that's gone stable, add F32 lmod workaround Signed-off-by: Adam Williamson --- lib/utils.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index ba91293e..419b8493 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -514,8 +514,8 @@ sub _repo_setup_updates { # for any release, the hash can be empty and this will do nothing my %workarounds = ( "30" => [], - # libdnf fix for #1795004 - "31" => ["FEDORA-2020-980b80f9d9"] + "31" => [], + "32" => ["FEDORA-2020-755d29d4b0"] ); # then we'll download each update for our release: my $advisories = $workarounds{$version};