From eca6e8e16c7b5caa8e8b6c0396f6ed1aa1c09f3e Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Thu, 8 Aug 2024 11:58:43 +0200 Subject: [PATCH] Remove clang 17 compat lib Related: RHEL-30908 https://issues.redhat.com/browse/RHEL-30908 --- clang.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/clang.spec b/clang.spec index 442d6ae..26c0a69 100644 --- a/clang.spec +++ b/clang.spec @@ -14,7 +14,7 @@ %global gts_version 13 %bcond_with compat_build -%bcond_without bundle_compat_lib +%bcond_with bundle_compat_lib %bcond_without check %ifnarch s390x %ix86 @@ -85,7 +85,7 @@ Name: %pkg_name Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}} -Release: 2%{?dist} +Release: 3%{?dist} Summary: A C language family front-end for LLVM License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -800,6 +800,9 @@ mv ./libclang-cpp.so.%{compat_maj_ver} "$compat_lib" %endif %changelog +* Thu Aug 08 2024 Konrad Kleine - 18.1.8-3 +- Remove clang 17 compat lib + * Wed Jul 24 2024 Konrad Kleine - 18.1.8-2 - Link with ld on 32-bit architectures