diff --git a/llvm.spec b/llvm.spec index fd0dee3..1ab4e9b 100644 --- a/llvm.spec +++ b/llvm.spec @@ -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 - 19.1.3-4 +- Add explicit version requires to libomp for llvm-libs + * Sun Nov 24 2024 Tom Stellard - 19.1.3-3 - Use gcc-toolset-14 as the default gcc installation