Add FEDORA-2020-5f05c3ec46 as a workaround to fix FreeIPA upgrade

FreeIPA F31 -> F32 upgrade test is currently failing because
a new pki-core hit F31 stable but not F32 stable yet. It can't go
backwards on upgrade, that breaks stuff. The F32 update has been
pushed stable but just hasn't made mirrors yet as the last F32
nightly compose failed, so let's add it to the workarounds for
now.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-03-17 08:18:11 -07:00
parent d9438e8042
commit 8832c5b81e

View File

@ -441,8 +441,9 @@ sub setup_workaround_repo {
my %workarounds = (
"30" => [""],
"31" => [""],
# fix for lmod breaking console output tests
"32" => ["FEDORA-2020-755d29d4b0"]
# fix for lmod breaking console output tests, latest pki to
# avoid broken FreeIPA upgrades (it can't go backwards)
"32" => ["FEDORA-2020-755d29d4b0", "FEDORA-2020-5f05c3ec46"]
);
# then we'll download each update for our release:
my $advisories = $workarounds{$version};