]> git.ipfire.org Git - thirdparty/libvirt.git/commit
spec: Require libacl when building the QEMU driver
authorAndrea Bolognani <abologna@redhat.com>
Tue, 14 Feb 2017 13:42:54 +0000 (14:42 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 14 Feb 2017 18:07:43 +0000 (19:07 +0100)
commite04bd5b6fccbbcb664b9af545fb5c4da3ead4c28
treecff59925bfce2aed6368b828056666e89fedc4a3
parentc315ead7020bde429fe61bf496686f125ac4c882
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.
libvirt.spec.in