[PATCH] spec: Drop numad usage on fedora 39+

Martin Kletzander mkletzan at redhat.com
Wed May 24 10:47:39 UTC 2023


On Tue, May 23, 2023 at 01:31:01PM -0400, Cole Robinson wrote:
>numad is removed from Fedora 39. Upstream is dead
>
>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 <crobinso at redhat.com>
>---
>
>This powers vcpu and numatune placement='auto'. Anyone know if that's
>being actively used in kubevirt, openstack, etc?
>

I hope not.

> libvirt.spec.in | 4 ++++
> 1 file changed, 4 insertions(+)
>
>diff --git a/libvirt.spec.in b/libvirt.spec.in
>index 1f77cd90b7..5f267a086b 100644
>--- a/libvirt.spec.in
>+++ b/libvirt.spec.in
>@@ -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
>

And I'm fine with this.

Reviewed-by: Martin Kletzander <mkletzan at redhat.com>

> %ifarch %{arches_dmidecode}
>     %define with_dmidecode 0%{!?_without_dmidecode:1}
>-- 
>2.40.1
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20230524/a2c7ec81/attachment.sig>


More information about the libvir-list mailing list