Remove compat libs
Resolves: RHEL-11162
This commit is contained in:
parent
b775e998f7
commit
db532c405c
@ -11,7 +11,7 @@
|
|||||||
%global gts_version 13
|
%global gts_version 13
|
||||||
|
|
||||||
%bcond_with compat_build
|
%bcond_with compat_build
|
||||||
%bcond_without bundle_compat_lib
|
%bcond_with bundle_compat_lib
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
%global maj_ver 17
|
%global maj_ver 17
|
||||||
@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
Name: %pkg_name
|
Name: %pkg_name
|
||||||
Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
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
|
Summary: A C language family front-end for LLVM
|
||||||
|
|
||||||
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
||||||
@ -752,6 +752,8 @@ mv ./libclang-cpp.so.%{compat_maj_ver} "$compat_lib"
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
%changelog
|
%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
|
* 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.
|
- Add back compat libs until all necessary packages have been rebuilt.
|
||||||
|
Loading…
Reference in New Issue
Block a user