1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-26 16:07:21 +00:00

Add FEDORA-2024-ff7b17cdea as workaround for FreeIPA Java issue

The Java 21 update broke FreeIPA and was waived stable. This
update rebuilds dogtag-pki and should fix it.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-02-29 17:43:02 -08:00
parent 8dbcca38b0
commit 43be62ac01

View File

@ -477,7 +477,7 @@ sub get_workarounds {
"38" => [],
"39" => [],
"40" => ["FEDORA-2024-76dab69b77"],
"41" => [],
"41" => ["FEDORA-2024-ff7b17cdea"],
);
my $advortasks = $workarounds{$version};
return @$advortasks;