Remove clang 17 compat lib

Related: RHEL-30908

https://issues.redhat.com/browse/RHEL-30908
This commit is contained in:
Konrad Kleine 2024-08-08 11:58:43 +02:00
parent 09c6498bab
commit eca6e8e16c

View File

@ -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 <kkleine@redhat.com> - 18.1.8-3
- Remove clang 17 compat lib
* Wed Jul 24 2024 Konrad Kleine <kkleine@redhat.com> - 18.1.8-2
- Link with ld on 32-bit architectures