From fb774a732615d3791650ecf913ebaf75909bb8ee Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 7 Oct 2022 18:54:15 +0200 Subject: [PATCH] Rawhide workaround: desktop_backgrounds with symlink fix 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 c00d660e..cc37a45d 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -481,7 +481,7 @@ sub setup_workaround_repo { "35" => [], "36" => [], "37" => [], - "38" => [], + "38" => ["FEDORA-2022-11041fbc00"], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};