Remove compat libs

This commit is contained in:
Timm Bäder 2024-01-09 14:47:47 +01:00 committed by root
parent b775e998f7
commit 14abc6c7e5
2 changed files with 10 additions and 2 deletions

6
.clang.metadata Normal file
View File

@ -0,0 +1,6 @@
2822ff10a016df1fffdeb296f753e9c5fce764ee clang-17.0.6.src.tar.xz
1ec17cc98c397d6b4d30f57f14646fa085c9ccce clang-tools-extra-17.0.6.src.tar.xz
cba7dea96b093d9989ceb949a21b4180b9d9985e clang-tools-extra-17.0.6.src.tar.xz.sig
576ef9aeccf3febe1828c68b3e11ffa921f3fc92 clang-17.0.6.src.tar.xz.sig
f005e3b6d41cf92c083d2a16960aaeb1a6e3c76c clang-16.0.6.src.tar.xz
bc19124e64c0ffe7ada3d4bad8aec42c0cd05f04 clang-16.0.6.src.tar.xz.sig

View File

@ -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 <tbaeder@redhat.com> - 17.0.6-5
- Remove compat libs
* Thu Dec 14 2023 Timm Bäder <tbaeder@redhat.com> - 17.0.6-4
- Add back compat libs until all necessary packages have been rebuilt.