Add anaconda fix for new pykickstart as a workaround

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-03-17 21:26:39 -07:00
parent ac6ecb1058
commit c25db659c0
1 changed files with 1 additions and 1 deletions

View File

@ -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};