Hi all,
I've just pushed three small fixes:
$ git log -3 --pretty=short
commit 2ef091efcc5cd02bbd496972b141cf253f713fdd
Author: Philip Hahn <hahn(a)univention.de>
python: Fix networkLookupByUUID
commit 0ef58c315506d094a0a4d64f022119a04a1916c0
Author: Cole Robinson <crobinso(a)redhat.com>
.gitignore: Ignore generated daemon/libvirtd.logrotate
commit 89d8cdfc7e0ba7b2d9cf16a34b8e4a035c851d28
Author: Cole Robinson <crobinso(a)redhat.com>
Fix make dist with XenAPI changes
The last chronological change was from:
https://bugzilla.redhat.com/show_bug.cgi?id=574366
Apparently networkLookupByUUID has always been busted in the python
bindings, but since we don't use it in virtinst/virt-manager, it wasn't
noticed.
- Cole