Fix ELN build

ELN (and hence the future RHEL 10) include gcc-12 and hence need the corresponding patch.
This commit is contained in:
Yaakov Selkowitz 2022-11-23 19:54:16 +00:00
parent 792cc09316
commit 2b6283f2d0

View File

@ -51,7 +51,7 @@ applications
%autosetup -N
%patch0 -p1
%if 0%{?fedora} > 35
%if 0%{?fedora} > 35 || 0%{?rhel} > 9
%patch1 -p1
%endif