From bd317e001fdf640d57afb4b1e2e59b29099084a7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sun, 18 Aug 2024 09:18:48 -0700 Subject: [PATCH] Add gnome-initial-setup vendor.conf revert update as F41 workaround This is part of reverting webui for F41. The kickstarts change is merged, so we need this also. 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 32ed2193..d9a96997 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -476,7 +476,7 @@ sub get_workarounds { my %workarounds = ( "39" => [], "40" => [], - "41" => [], + "41" => ["FEDORA-2024-995fde04bc"], "42" => [], ); my $advortasks = $workarounds{$version};