Drop numad usage, it is removed from f39

a6bb891e84?branch=rawhide
https://pagure.io/releng/failed-composes/issue/4990#comment-857670

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2023-05-23 12:53:06 -04:00
parent 2333a80c1a
commit 6d908194bf
1 changed files with 4 additions and 0 deletions

View File

@ -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}