From d42ada609b2b885508ec887f748413b6de5ba743 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 1 Mar 2024 10:23:54 -0800 Subject: [PATCH] f41 workarounds: add realmd update needed to fix FreeIPA tests a realmd update a few hours ago broke FreeIPA enrolment. This is the fix. 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 83bff214..53cf6249 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -477,7 +477,7 @@ sub get_workarounds { "38" => [], "39" => [], "40" => ["FEDORA-2024-76dab69b77"], - "41" => [], + "41" => ["FEDORA-2024-ce079def87"], ); my $advortasks = $workarounds{$version}; return @$advortasks;