From f6273425ee61ce06338358dbba99c3a3641ba3f3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 23 Mar 2024 17:12:40 -0700 Subject: [PATCH] Add FEDORA-2024-01fd5aa621 to workarounds gvfs from the GNOME 46 megaupdate needs it. It's been pushed stable but not included in a compose, yet. 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 06e2b01d..f44eff4f 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -476,7 +476,7 @@ sub get_workarounds { my %workarounds = ( "38" => [], "39" => [], - "40" => [], + "40" => ["FEDORA-2024-01fd5aa621"], "41" => [], ); my $advortasks = $workarounds{$version};