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

Also add FEDORA-2024-cb1e9f47a3 as F41 workaround

The new NetworkManager update needs it. Lack of composes is
starting to bite us more, need to get one through.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-10-03 12:18:30 -07:00
parent 31691a317b
commit 91f4a24b20

View File

@ -475,7 +475,7 @@ sub get_workarounds {
my %workarounds = ( my %workarounds = (
"39" => [], "39" => [],
"40" => [], "40" => [],
"41" => ["FEDORA-2024-e331cd53ac"], "41" => ["FEDORA-2024-e331cd53ac", "FEDORA-2024-cb1e9f47a3"],
"42" => ["124312792"], "42" => ["124312792"],
"eln" => [], "eln" => [],
); );