From 1e21f6f24d34b2fbe4a4af5ea5d020f1665045fc Mon Sep 17 00:00:00 2001 From: sergesanspaille Date: Thu, 29 Oct 2020 17:47:36 +0000 Subject: [PATCH] Prevent ABI conflict with release candidate --- clang.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/clang.spec b/clang.spec index 05d040f..0335840 100644 --- a/clang.spec +++ b/clang.spec @@ -4,7 +4,7 @@ %global min_ver 0 %global patch_ver 0 #%%global rc_ver 1 -%global baserelease 1 +%global baserelease 2 %global clang_tools_binaries \ %{_bindir}/clang-apply-replacements \ @@ -165,6 +165,8 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: libstdc++-devel Requires: gcc-c++ +Requires: llvm-libs >= %{version}-1 + Provides: clang(major) = %{maj_ver} Conflicts: compiler-rt < %{version} @@ -502,6 +504,9 @@ false %endif %changelog +* Thu Oct 29 2020 sguelton@redhat.com - 11.0.0-2 +- Prevent ABI conflict with release candidate + * Thu Oct 15 2020 sguelton@redhat.com - 11.0.0-1 - Fix NVR