1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-21 06:27:22 +00:00

Add gnome-initial-setup vendor.conf revert update as F41 workaround

This is part of reverting webui for F41. The kickstarts change
is merged, so we need this also.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-08-18 09:18:48 -07:00
parent 175b056ce7
commit bd317e001f

View File

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