Drop workaround package that's gone stable
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
db3f6c1b02
commit
9df8fdb00e
1 changed files with 2 additions and 3 deletions
|
@ -515,9 +515,8 @@ sub _repo_setup_updates {
|
||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"30" => [],
|
"30" => [],
|
||||||
"31" => [],
|
"31" => [],
|
||||||
# fix for lmod breaking console output tests, fix for UEFI
|
# fix for lmod breaking console output tests
|
||||||
# bootloader installs
|
"32" => ["FEDORA-2020-755d29d4b0"]
|
||||||
"32" => ["FEDORA-2020-755d29d4b0", "FEDORA-2020-8ef75170b3"]
|
|
||||||
);
|
);
|
||||||
# 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 a new issue