mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
Fix polkit/netcf disabling on older fedoras
polkit was disabled by default for a reason - because we selectively enable it on newer fedoras rather than disable it on older fedoras Same fix needed for netcf
This commit is contained in:
parent
181c80d6eb
commit
a8e34e298e
@ -8,22 +8,24 @@
|
|||||||
%define with_vbox 0%{!?_without_vbox:1}
|
%define with_vbox 0%{!?_without_vbox:1}
|
||||||
%define with_sasl 0%{!?_without_sasl:1}
|
%define with_sasl 0%{!?_without_sasl:1}
|
||||||
%define with_avahi 0%{!?_without_avahi:1}
|
%define with_avahi 0%{!?_without_avahi:1}
|
||||||
%define with_polkit 0%{!?_without_polkit:1}
|
|
||||||
%define with_python 0%{!?_without_python:1}
|
%define with_python 0%{!?_without_python:1}
|
||||||
%define with_libvirtd 0%{!?_without_libvirtd:1}
|
%define with_libvirtd 0%{!?_without_libvirtd:1}
|
||||||
%define with_uml 0%{!?_without_uml:1}
|
%define with_uml 0%{!?_without_uml:1}
|
||||||
%define with_one 0%{!?_without_one:1}
|
%define with_one 0%{!?_without_one:1}
|
||||||
# default to off
|
|
||||||
%define with_phyp 0%{!?_without_phyp:0}
|
|
||||||
%define with_network 0%{!?_without_network:1}
|
%define with_network 0%{!?_without_network:1}
|
||||||
%define with_storage_fs 0%{!?_without_storage_fs:1}
|
%define with_storage_fs 0%{!?_without_storage_fs:1}
|
||||||
%define with_storage_lvm 0%{!?_without_storage_lvm:1}
|
%define with_storage_lvm 0%{!?_without_storage_lvm:1}
|
||||||
%define with_storage_iscsi 0%{!?_without_storage_iscsi:1}
|
%define with_storage_iscsi 0%{!?_without_storage_iscsi:1}
|
||||||
%define with_storage_disk 0%{!?_without_storage_disk:1}
|
%define with_storage_disk 0%{!?_without_storage_disk:1}
|
||||||
%define with_numactl 0%{!?_without_numactl:1}
|
%define with_numactl 0%{!?_without_numactl:1}
|
||||||
# default to off
|
|
||||||
|
# default to off - selectively enabled below
|
||||||
|
%define with_polkit 0%{!?_without_polkit:0}
|
||||||
%define with_capng 0%{!?_without_capng:0}
|
%define with_capng 0%{!?_without_capng:0}
|
||||||
%define with_netcf 0%{!?_without_netcf:1}
|
%define with_netcf 0%{!?_without_netcf:0}
|
||||||
|
|
||||||
|
# default to off
|
||||||
|
%define with_phyp 0%{!?_without_phyp:0}
|
||||||
|
|
||||||
# Xen is available only on i386 x86_64 ia64
|
# Xen is available only on i386 x86_64 ia64
|
||||||
%ifnarch i386 i586 i686 x86_64 ia64
|
%ifnarch i386 i586 i686 x86_64 ia64
|
||||||
|
Loading…
Reference in New Issue
Block a user