Remove compat libs
Resolves: RHEL-11161
This commit is contained in:
parent
93e15a026f
commit
7f6c951b0e
@ -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: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A C language family front-end for LLVM
|
||||
|
||||
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
||||
@ -752,7 +752,10 @@ mv ./libclang-cpp.so.%{compat_maj_ver} "$compat_lib"
|
||||
|
||||
%endif
|
||||
%changelog
|
||||
* Wed Dec 06 2023 Timm Bäder <tbaeder@redhat.com> - 17.0.6-1
|
||||
* Fri Dec 08 2023 Timm Bäder <tbaeder@redhat.com> - 17.0.6-3
|
||||
- Remove compat libs
|
||||
|
||||
* Wed Dec 06 2023 Timm Bäder <tbaeder@redhat.com> - 17.0.6-2
|
||||
- Update to 17.0.6
|
||||
|
||||
* Wed Oct 04 2023 Timm Bäder <tbaeder@redhat.com> - 17.0.1-2
|
||||
|
Loading…
Reference in New Issue
Block a user