From 7ab1af8634d8c0c07c28ef5ac80901fefa975a8c Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 12 Aug 2020 20:01:37 +0000 Subject: [PATCH] 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 --- ghc.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ghc.spec b/ghc.spec index a0763dd..77b95e2 100644 --- a/ghc.spec +++ b/ghc.spec @@ -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