From 91c080214b55273921e1e3bfbb4872f9f1803461 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Wed, 18 Feb 2026 09:25:51 +0100 Subject: [PATCH] Remove compat libs for LLVM 20 Resolves: RHEL-100900 Remove llvm20 compat package from the buildroot [rhel-9] Related: RHEL-130779 [DEV Task]: Remove llvm20 compat package from the buildroot [rhel-9] --- llvm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index fbf4b4d..b6ccc6e 100644 --- a/llvm.spec +++ b/llvm.spec @@ -42,7 +42,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}