Add FEDORA-2021-9677463ae9 as a workaround for F35 update issues

This will hopefully resolve desktop_update_graphical failures on
Workstation.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-09-01 14:49:37 -07:00
parent 0891384805
commit 81c0a861d6
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ sub setup_workaround_repo {
my %workarounds = (
"33" => [],
"34" => [],
"35" => []
"35" => ["FEDORA-2021-9677463ae9"]
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};