From 81c0a861d6bc120d92558a69b10f14e1770cf8de Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 1 Sep 2021 14:49:37 -0700 Subject: [PATCH] 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 --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index ecfce396..bff437aa 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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};