From 6d908194bf524809c2c2c91042043437fae09c9a Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: May 23 2023 16:53:06 +0000 Subject: Drop numad usage, it is removed from f39 https://src.fedoraproject.org/rpms/numad/c/a6bb891e8447e3b2a4c63774da94ad0d9b4ee50a?branch=rawhide https://pagure.io/releng/failed-composes/issue/4990#comment-857670 Signed-off-by: Cole Robinson --- diff --git a/libvirt.spec b/libvirt.spec index 1459e1a..cf3a9cd 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -173,6 +173,10 @@ %define with_numad 0%{!?_without_numad:1} %endif %endif +%if 0%{?fedora} >= 39 + # numad is retired in fedora 39+, upstream is dead + %define with_numad 0 +%endif %ifarch %{arches_dmidecode} %define with_dmidecode 0%{!?_without_dmidecode:1}