For older rpm's sake, don't use %elif

This commit is contained in:
Josh Stone 2020-02-27 13:31:18 -08:00
parent 40c3255521
commit 46c165a869
1 changed files with 2 additions and 1 deletions

View File

@ -173,7 +173,8 @@ Provides: bundled(llvm) = 9.0.0
BuildRequires: cmake >= 2.8.11
%if 0%{?epel}
%global llvm llvm7.0
%elif 0%{?fedora} >= 32
%endif
%if 0%{?fedora} >= 32
%global llvm llvm9.0
%endif
%if %defined llvm