From 1b2309869999e40b9381006ae388f8cd47647bd5 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 22 Sep 2015 09:11:23 -0400 Subject: [PATCH] Fix polkit dep --- libvirt.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libvirt.spec b/libvirt.spec index 1f117a0..f8351e7 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -542,6 +542,8 @@ BuildRequires: cyrus-sasl-devel %endif %if %{with_polkit} %if 0%{?fedora} >= 20 || 0%{?rhel} >= 7 +# F22 polkit-devel doesn't pull in polkit anymore, which we need for pkcheck +BuildRequires: polkit >= 0.112 BuildRequires: polkit-devel >= 0.112 %else %if 0%{?fedora} || 0%{?rhel} >= 6