From e195f9d79ad2a1fd0235f3adb5852ee6822dad21 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 29 Jul 2022 09:47:05 -0700 Subject: [PATCH] Add dogtag-pki that works with new python-ldap as workaround 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 1965cc03..518edcb0 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -482,7 +482,7 @@ sub setup_workaround_repo { "34" => [], "35" => [], "36" => [], - "37" => [] + "37" => ["FEDORA-2022-94eb716c5c"] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};