Add explicit version requires to libomp for llvm-libs

Related: RHEL-57465
This commit is contained in:
Tom Stellard 2024-11-26 11:29:29 -08:00
parent dfc9eef042
commit c77b56b990

View File

@ -181,7 +181,7 @@
#region main package
Name: %{pkg_name_llvm}
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
Release: 3%{?dist}
Release: 4%{?dist}
Summary: The Low Level Virtual Machine
License: Apache-2.0 WITH LLVM-exception OR NCSA
@ -639,6 +639,7 @@ Summary: OpenMP runtime for clang
URL: http://openmp.llvm.org
Requires: %{pkg_name_llvm}-libs%{?_isa} = %{version}-%{release}
Requires: elfutils-libelf%{?_isa}
Provides: libomp(major) = %{maj_ver}
@ -2453,6 +2454,9 @@ fi
#region changelog
%changelog
* Tue Nov 26 2024 Tom Stellard <tstellar@redhat.com> - 19.1.3-4
- Add explicit version requires to libomp for llvm-libs
* Sun Nov 24 2024 Tom Stellard <tstellar@redhat.com> - 19.1.3-3
- Use gcc-toolset-14 as the default gcc installation