Prevent ABI conflict with release candidate

This commit is contained in:
sergesanspaille 2020-10-29 17:47:36 +00:00
parent fecb0f402f
commit 1e21f6f24d
1 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,7 @@
%global min_ver 0 %global min_ver 0
%global patch_ver 0 %global patch_ver 0
#%%global rc_ver 1 #%%global rc_ver 1
%global baserelease 1 %global baserelease 2
%global clang_tools_binaries \ %global clang_tools_binaries \
%{_bindir}/clang-apply-replacements \ %{_bindir}/clang-apply-replacements \
@ -165,6 +165,8 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Requires: libstdc++-devel Requires: libstdc++-devel
Requires: gcc-c++ Requires: gcc-c++
Requires: llvm-libs >= %{version}-1
Provides: clang(major) = %{maj_ver} Provides: clang(major) = %{maj_ver}
Conflicts: compiler-rt < %{version} Conflicts: compiler-rt < %{version}
@ -502,6 +504,9 @@ false
%endif %endif
%changelog %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 * Thu Oct 15 2020 sguelton@redhat.com - 11.0.0-1
- Fix NVR - Fix NVR