From 5e36c74f7bcf8d85963f37d4c74c5ecf1fdf346af0c2146f8ba78222499e5dc6 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Thu, 8 Sep 2011 16:17:38 +0000 Subject: [PATCH] re-enable polkit support OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=145 --- libvirt.changes | 5 +++++ libvirt.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libvirt.changes b/libvirt.changes index 19c34a9..3a9ee6e 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 8 10:15:32 MDT 2011 - jfehlig@suse.com + +- polkit support was mistakenly disabled, re-enable + ------------------------------------------------------------------- Wed Aug 24 20:29:37 MDT 2011 - jfehlig@novell.com diff --git a/libvirt.spec b/libvirt.spec index 9d1ef35..8624456 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -60,8 +60,10 @@ %define with_selinux 0%{!?_without_selinux:%{server_drivers}} %define with_apparmor 0%{!?_without_apparmor:%{server_drivers}} +# Optional bits on by default +%define with_polkit 0%{!?_without_polkit:1} + # A few optional bits off by default, we enable later -%define with_polkit 0%{!?_without_polkit:0} %define with_capng 0%{!?_without_capng:0} %define with_netcf 0%{!?_without_netcf:0} %define with_udev 0%{!?_without_udev:0}