Revert "Add Conflicts with main llvm package"

This reverts commit ee0286eca3.
This commit is contained in:
Timm Bäder 2024-08-12 09:41:25 +02:00
parent ee0286eca3
commit 978e1a64da

View File

@ -93,7 +93,7 @@
Name: %{pkg_name}
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
Release: 6%{?dist}
Release: 5%{?dist}
Summary: The Low Level Virtual Machine
License: Apache-2.0 WITH LLVM-exception OR NCSA
@ -119,10 +119,6 @@ Patch101: 0101-Deactivate-markdown-doc.patch
# https://github.com/llvm/llvm-project/pull/96959
Patch201: 0001-llvm_gtest-Only-install-once.patch
%if %{with compat_build}
Conflicts: llvm = %{maj_ver}
%endif
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: clang
@ -203,9 +199,6 @@ Documentation for the LLVM compiler infrastructure.
Summary: LLVM shared libraries
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
%if %{with compat_build}
Conflicts: llvm-libs = %{maj_ver}
%endif
%description libs
Shared libraries for the LLVM compiler infrastructure.