mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Add provides for libomp(major) and libomp-devel(major)
Forward-port from https://src.fedoraproject.org/rpms/libomp18/pull-request/1.
This commit is contained in:
parent
4251de274b
commit
836ee0844f
1 changed files with 5 additions and 1 deletions
|
@ -587,6 +587,8 @@ URL: http://openmp.llvm.org
|
|||
|
||||
Requires: elfutils-libelf%{?isa}
|
||||
|
||||
Provides: libomp(major) = %{maj_ver}
|
||||
|
||||
%description -n %{pkg_name_libomp}
|
||||
OpenMP runtime for clang.
|
||||
|
||||
|
@ -598,6 +600,8 @@ URL: http://openmp.llvm.org
|
|||
Requires: %{name}%{?isa} = %{version}-%{release}
|
||||
Requires: clang-resource-filesystem%{?isa} = %{version}
|
||||
|
||||
Provides: libomp-devel(major) = %{maj_ver}
|
||||
|
||||
%description -n %{pkg_name_libomp}-devel
|
||||
OpenMP header files.
|
||||
URL: http://openmp.llvm.org
|
||||
|
|
Loading…
Reference in a new issue