Remove llvm 17 compat lib
Related: RHEL-30908 https://issues.redhat.com/browse/RHEL-30908
This commit is contained in:
parent
aee44be573
commit
7150d01ea6
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%bcond_with compat_build
|
%bcond_with compat_build
|
||||||
%bcond_without bundle_compat_lib
|
%bcond_with bundle_compat_lib
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
%ifarch %ix86 riscv64
|
%ifarch %ix86 riscv64
|
||||||
@ -101,7 +101,7 @@
|
|||||||
|
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
||||||
@ -653,6 +653,9 @@ fi
|
|||||||
%license LICENSE.TXT
|
%license LICENSE.TXT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 08 2024 Konrad Kleine <kkleine@redhat.com> - 18.1.8-2
|
||||||
|
- Remove llvm 17 compat lib
|
||||||
|
|
||||||
* Tue Jul 16 2024 Konrad Kleine <kkleine@redhat.com> - 18.1.8-1
|
* Tue Jul 16 2024 Konrad Kleine <kkleine@redhat.com> - 18.1.8-1
|
||||||
- Update to LLVM 18.1.8
|
- Update to LLVM 18.1.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user