From 036ce357180be384b651770f33a6a055bd4b7382 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 28 Jul 2025 15:39:42 -0700 Subject: [PATCH] Remove bundled llvm19 compat package Resolves: RHEL-81014 --- llvm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/llvm.spec b/llvm.spec index 58fc2f3..80040c6 100644 --- a/llvm.spec +++ b/llvm.spec @@ -24,7 +24,7 @@ %bcond_with compat_build # Bundle compat libraries for a previous LLVM version, as part of llvm-libs and # clang-libs. Used on RHEL. -%bcond_without bundle_compat_lib +%bcond_with bundle_compat_lib %bcond_without check %if %{with bundle_compat_lib} @@ -267,7 +267,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: 1%{?dist} +Release: 2%{?dist} Summary: The Low Level Virtual Machine License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -3076,6 +3076,9 @@ fi #region changelog %changelog +* Mon Jul 28 2025 Tom Stellard - 20.1.4-2 +- Remove bundled llvm19 compat package + * Mon May 12 2025 Konrad Kleine - 20.1.4-1 - Update to LLVM 20.1.4 - Drop ARM and MIPS targets (RHEL-86089)