mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-12 09:54:21 +00:00
Add krb5 reversions for #1868482 to update workarounds
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
0557a774ac
commit
8ee330b5d3
@ -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};
|
||||||
|
Loading…
Reference in New Issue
Block a user