From: Andrea Bolognani Date: Tue, 14 Feb 2017 13:42:54 +0000 (+0100) Subject: spec: Require libacl when building the QEMU driver X-Git-Tag: CVE-2017-2635~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e04bd5b6fccbbcb664b9af545fb5c4da3ead4c28;p=thirdparty%2Flibvirt.git spec: Require libacl when building the QEMU driver For the namespaces feature to work properly we need to be able to make a perfect copy of the original /dev, including ACLs. By adding a BuildRequires on libacl-devel we ensure that ACL support will be enabled at configure time and made available to the QEMU driver. --- diff --git a/libvirt.spec.in b/libvirt.spec.in index e8c272bd73..ec199e9c82 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -340,6 +340,8 @@ BuildRequires: polkit-devel >= 0.93 # For mount/umount in FS driver BuildRequires: util-linux %if %{with_qemu} +# For managing ACLs +BuildRequires: libacl-devel # From QEMU RPMs BuildRequires: /usr/bin/qemu-img %else