Remove Conflicts: compiler-rt for newer versions of compiler-rt
The clang-resource-filesystem package will now prevent a compiler-rt >= 11.0.0 package from being installed at the same time as a newer clang package, so we no longer need to add a conflicts here.
This commit is contained in:
parent
e9b18560f7
commit
bf0177da16
@ -72,7 +72,7 @@
|
|||||||
|
|
||||||
Name: %pkg_name
|
Name: %pkg_name
|
||||||
Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}}
|
Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}}
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: A C language family front-end for LLVM
|
Summary: A C language family front-end for LLVM
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -163,8 +163,7 @@ Requires: gcc-c++
|
|||||||
|
|
||||||
Provides: clang(major) = %{maj_ver}
|
Provides: clang(major) = %{maj_ver}
|
||||||
|
|
||||||
Conflicts: compiler-rt < %{version}
|
Conflicts: compiler-rt < 11.0.0
|
||||||
Conflicts: compiler-rt > %{version}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
clang: noun
|
clang: noun
|
||||||
@ -563,6 +562,9 @@ false
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 27 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0-4
|
||||||
|
- Remove Conflicts: compiler-rt for newer versions of compiler-rt
|
||||||
|
|
||||||
* Wed Oct 06 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0-3
|
* Wed Oct 06 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0-3
|
||||||
- Fix gcc detection with redhat triples
|
- Fix gcc detection with redhat triples
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user