From ad5eb547154aaad5258449c2d07af1183b3d53d4 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 26 Jul 2022 14:39:33 -0700 Subject: [PATCH] Add FreeIPA update as workaround for F37 We need this FreeIPA rebuild for Rawhide update tests to pass. Can drop once it's in a compose. Signed-off-by: Adam Williamson --- lib/utils.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 06da2145..aa19303c 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -479,7 +479,8 @@ sub setup_workaround_repo { my %workarounds = ( "34" => [], "35" => [], - "36" => [] + "36" => [], + "37" => ["FEDORA-2022-792a2279a4"] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};