From 3e211fa0f640d29d4a519752c59d9b9468ec7d73 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: May 25 2023 05:23:45 +0000 Subject: Disable numad also in RHEL 10+ builds As a result of numad being retired in F39+, it is also removed from ELN, and hence would be dropped from RHEL 10. Signed-off-by: Yaakov Selkowitz --- diff --git a/libvirt.spec b/libvirt.spec index d230ca6..e47e639 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -173,7 +173,7 @@ %define with_numad 0%{!?_without_numad:1} %endif %endif -%if 0%{?fedora} >= 39 +%if 0%{?fedora} >= 39 || 0%{?rhel} >= 10 # numad is retired in fedora 39+, upstream is dead %define with_numad 0 %endif