forked from pool/libvirt
Update to libvirt 0.9.1
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=118
This commit is contained in:
parent
8603b1dd01
commit
492e1ecde2
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4c05557d3db282b24624024f427d0c494d38c996ba72a33e5c90936ea7f4285
|
||||
size 10043402
|
||||
oid sha256:2a2ff6a4e1855ca0d696c1c0d07674546ba893f8d74e3850e2d368e1f5dfba0d
|
||||
size 10346535
|
||||
|
@ -1,7 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 4 15:49:12 MDT 2011 - jfehlig@novell.com
|
||||
Thu May 5 19:01:54 MDT 2011 - jfehlig@suse.de
|
||||
|
||||
- Update to libvirt 0.9.1 RC2
|
||||
- Update to libvirt 0.9.1
|
||||
- support various persistent domain updates
|
||||
- improvements on memory APIs
|
||||
- Add virDomainEventRebootNew
|
||||
- various improvements to libxl drive
|
||||
- Spice: support audio, images and stream compression
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 12 15:26:02 MDT 2011 - jfehlig@suse.de
|
||||
|
@ -90,6 +90,12 @@
|
||||
%define with_libxl 0
|
||||
%endif
|
||||
|
||||
# libxenlight driver requires Xen >= 4.1, which is only
|
||||
# available in openSUSE >= 12.1 or SLE >= 11sp2
|
||||
%if 0%{?suse_version} < 1210
|
||||
%define with_libxl 0
|
||||
%endif
|
||||
|
||||
# numactl only on x86_64 and ia64
|
||||
%ifnarch x86_64 ia64
|
||||
%define with_numactl 0
|
||||
|
Loading…
Reference in New Issue
Block a user