1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-22 10:23:09 +00:00

Add workaround e2fsprogs build for

https://github.com/fedora-silverblue/issue-tracker/issues/470

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-05-25 18:52:48 -07:00
parent 2dade9e1d9
commit 80df47e82a

View File

@ -474,7 +474,7 @@ sub setup_workaround_repo {
my %workarounds = (
"37" => [],
"38" => [],
"39" => [],
"39" => ["101544183"],
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};