Remove conflict with libomp = 18

This was part of a plan that didn't work out.
This commit is contained in:
Timm Bäder 2024-09-23 11:14:44 +02:00
parent 188bebd729
commit 29987002c4

View File

@ -51,7 +51,7 @@
Name: %{pkg_name}
Version: %{libomp_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
Release: 5%{?dist}
Release: 6%{?dist}
Summary: OpenMP runtime for clang
License: Apache-2.0 WITH LLVM-exception OR NCSA
@ -90,9 +90,6 @@ BuildRequires: gnupg2
# libomptarget needs the llvm cmake files
BuildRequires: %{llvm_pkg_name}-devel = %{version}
%if %{with compat_build}
Conflicts: libomp = %{maj_ver}
%endif
Requires: elfutils-libelf%{?isa}