summaryrefslogtreecommitdiff
path: root/libvirt.spec.in
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2021-05-27 20:57:57 +0200
committerAndrea Bolognani <abologna@redhat.com>2021-06-01 14:30:39 +0200
commitb4ee29e1cbf4b1526b8d921e3f74b85b041e8f39 (patch)
tree5f4cae623e6b0595daa6dc3d75b2d5dea480d066 /libvirt.spec.in
parenta2d57d49d7a8e8f8e4fe05a53ea2745653a4848e (diff)
downloadlibvirt-b4ee29e1cbf4b1526b8d921e3f74b85b041e8f39.tar.gz
spec: Be explicit about more features
We want to be explicit about which features are enabled in our RPM build instead of relying on default values. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Diffstat (limited to 'libvirt.spec.in')
-rw-r--r--libvirt.spec.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 7920599498..cc04efe081 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -1098,6 +1098,8 @@ export SOURCE_DATE_EPOCH=$(stat --printf='%Y' %{_specdir}/%{name}.spec)
-Dsasl=enabled \
-Dpolkit=enabled \
-Ddriver_libvirtd=enabled \
+ -Ddriver_remote=enabled \
+ -Ddriver_test=enabled \
%{?arg_esx} \
%{?arg_hyperv} \
%{?arg_vmware} \
@@ -1126,6 +1128,7 @@ export SOURCE_DATE_EPOCH=$(stat --printf='%Y' %{_specdir}/%{name}.spec)
-Dselinux=enabled \
%{?arg_selinux_mount} \
-Dapparmor=disabled \
+ -Dapparmor_profiles=false \
-Dsecdriver_apparmor=disabled \
-Dudev=enabled \
-Dyajl=enabled \