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:
parent
8c86b056b8
commit
7ab1af8634
4
ghc.spec
4
ghc.spec
@ -125,11 +125,7 @@ BuildRequires: python3
|
|||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{ghc_llvm_archs}
|
%ifarch %{ghc_llvm_archs}
|
||||||
%if 0%{?fedora} > 29
|
|
||||||
BuildRequires: llvm%{llvm_major}
|
BuildRequires: llvm%{llvm_major}
|
||||||
%else
|
|
||||||
BuildRequires: llvm >= %{llvm_major}
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
%if %{with dwarf}
|
%if %{with dwarf}
|
||||||
BuildRequires: elfutils-devel
|
BuildRequires: elfutils-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user