Re: [libvirt] [PATCH 3/4] spec: Require libacl and its headers

2017-02-14 Thread Andrea Bolognani
On Tue, 2017-02-14 at 17:39 +0100, Michal Privoznik wrote: > > @@ -645,6 +647,8 @@ Requires: xz > > %if 0%{?fedora} >= 24 > > Requires: systemd-container > > %endif > > +# For managing ACLs > > +Requires: libacl > > This shouldn't be needed. If we are building with libacl-devel, we are

Re: [libvirt] [PATCH 3/4] spec: Require libacl and its headers

2017-02-14 Thread Michal Privoznik
On 02/14/2017 04:33 PM, Andrea Bolognani wrote: > Now that they're required by configure, we should make sure > they are available when building the rpm and when installing it. > --- > libvirt.spec.in | 4 > 1 file changed, 4 insertions(+) > > diff --git a/libvirt.spec.in b/libvirt.spec.in

[libvirt] [PATCH 3/4] spec: Require libacl and its headers

2017-02-14 Thread Andrea Bolognani
Now that they're required by configure, we should make sure they are available when building the rpm and when installing it. --- libvirt.spec.in | 4 1 file changed, 4 insertions(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index e8c272b..ca569e3 100644 --- a/libvirt.spec.in +++