Remove un-needed %if

This %if statement is no longer needed because it addresses unsupported Fedora releases.
This also causes ELN builds to not be the same as Fedora Rawhide builds.

Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
Troy Dawson 2020-08-12 20:01:37 +00:00
parent 8c86b056b8
commit 7ab1af8634
1 changed files with 0 additions and 4 deletions

View File

@ -125,11 +125,7 @@ BuildRequires: python3
BuildRequires: python3-sphinx
%endif
%ifarch %{ghc_llvm_archs}
%if 0%{?fedora} > 29
BuildRequires: llvm%{llvm_major}
%else
BuildRequires: llvm >= %{llvm_major}
%endif
%endif
%if %{with dwarf}
BuildRequires: elfutils-devel