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:
parent
d4bb64489a
commit
3e211fa0f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user