libvirt-11.2.0-1.el10
- 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) Resolves: RHEL-24046, RHEL-40077, RHEL-58151, RHEL-68043, RHEL-7035 Resolves: RHEL-71662, RHEL-71883, RHEL-72994, RHEL-77552, RHEL-80166 Resolves: RHEL-80533, RHEL-80688, RHEL-81731, RHEL-81890, RHEL-83148 Resolves: RHEL-84257, RHEL-84688
This commit is contained in:
parent
3b4c95e22a
commit
4ca039f31c
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
|
13
libvirt.spec
13
libvirt.spec
@ -300,7 +300,7 @@
|
|||||||
|
|
||||||
Summary: Library providing a simple virtualization API
|
Summary: Library providing a simple virtualization API
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 11.1.0
|
Version: 11.2.0
|
||||||
Release: 1%{?dist}%{?extra_release}
|
Release: 1%{?dist}%{?extra_release}
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND OFL-1.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/
|
URL: https://libvirt.org/
|
||||||
@ -309,6 +309,8 @@ URL: https://libvirt.org/
|
|||||||
%define mainturl stable_updates/
|
%define mainturl stable_updates/
|
||||||
%endif
|
%endif
|
||||||
Source: https://download.libvirt.org/%{?mainturl}libvirt-%{version}.tar.xz
|
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 = %{version}-%{release}
|
||||||
Requires: libvirt-daemon-config-network = %{version}-%{release}
|
Requires: libvirt-daemon-config-network = %{version}-%{release}
|
||||||
@ -2712,6 +2714,15 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Tue Mar 4 2025 Jiri Denemark <jdenemar@redhat.com> - 11.1.0-1
|
||||||
- Rebased to libvirt-11.1.0 (RHEL-71662)
|
- Rebased to libvirt-11.1.0 (RHEL-71662)
|
||||||
- The rebase also fixes the following bugs:
|
- 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