From 31691a317b55a7ee71f190f22dc4e002351d0a32 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 3 Oct 2024 10:12:01 -0700 Subject: [PATCH] Add a higher-NVR build of FreeIPA as a workaround for F42 The freeipa package in F41 got bumped to a higher NVR than the one in F42, which causes FreeIPA upgrades to fail. See: https://src.fedoraproject.org/rpms/freeipa/pull-request/22 Signed-off-by: Adam Williamson --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index d449652d..5b8383f8 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -476,7 +476,7 @@ sub get_workarounds { "39" => [], "40" => [], "41" => ["FEDORA-2024-e331cd53ac"], - "42" => [], + "42" => ["124312792"], "eln" => [], ); my $advortasks = $workarounds{$version};