SHA256
1
0
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:
James Fehlig 2011-05-06 14:29:19 +00:00 committed by Git OBS Bridge
parent 8603b1dd01
commit 492e1ecde2
3 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:c4c05557d3db282b24624024f427d0c494d38c996ba72a33e5c90936ea7f4285 oid sha256:2a2ff6a4e1855ca0d696c1c0d07674546ba893f8d74e3850e2d368e1f5dfba0d
size 10043402 size 10346535

View File

@ -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 Tue Apr 12 15:26:02 MDT 2011 - jfehlig@suse.de

View File

@ -90,6 +90,12 @@
%define with_libxl 0 %define with_libxl 0
%endif %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 # numactl only on x86_64 and ia64
%ifnarch x86_64 ia64 %ifnarch x86_64 ia64
%define with_numactl 0 %define with_numactl 0