From 6f0478d4b49a956a42a9cee77e33d62a75609b5a Mon Sep 17 00:00:00 2001
From: Adam Williamson <awilliam@redhat.com>
Date: Tue, 13 Dec 2022 11:54:20 -0800
Subject: [PATCH] gnome_initial_setup: drop a <35 conditional that's not needed

F34 is EOL for a while.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
---
 lib/utils.pm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/utils.pm b/lib/utils.pm
index 7c4fd99d..a8d4c00b 100644
--- a/lib/utils.pm
+++ b/lib/utils.pm
@@ -785,9 +785,6 @@ sub gnome_initial_setup {
         # except 'language' is never *really* skipped (see above)
         @nexts = grep { $_ ne 'keyboard' } @nexts;
         @nexts = grep { $_ ne 'timezone' } @nexts;
-        # 'additional software sources' screen did not display on F28-F34:
-        # https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/issues/59
-        @nexts = grep { $_ ne 'software' } @nexts if ($relnum < 35);
     }
     else {
         # 'timezone' and 'software' are suppressed for the 'existing user'