Drop F31 workaround that's gone stable, add F32 lmod workaround

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-02-25 17:40:22 -08:00
parent 5bfc22800c
commit 8e43dfa304

View File

@ -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};