Since Dan pushed the fine grained ACL control patches, this release really ought to be 1.1.0, I just tagged it in git and pushed tarball and rpms to the server: ftp://libvirt.org/libvirt/ I know that Laine has still a patch set to push, now it seems they all got ACK'ed so better get them in for rc2, which I will probably push on thursday. Then if everything looks fine we can have the final release on Monday. I gave it my usual user test, on Fedora, seems to work fine from my limited perspective. I just had to push the attached patch as a build breaker otherwise make rpm would wail because the polkit API definitions would not be packaged. Probably worth a double checking by Dan for correctness. Thanks in advance for feedback on the candidate release, Daniel -- Daniel Veillard | Open Source and Standards, Red Hat veillard@xxxxxxxxxx | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | virtualization library http://libvirt.org/
commit 0c737dfb44a96bd9ed49f588e8ae117ad47d3f60 Author: Daniel Veillard <veillard@xxxxxxxxxx> Date: Tue Jun 25 13:44:47 2013 +0200 Add polkit policy for API checks to rpm spec diff --git a/libvirt.spec.in b/libvirt.spec.in index a0a390e..395ac25 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1820,6 +1820,7 @@ fi %if %{with_polkit} %if 0%{?fedora} >= 12 || 0%{?rhel} >= 6 %{_datadir}/polkit-1/actions/org.libvirt.unix.policy +%{_datadir}/polkit-1/actions/org.libvirt.api.policy %else %{_datadir}/PolicyKit/policy/org.libvirt.unix.policy %endif
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list