mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
Revert "Revert "spec: Simplify setting features off by default""
As explained in the original commit (31d687a321
), these values are actually unaffected by the corresponding _without_* macros and so we can leave out the additional processing / obfuscation. This reverts commitae23a87d85
. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
4a56278e77
commit
8dfb6ed826
@ -97,14 +97,14 @@
|
||||
%define with_numactl 0%{!?_without_numactl:1}
|
||||
|
||||
# A few optional bits off by default, we enable later
|
||||
%define with_fuse 0%{!?_without_fuse:0}
|
||||
%define with_sanlock 0%{!?_without_sanlock:0}
|
||||
%define with_numad 0%{!?_without_numad:0}
|
||||
%define with_firewalld_zone 0%{!?_without_firewalld:0}
|
||||
%define with_libssh2 0%{!?_without_libssh2:0}
|
||||
%define with_wireshark 0%{!?_without_wireshark:0}
|
||||
%define with_libssh 0%{!?_without_libssh:0}
|
||||
%define with_dmidecode 0%{!?_without_dmidecode:0}
|
||||
%define with_fuse 0
|
||||
%define with_sanlock 0
|
||||
%define with_numad 0
|
||||
%define with_firewalld_zone 0
|
||||
%define with_libssh2 0
|
||||
%define with_wireshark 0
|
||||
%define with_libssh 0
|
||||
%define with_dmidecode 0
|
||||
|
||||
# Finally set the OS / architecture specific special cases
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user