Bug 446616

Summary: libvirt: not built with PolicyKit as intended
Product: [Fedora] Fedora Reporter: Tomas Hoger <thoger>
Component: libvirtAssignee: Daniel Veillard <veillard>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: berrange
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-05-15 21:48:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tomas Hoger 2008-05-15 12:08:50 UTC
Description of problem:

It seems that it's intended to build libvirt with PolicyKit support on any
Fedora 8 and later, but this does not seem to occur on rawhide / F10.

Problem seems to be caused by following line in .spec file:

  %if "%{fedora}" >= "8"

With double quotes, this seems to be evaluated in the string context resulting
in the condition not being met.  Removing quotes seems to help.

Version-Release number of selected component (if applicable):

all .fc10 builds where %fedora is 10

Comment 1 Daniel Berrangé 2008-05-15 21:48:21 UTC
Fixed in libvirt-0.4.2-5.fc10

Comment 2 Mark McLoughlin 2008-06-04 17:51:07 UTC
Fixed in F-9 with:

* Wed Jun  4 2008 Mark McLoughlin <markmc> - 0.4.2-4.fc9
- Disable lokkit support again (#449996, #447633)
- Ensure PolicyKit is enabled (#446616)


Comment 3 Fedora Update System 2008-06-04 21:01:06 UTC
libvirt-0.4.2-4.fc9 has been submitted as an update for Fedora 9

Comment 4 Tomas Hoger 2008-06-05 06:29:13 UTC
F9 libvirt was not really affected by this...