From 1c819304d24ff0d49bb679e174eca963189df48f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 8 Oct 2022 23:13:33 +0200 Subject: [PATCH] F38 workarounds: replace desktop-backgrounds with f37-backgrounds desktop-backgrounds update went stable, but we also need an f37-backgrounds update which was only just submitted to fix the problem. 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 1dae92ff..4feb7b5b 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -481,7 +481,7 @@ sub setup_workaround_repo { "35" => [], "36" => [], "37" => [], - "38" => ["FEDORA-2022-11041fbc00", "FEDORA-2022-239ef3d487"], + "38" => ["FEDORA-2022-9a6e62514c", "FEDORA-2022-239ef3d487"], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};