1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-22 14:03:09 +00:00

Add dogtag-pki that works with new python-ldap as workaround

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-07-29 09:47:05 -07:00
parent dbe7f567d8
commit e195f9d79a

View File

@ -482,7 +482,7 @@ sub setup_workaround_repo {
"34" => [], "34" => [],
"35" => [], "35" => [],
"36" => [], "36" => [],
"37" => [] "37" => ["FEDORA-2022-94eb716c5c"]
); );
# then we'll download each update for our release: # then we'll download each update for our release:
my $advortasks = $workarounds{$version}; my $advortasks = $workarounds{$version};