From 547cacb7a06e36cb3c049910b3651d2e07dc57a7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 9 Oct 2025 12:32:16 -0700 Subject: [PATCH] Replace FreeIPA scratch build overrides with updates And remove the Rawhide one as that's stable already. Signed-off-by: Adam Williamson --- lib/utils.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index c332be66..53e396b3 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -498,9 +498,9 @@ sub get_workarounds { my $version = shift || get_var("VERSION"); my %workarounds = ( "41" => [], - "42" => ["137736267"], - "43" => ["137736467"], - "44" => ["137736545"], + "42" => ["FEDORA-2025-2c4522dd71"], + "43" => ["FEDORA-2025-5357dfc7ec"], + "44" => [], "eln" => [], ); my $advortasks = $workarounds{$version};