1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-01 05:54:22 +00:00

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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-10-22 08:42:44 -07:00
parent 905376e320
commit b3b39a79d9

View File

@ -476,7 +476,7 @@ sub get_workarounds {
"39" => [], "39" => [],
"40" => [], "40" => [],
"41" => [], "41" => [],
"42" => [], "42" => ["FEDORA-2024-b3e53a2b43"],
"eln" => [], "eln" => [],
); );
my $advortasks = $workarounds{$version}; my $advortasks = $workarounds{$version};