1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 21:43:08 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Adam Williamson
b3b39a79d9 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>
2024-10-22 08:42:44 -07:00
Adam Williamson
905376e320 Drop workarounds which have gone stable
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-10-22 08:42:25 -07:00

View File

@ -474,9 +474,9 @@ sub get_workarounds {
my $version = shift || get_var("VERSION");
my %workarounds = (
"39" => [],
"40" => ["FEDORA-2024-8ef1271562"],
"41" => ["FEDORA-2024-d7dc366b88", "FEDORA-2024-975d19f08d"],
"42" => [],
"40" => [],
"41" => [],
"42" => ["FEDORA-2024-b3e53a2b43"],
"eln" => [],
);
my $advortasks = $workarounds{$version};