From 016c78d80bda7b2d0eb1975af6581c3573d650d4 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 10 Feb 2023 00:05:40 -0800 Subject: [PATCH] Add FEDORA-2023-ad52b2e4b9 as a workaround for F38 tracker-miners had a bad dep which broke live image builds. 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 e30ba6ac..1a630512 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -479,7 +479,7 @@ sub setup_workaround_repo { my %workarounds = ( "36" => [], "37" => [], - "38" => [], + "38" => ["FEDORA-2023-ad52b2e4b9"], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};