From 008cd73f3027c26e0e473a96783959e5aaea5207 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 26 May 2020 12:06:31 -0700 Subject: [PATCH] in transition, need to explicitly require llvm7.0, rather than llvm-toolset-7 --- rust.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust.spec b/rust.spec index 03958f0..f95f725 100644 --- a/rust.spec +++ b/rust.spec @@ -176,6 +176,8 @@ Provides: bundled(llvm) = 9.0.0 BuildRequires: cmake >= 2.8.11 %if 0%{?epel} %global llvm llvm9.0 +# in transition, need to explicitly require llvm7.0, rather than llvm-toolset-7 +BuildRequires: llvm7.0-libs %endif %if %defined llvm %global llvm_root %{_libdir}/%{llvm}