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

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

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};