Enable building for ppc64le
This commit is contained in:
commit
f88aa287f1
33
libvirt-cpu_map-Install-Ampere-1-ARM-CPU-models.patch
Normal file
33
libvirt-cpu_map-Install-Ampere-1-ARM-CPU-models.patch
Normal file
@ -0,0 +1,33 @@
|
||||
From 96c02c6007df80addfa48e9a94308c59dabb75a8 Mon Sep 17 00:00:00 2001
|
||||
Message-ID: <96c02c6007df80addfa48e9a94308c59dabb75a8.1744037234.git.jdenemar@redhat.com>
|
||||
From: Jiri Denemark <jdenemar@redhat.com>
|
||||
Date: Fri, 4 Apr 2025 14:22:01 +0200
|
||||
Subject: [PATCH] cpu_map: Install Ampere-1 ARM CPU models
|
||||
|
||||
Fixes: 282f38ad3d3960b24aa97d75cae95c8c3d08a218
|
||||
Fixes: https://gitlab.com/libvirt/libvirt/-/issues/762
|
||||
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
||||
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
|
||||
(cherry picked from commit 701b2c0fcac8b911c4d8b916ee07eddc098e8772)
|
||||
|
||||
https://issues.redhat.com/browse/RHEL-71662
|
||||
|
||||
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
||||
---
|
||||
src/cpu_map/meson.build | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/src/cpu_map/meson.build b/src/cpu_map/meson.build
|
||||
index 9a1c048620..dee8441a13 100644
|
||||
--- a/src/cpu_map/meson.build
|
||||
+++ b/src/cpu_map/meson.build
|
||||
@@ -1,5 +1,7 @@
|
||||
cpumap_data = [
|
||||
'arm_a64fx.xml',
|
||||
+ 'arm_Ampere-1a.xml',
|
||||
+ 'arm_Ampere-1.xml',
|
||||
'arm_cortex-a53.xml',
|
||||
'arm_cortex-a57.xml',
|
||||
'arm_cortex-a72.xml',
|
||||
--
|
||||
2.49.0
|
15
libvirt.spec
15
libvirt.spec
@ -304,7 +304,7 @@
|
||||
|
||||
Summary: Library providing a simple virtualization API
|
||||
Name: libvirt
|
||||
Version: 11.1.0
|
||||
Version: 11.2.0
|
||||
Release: 1%{?dist}%{?extra_release}.alma.1
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND OFL-1.1
|
||||
URL: https://libvirt.org/
|
||||
@ -313,6 +313,8 @@ URL: https://libvirt.org/
|
||||
%define mainturl stable_updates/
|
||||
%endif
|
||||
Source: https://download.libvirt.org/%{?mainturl}libvirt-%{version}.tar.xz
|
||||
Patch1: libvirt-cpu_map-Install-Ampere-1-ARM-CPU-models.patch
|
||||
|
||||
|
||||
Requires: libvirt-daemon = %{version}-%{release}
|
||||
Requires: libvirt-daemon-config-network = %{version}-%{release}
|
||||
@ -2716,9 +2718,18 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Mar 05 2025 Eduard Abdullin <eabdullin@almalinux.org> - 11.1.0-1.alma.1
|
||||
* Wed Apr 09 2025 Eduard Abdullin <eabdullin@almalinux.org> - 11.2.0-1.alma.1
|
||||
- Enable building for ppc64le
|
||||
|
||||
* Mon Apr 7 2025 Jiri Denemark <jdenemar@redhat.com> - 11.2.0-1
|
||||
- Rebased to libvirt-11.2.0 (RHEL-71662)
|
||||
- The rebase also fixes the following bugs:
|
||||
RHEL-7035, RHEL-24046, RHEL-40077, RHEL-58151, RHEL-68043
|
||||
RHEL-71883, RHEL-72994, RHEL-77552, RHEL-80166, RHEL-80533
|
||||
RHEL-80688, RHEL-81731, RHEL-81890, RHEL-83148, RHEL-84257
|
||||
RHEL-84688
|
||||
- cpu_map: Install Ampere-1 ARM CPU models (RHEL-71662)
|
||||
|
||||
* Tue Mar 4 2025 Jiri Denemark <jdenemar@redhat.com> - 11.1.0-1
|
||||
- Rebased to libvirt-11.1.0 (RHEL-71662)
|
||||
- The rebase also fixes the following bugs:
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libvirt-11.1.0.tar.xz) = f491b3c0b0e4b6a96456eba26d72e820141c231fa44f34f2d153b805b046ca869b5d0286cd7e2867ae938e5eab5e04f2995c097d41227914bc87a76800e89bc8
|
||||
SHA512 (libvirt-11.2.0.tar.xz) = 78fdc0e7cc09687eb9fdb3d43ceab63018fb06d931669e4a461ddb2612a2367d885f59de14b7770ff164e5a30e487a0dc8c8bdcc778a14c4cf37e0e7db162792
|
||||
|
Loading…
Reference in New Issue
Block a user