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

Add a higher-NVR build of FreeIPA as a workaround for F42

The freeipa package in F41 got bumped to a higher NVR than the
one in F42, which causes FreeIPA upgrades to fail.

See: https://src.fedoraproject.org/rpms/freeipa/pull-request/22

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

View File

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