From 8ce8f2aba4cddab673ddac906a28346811d1d90e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 14 Feb 2023 09:17:49 -0800 Subject: [PATCH] f38 workarounds: drop updates now stable, add f38-backgrounds 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 87d15a8b..e978b4e7 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -479,7 +479,7 @@ sub setup_workaround_repo { my %workarounds = ( "36" => [], "37" => [], - "38" => ["FEDORA-2023-ad52b2e4b9", "FEDORA-2023-ade2a4ec02", "FEDORA-2023-965f517da3"], + "38" => ["FEDORA-2023-240cd5ee29"], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};