Add krb5 reversions for #1868482 to update workarounds

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-08-13 15:11:35 -07:00
parent 0557a774ac
commit 8ee330b5d3

View File

@ -440,8 +440,9 @@ sub setup_workaround_repo {
assert_script_run "pushd /opt/workarounds_repo";
my %workarounds = (
"31" => [],
"32" => [],
"33" => []
# krb5 reversions to fix RHBZ#1868482
"32" => ["FEDORA-2020-d10a284af3"],
"33" => ["FEDORA-2020-58970d693c"]
);
# then we'll download each update for our release:
my $advisories = $workarounds{$version};