From 7156881b64e848acf8adb5dbf6bb706e4426cf44 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 14 Feb 2023 11:27:18 -0800 Subject: [PATCH] workarounds: add kde-settings for F38 too This gets us the F38 background in KDE. 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 e2da85b1..01edcce6 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -479,7 +479,7 @@ sub setup_workaround_repo { my %workarounds = ( "36" => [], "37" => [], - "38" => ["FEDORA-2023-240cd5ee29", "FEDORA-2023-adf2c08800"], + "38" => ["FEDORA-2023-240cd5ee29", "FEDORA-2023-adf2c08800", "FEDORA-2023-5ad9752e38"], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};