This commit is contained in:
Timm Bäder 2024-07-25 10:41:24 +02:00
parent 0eaca96e98
commit 188bebd729
2 changed files with 5 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

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: 4%{?dist}
Release: 5%{?dist}
Summary: OpenMP runtime for clang
License: Apache-2.0 WITH LLVM-exception OR NCSA
@ -90,6 +90,9 @@ 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}