From dbe7f567d8f97e394a5b1a4461e55b3d23ac67ed Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 29 Jul 2022 09:46:38 -0700 Subject: [PATCH] Drop FreeIPA workaround for Rawhide (it went stable) 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 5c1a0cab..1965cc03 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -482,7 +482,7 @@ sub setup_workaround_repo { "34" => [], "35" => [], "36" => [], - "37" => ["FEDORA-2022-792a2279a4"] + "37" => [] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};