Add FEDORA-2024-11ba4726a4 as workaround for F40

The new gnome-shell from FEDORA-2024-f543e8595c requires this.
We don't use a buildroot repo for Branched even in the short
period where it acts like Rawhide (no karma or time requirements)
so let's just use a workaround.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-02-16 13:05:54 -08:00
parent 06de92375f
commit 6c47319930
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ sub get_workarounds {
my %workarounds = ( my %workarounds = (
"38" => [], "38" => [],
"39" => [], "39" => [],
"40" => [], "40" => ["FEDORA-2024-11ba4726a4"],
"41" => [], "41" => [],
); );
my $advortasks = $workarounds{$version}; my $advortasks = $workarounds{$version};