From 5aad2368821f42f20df4d774d299553b88d2fbb4 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 16 Jan 2025 17:09:28 -0800 Subject: [PATCH] Add user/group ownership fix builds as workarounds for FreeIPA A FreeIPA update failed tests because dogtag-pki and bind don't provide the now-necessary virtual provides for users and groups they create. These builds fix that, adding them as workarounds before they go stable will let me rerun the FreeIPA tests and let that update through. 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 6a8e4948..bf2a5027 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -475,7 +475,7 @@ sub get_workarounds { my %workarounds = ( "40" => [], "41" => [], - "42" => [], + "42" => ["FEDORA-2025-0976d1a1dc", "FEDORA-2025-5ccb655b33"], "eln" => [], ); my $advortasks = $workarounds{$version};