From c25db659c0793260a690522cec203573f3e6f6da Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mar 18 2023 04:26:39 +0000 Subject: Add anaconda fix for new pykickstart as a workaround Signed-off-by: Adam Williamson --- diff --git a/lib/utils.pm b/lib/utils.pm index d1a487b..b9b7383 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -480,7 +480,7 @@ sub setup_workaround_repo { "36" => [], "37" => [], "38" => [], - "39" => [], + "39" => ["FEDORA-2023-ba8376ffd9"], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};