1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-04 19:13:08 +00:00

Add anaconda with rsync check rollback as F42 workaround

Without this, KDE live installs always fail.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-11-28 13:13:05 -08:00
parent 2886797f67
commit 6c861c033e

View File

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