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
1 changed files with 1 additions and 1 deletions

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};