From 73a07f38aaf90094b7822f97f55f4b1eafcefb3f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 26 Jul 2022 14:38:27 -0700 Subject: [PATCH] Drop now-stable FreeIPA workaround for F36 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 f626dcc5..06da2145 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -479,7 +479,7 @@ sub setup_workaround_repo { my %workarounds = ( "34" => [], "35" => [], - "36" => ["FEDORA-2022-c3b9e13961"] + "36" => [] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};