From 40e5e239854c6ac7f3c8d8462b5f1aa8b7e848d4 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 16 Jan 2025 17:08:23 -0800 Subject: [PATCH] Drop rpm-ostree workaround (it went stable) 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 9f599af0..6a8e4948 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -475,7 +475,7 @@ sub get_workarounds { my %workarounds = ( "40" => [], "41" => [], - "42" => ["127874766"], + "42" => [], "eln" => [], ); my $advortasks = $workarounds{$version};