1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-24 15:47:23 +00:00

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"; assert_script_run "pushd /opt/workarounds_repo";
my %workarounds = ( my %workarounds = (
"31" => [], "31" => [],
"32" => [], # krb5 reversions to fix RHBZ#1868482
"33" => [] "32" => ["FEDORA-2020-d10a284af3"],
"33" => ["FEDORA-2020-58970d693c"]
); );
# 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};