Add latest FreeIPA as a workaround for Rawhide

samba-client-libs with an soname bump made today's Rawhide, a
freeipa rebuilt against it did not, so we need this in overrides
or all FreeIPA tests fail on all Rawhide updates.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-08-24 12:09:32 -07:00
parent 2c7d6b53db
commit 6d5c0c723e
1 changed files with 2 additions and 1 deletions

View File

@ -480,7 +480,8 @@ sub setup_workaround_repo {
my %workarounds = (
"35" => [],
"36" => [],
"37" => []
"37" => [],
"38" => ["FEDORA-2022-65f79ec067"],
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};