]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: bash completion actually defaults to on
authorAndrea Bolognani <abologna@redhat.com>
Mon, 5 Oct 2020 16:30:22 +0000 (18:30 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 9 Oct 2020 12:34:20 +0000 (14:34 +0200)
Remove the red herring.

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

index 949b91149199d0a3971bd177b3b17ac4a706a54d..f482d04ad6f8ee36d952558fca270ecb2d6fa0fa 100644 (file)
@@ -84,6 +84,9 @@
     %define with_storage_iscsi_direct 0
 %endif
 
+# Other optional features
+%define with_bash_completion  0%{!?_without_bash_completion:1}
+
 # A few optional bits off by default, we enable later
 %define with_fuse             0
 %define with_sanlock          0
@@ -92,7 +95,6 @@
 %define with_libssh2          0
 %define with_wireshark        0
 %define with_libssh           0
-%define with_bash_completion  0
 
 # Finally set the OS / architecture specific special cases
 
     %define with_libssh 0%{!?_without_libssh:1}
 %endif
 
-%define with_bash_completion  0%{!?_without_bash_completion:1}
-
 %if %{with_qemu} || %{with_lxc}
 # numad is used to manage the CPU and memory placement dynamically,
 # it's not available on many non-x86 architectures.