From 4c19ed17232cfb0aabab5c7cdcb93d4f0acdc2ec Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 20 Aug 2021 11:41:07 -0700 Subject: [PATCH] Add FEDORA-2021-0192369fd9 as a workaround for F35 update tests This should fix FreeIPA server deployment failure. 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 d354606e..479e10f6 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -456,7 +456,8 @@ sub setup_workaround_repo { assert_script_run "pushd /opt/workarounds_repo"; my %workarounds = ( "33" => [], - "34" => ["FEDORA-2021-d7b1dc57fe"] + "34" => ["FEDORA-2021-d7b1dc57fe"], + "35" => ["FEDORA-2021-0192369fd9"] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};