From a6c1b660c23e1069c69c14cffe2feff55bbed297 Mon Sep 17 00:00:00 2001 From: Ying Fang Date: Sat, 15 Aug 2020 15:39:00 +0800 Subject: [PATCH] spec: remove numad support for x86_64 The package provides a daemon that monitors the NUMA topology and usage on a system with multiple NUMA nodes. It's only support x86_64 architecture and the open-source community not active, so remove it. --- libvirt.spec | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index 7601eb9..c566bff 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -79,14 +79,6 @@ # Enable wireshark plugins for all distros shipping libvirt 1.2.2 or newer %define wireshark_plugindir %(pkg-config --variable plugindir wireshark)/epan -%if %{with_qemu} || %{with_lxc} -# numad is used to manage the CPU and memory placement dynamically, -# it's not available on many non-x86 architectures. - %ifnarch s390 s390x %{arm} riscv64 - %define with_numad 0%{!?_without_numad:1} - %endif -%endif - # Force QEMU to run as non-root %define qemu_user qemu %define qemu_group qemu @@ -99,7 +91,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 6.2.0 -Release: 7 +Release: 8 License: LGPLv2+ URL: https://libvirt.org/ @@ -1863,6 +1855,8 @@ exit 0 %changelog +* Sat Aug 15 2020 Xu Yandong - 6.2.0-8 +- Remove numad support for x86_64 architecture. * Tue Aug 4 2020 Xu Yandong - 6.2.0-7 - Substitute security_context_t with char pointer. * Tue May 26 2020 Xu Yandong - 6.2.0-6 -- Gitee