1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-22 10:23:09 +00:00

Add freeipa-4.9.10-2.fc36 as a workaround for F36

F35 to F36 FreeIPA server upgrade test is failing because the
latest F36 package is lower-versioned than the latest F35
package, and FreeIPA's upgrade scripts are written to fail if
this is the case. The update bumps the F36 NVR to be higher
than the F35 one.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-07-18 11:12:57 -07:00
parent f80e42fd32
commit e8543a1764

View File

@ -479,7 +479,7 @@ sub setup_workaround_repo {
my %workarounds = (
"34" => [],
"35" => [],
"36" => []
"36" => ["FEDORA-2022-c3b9e13961"]
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};