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
1 changed files with 1 additions and 1 deletions

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;