]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: Move with_numactl definition
authorAndrea Bolognani <abologna@redhat.com>
Mon, 5 Oct 2020 16:40:22 +0000 (18:40 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 9 Oct 2020 12:34:21 +0000 (14:34 +0200)
Keep it close to similar ones.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
libvirt.spec.in

index f482d04ad6f8ee36d952558fca270ecb2d6fa0fa..1862edd2f824b5ac31c92d4681fbdb1f08ea1d99 100644 (file)
@@ -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