Remove compat package
Resolves: RHEL-57463
This commit is contained in:
parent
feef242d2c
commit
05ff73c729
@ -24,7 +24,7 @@
|
|||||||
%bcond_with compat_build
|
%bcond_with compat_build
|
||||||
# Bundle compat libraries for a previous LLVM version, as part of llvm-libs and
|
# Bundle compat libraries for a previous LLVM version, as part of llvm-libs and
|
||||||
# clang-libs. Used on RHEL.
|
# clang-libs. Used on RHEL.
|
||||||
%bcond_without bundle_compat_lib
|
%bcond_with bundle_compat_lib
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
%if %{with bundle_compat_lib}
|
%if %{with bundle_compat_lib}
|
||||||
@ -182,7 +182,7 @@
|
|||||||
#region main package
|
#region main package
|
||||||
Name: %{pkg_name_llvm}
|
Name: %{pkg_name_llvm}
|
||||||
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
|
||||||
@ -2508,6 +2508,9 @@ fi
|
|||||||
|
|
||||||
#region changelog
|
#region changelog
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 14 2025 Tom Stellard <tstellar@redhat.com> - 19.1.5-2
|
||||||
|
- Remove compat package
|
||||||
|
|
||||||
* Tue Dec 03 2024 Timm Bäder <tbaeder@redhat.com> - 19.1.5-1
|
* Tue Dec 03 2024 Timm Bäder <tbaeder@redhat.com> - 19.1.5-1
|
||||||
- Update to 19.1.5
|
- Update to 19.1.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user