From d761df56b2971f62e5f3c6498a4bec8cda756463 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 16 Oct 2024 11:01:32 -0700 Subject: [PATCH] Add gjs user switch crash fix update as workaround for F41 This should allow us to turn the desktop_login test back on for updates. 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 cab7e634..c6b09f30 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -475,7 +475,7 @@ sub get_workarounds { my %workarounds = ( "39" => [], "40" => ["FEDORA-2024-8ef1271562"], - "41" => ["FEDORA-2024-d7dc366b88"], + "41" => ["FEDORA-2024-d7dc366b88", "FEDORA-2024-975d19f08d"], "42" => [], "eln" => [], );