From 6d5c0c723e3cf6e01f730d61fa8b810d3b8eb7dd Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 24 Aug 2022 12:09:32 -0700 Subject: [PATCH] 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 --- lib/utils.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 7c3547dc..24aa877b 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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};