Drop F31 workaround that's gone stable, add F32 lmod workaround
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
5bfc22800c
commit
8e43dfa304
@ -514,8 +514,8 @@ sub _repo_setup_updates {
|
|||||||
# for any release, the hash can be empty and this will do nothing
|
# for any release, the hash can be empty and this will do nothing
|
||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"30" => [],
|
"30" => [],
|
||||||
# libdnf fix for #1795004
|
"31" => [],
|
||||||
"31" => ["FEDORA-2020-980b80f9d9"]
|
"32" => ["FEDORA-2020-755d29d4b0"]
|
||||||
);
|
);
|
||||||
# then we'll download each update for our release:
|
# then we'll download each update for our release:
|
||||||
my $advisories = $workarounds{$version};
|
my $advisories = $workarounds{$version};
|
||||||
|
Loading…
Reference in New Issue
Block a user