Drop F34 workaround updates that have gone stable

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-03-05 13:23:59 -08:00
parent 1e5d767fa3
commit 540f667c1d
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ sub setup_workaround_repo {
my %workarounds = (
"32" => [],
"33" => [],
"34" => ["FEDORA-2021-263244c071", "FEDORA-2021-688bf3e82e", "FEDORA-2021-bdc10e21fc", "FEDORA-2021-3519ef4c51"]
"34" => ["FEDORA-2021-578907b183", "FEDORA-2021-bdc10e21fc"]
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};