Drop F37 build conditionals

Now that F36 is EOL, we can get rid of ">= 37" conditionals that always
evaluate to true.
This commit is contained in:
Kalev Lember 2023-05-16 13:16:17 +02:00
parent 7f69d4c3f0
commit d693ba16a5
1 changed files with 1 additions and 7 deletions

View File

@ -21,13 +21,9 @@ ExcludeArch: i686
# as the build is *very* slow.
%global debug_build 0
# See rhbz#2134527 - Use portal Gtk file dialog on Fedora 37+
# See rhbz#2134527 - Use portal Gtk file dialog
# Disabled due to various issues now.
%if 0%{?fedora} >= 37
%global use_xdg_file_portal 0
%else
%global use_xdg_file_portal 0
%endif
%global system_nss 1
%global system_libevent 1
@ -128,10 +124,8 @@ ExcludeArch: i686
%bcond_without langpacks
%if %{with langpacks}
%if 0%{?fedora} >= 37
%bcond_without langpacks_subpkg
%endif
%endif
%if !%{release_build}
%global pre_tag .npgo