1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-10-31 21:44:23 +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" => [],
"40" => [],
"41" => [],
"42" => [],
"42" => ["FEDORA-2024-b3e53a2b43"],
"eln" => [],
);
my $advortasks = $workarounds{$version};