From db532c405c939079517d499abe6c6d75b6eff028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Tue, 9 Jan 2024 14:47:47 +0100 Subject: [PATCH] Remove compat libs Resolves: RHEL-11162 --- clang.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/clang.spec b/clang.spec index 64d6814..ec13f09 100644 --- a/clang.spec +++ b/clang.spec @@ -11,7 +11,7 @@ %global gts_version 13 %bcond_with compat_build -%bcond_without bundle_compat_lib +%bcond_with bundle_compat_lib %bcond_without check %global maj_ver 17 @@ -62,7 +62,7 @@ Name: %pkg_name Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}} -Release: 4%{?dist} +Release: 5%{?dist} Summary: A C language family front-end for LLVM License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -752,6 +752,8 @@ mv ./libclang-cpp.so.%{compat_maj_ver} "$compat_lib" %endif %changelog +* Tue Jan 09 2024 Timm Bäder - 17.0.6-5 +- Remove compat libs * Thu Dec 14 2023 Timm Bäder - 17.0.6-4 - Add back compat libs until all necessary packages have been rebuilt.