From 02015ed5a058f0ec78e14e7c72014c8c6a396a3d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 7 Mar 2024 15:54:51 -0800 Subject: [PATCH] Add F40 backgrounds update as workaround So the kde-settings update can pass tests. 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 f6669766..a9050abc 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -476,7 +476,7 @@ sub get_workarounds { my %workarounds = ( "38" => [], "39" => [], - "40" => [], + "40" => ["FEDORA-2024-f0fdde3a5d"], "41" => [], ); my $advortasks = $workarounds{$version};