Fix tests in ELN builds

ELN tracks rawhide and therefore has the newer version of gcc which
produces this warning.
This commit is contained in:
Yaakov Selkowitz 2023-02-21 20:07:42 -05:00
parent ee03fc5751
commit cadd71bb7e

View File

@ -33,7 +33,7 @@ time system- wide.
%if 0%{?fedora} >= 32 || 0%{?rhel} >= 9 %if 0%{?fedora} >= 32 || 0%{?rhel} >= 9
%patch1 -p1 %patch1 -p1
%endif %endif
%if 0%{?fedora} >= 36 %if 0%{?fedora} >= 36 || 0%{?rhel} >= 10
%patch2 -p1 %patch2 -p1
%endif %endif
%if 0%{?rhel} == 8 %if 0%{?rhel} == 8