From e6dabfa0dfd74de6798ebe027329aef0a6852fee Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 14 Feb 2024 00:15:09 -0800 Subject: [PATCH] f40 workarounds: drop old anaconda build, add new lorax We don't need this anaconda scratch build any more (the official build has the fix now), but we *do* need the new lorax update I just built to fix installer image builds with branched F40. See https://github.com/weldr/lorax/pull/1379 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 fd125b77..c8bf10d6 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -476,7 +476,7 @@ sub get_workarounds { my %workarounds = ( "38" => [], "39" => [], - "40" => ["113074492"], + "40" => ["FEDORA-2024-912d46e3da"], ); my $advortasks = $workarounds{$version}; return @$advortasks;