Add F33 FreeIPA 4.8.10-5 update as workaround to fix upgrades
FreeIPA upgrade test is failing because of https://bugzilla.redhat.com/show_bug.cgi?id=1886205. The test failing every time is not useful as we know what the issue is, so add the update as a workaround to avoid it. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
e89de5fffb
commit
401ebecc10
@ -441,7 +441,9 @@ sub setup_workaround_repo {
|
|||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"31" => [],
|
"31" => [],
|
||||||
"32" => [],
|
"32" => [],
|
||||||
"33" => ["FEDORA-2020-27f80050a2"]
|
# f33-backgrounds: https://bugzilla.redhat.com/show_bug.cgi?id=1885792
|
||||||
|
# freeipa: https://bugzilla.redhat.com/show_bug.cgi?id=1886205
|
||||||
|
"33" => ["FEDORA-2020-27f80050a2", "FEDORA-2020-e9e815177e"]
|
||||||
);
|
);
|
||||||
# then we'll download each update for our release:
|
# then we'll download each update for our release:
|
||||||
my $advisories = $workarounds{$version};
|
my $advisories = $workarounds{$version};
|
||||||
|
Loading…
Reference in New Issue
Block a user