From b3b39a79d98c585a91eb5a09e303973ad606ad6a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 22 Oct 2024 08:42:44 -0700 Subject: [PATCH] Add FEDORA-2024-b3e53a2b43 as workaround for Rawhide This fixes the systemd-homed service start failure due to SELinux denial. 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 0b295a44..d661a3b0 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -476,7 +476,7 @@ sub get_workarounds { "39" => [], "40" => [], "41" => [], - "42" => [], + "42" => ["FEDORA-2024-b3e53a2b43"], "eln" => [], ); my $advortasks = $workarounds{$version};