From: Andrea Bolognani Date: Mon, 5 Oct 2020 16:40:22 +0000 (+0200) Subject: spec: Move with_numactl definition X-Git-Tag: v6.9.0-rc1~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33632cbeeeb49dba82c23fa5ebf3b2730dc6ac90;p=thirdparty%2Flibvirt.git spec: Move with_numactl definition Keep it close to similar ones. Signed-off-by: Andrea Bolognani Reviewed-by: Neal Gompa --- diff --git a/libvirt.spec.in b/libvirt.spec.in index f482d04ad6..1862edd2f8 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -68,8 +68,6 @@ %endif %endif -%define with_numactl 0%{!?_without_numactl:1} - # F25+ has zfs-fuse %if 0%{?fedora} %define with_storage_zfs 0%{!?_without_storage_zfs:1} @@ -86,6 +84,7 @@ # Other optional features %define with_bash_completion 0%{!?_without_bash_completion:1} +%define with_numactl 0%{!?_without_numactl:1} # A few optional bits off by default, we enable later %define with_fuse 0