From 42316bdfb1cb24ee62b731171cb59b6231adae70 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 14 Feb 2023 09:58:49 -0800 Subject: [PATCH] workarounds: add desktop-backgrounds too for F38 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 e978b4e7..e2da85b1 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"], + "38" => ["FEDORA-2023-240cd5ee29", "FEDORA-2023-adf2c08800"], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};