diff --git a/lib/utils.pm b/lib/utils.pm index 36bdfe25..760ba723 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -479,8 +479,8 @@ sub setup_workaround_repo { my %workarounds = ( "36" => [], "37" => [], - "38" => ["FEDORA-2023-0b2abc9ee6"], - "39" => ["FEDORA-2023-eaa25ada50"], + "38" => [], + "39" => [], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};