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 <yselkowi@redhat.com>
This commit is contained in:
Yaakov Selkowitz 2023-05-25 01:23:45 -04:00
parent d4bb64489a
commit 3e211fa0f6

View File

@ -173,7 +173,7 @@
%define with_numad 0%{!?_without_numad:1} %define with_numad 0%{!?_without_numad:1}
%endif %endif
%endif %endif
%if 0%{?fedora} >= 39 %if 0%{?fedora} >= 39 || 0%{?rhel} >= 10
# numad is retired in fedora 39+, upstream is dead # numad is retired in fedora 39+, upstream is dead
%define with_numad 0 %define with_numad 0
%endif %endif