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:
parent
7f69d4c3f0
commit
d693ba16a5
@ -21,13 +21,9 @@ ExcludeArch: i686
|
|||||||
# as the build is *very* slow.
|
# as the build is *very* slow.
|
||||||
%global debug_build 0
|
%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.
|
# Disabled due to various issues now.
|
||||||
%if 0%{?fedora} >= 37
|
|
||||||
%global use_xdg_file_portal 0
|
%global use_xdg_file_portal 0
|
||||||
%else
|
|
||||||
%global use_xdg_file_portal 0
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%global system_nss 1
|
%global system_nss 1
|
||||||
%global system_libevent 1
|
%global system_libevent 1
|
||||||
@ -128,10 +124,8 @@ ExcludeArch: i686
|
|||||||
%bcond_without langpacks
|
%bcond_without langpacks
|
||||||
|
|
||||||
%if %{with langpacks}
|
%if %{with langpacks}
|
||||||
%if 0%{?fedora} >= 37
|
|
||||||
%bcond_without langpacks_subpkg
|
%bcond_without langpacks_subpkg
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
|
|
||||||
%if !%{release_build}
|
%if !%{release_build}
|
||||||
%global pre_tag .npgo
|
%global pre_tag .npgo
|
||||||
|
Loading…
Reference in New Issue
Block a user