adding provides for libomp(major) and libomp-devel(major)
This commit is contained in:
parent
341940ebdb
commit
70d99b05eb
@ -94,6 +94,8 @@ BuildRequires: %{llvm_pkg_name}-devel = %{version}
|
|||||||
|
|
||||||
Requires: elfutils-libelf%{?isa}
|
Requires: elfutils-libelf%{?isa}
|
||||||
|
|
||||||
|
Provides:libomp(major) = %{maj_ver}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
OpenMP runtime for clang.
|
OpenMP runtime for clang.
|
||||||
|
|
||||||
@ -106,6 +108,8 @@ Requires: clang%{maj_ver}-resource-filesystem%{?isa} = %{version}
|
|||||||
Requires: clang-resource-filesystem%{?isa} = %{version}
|
Requires: clang-resource-filesystem%{?isa} = %{version}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Provides:libomp-devel(major) = %{maj_ver}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
OpenMP header files.
|
OpenMP header files.
|
||||||
|
|
||||||
@ -192,6 +196,9 @@ rm -rf %{buildroot}%{install_libdir}/libarcher_static.a
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 03 2024 Tim Flink <tflink@fedoraproject.org> - 18.1.7-4
|
||||||
|
- add provides for libomp(major) and libomp-devel(major)
|
||||||
|
|
||||||
* Fri Sep 27 2024 Timm Bäder <tbaeder@redhat.com> - 18.1.7-7
|
* Fri Sep 27 2024 Timm Bäder <tbaeder@redhat.com> - 18.1.7-7
|
||||||
- Add conflicts with next major version of non-compat package
|
- Add conflicts with next major version of non-compat package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user