From 0a411bd8e104d849fea162615ce3a02a5676373d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 14 Sep 2022 15:32:55 -0700 Subject: [PATCH] Add python-jwcrypto as workaround for F38 FreeIPA replica tests broke in today's compose, this solves it. 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 fe7137b1..53df1a48 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -481,7 +481,7 @@ sub setup_workaround_repo { "35" => [], "36" => [], "37" => [], - "38" => [], + "38" => ["FEDORA-2022-4e9444ba4c"], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};