From 80df47e82af3d2574c54af872f328b383c66105a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 25 May 2023 18:52:48 -0700 Subject: [PATCH] Add workaround e2fsprogs build for https://github.com/fedora-silverblue/issue-tracker/issues/470 Signed-off-by: Adam Williamson --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 8497465a..436aee5f 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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};