Rebased to version 0.9.11.2

Abide URI username when connecting to hypervisor (bz 811397)
Fix managed USB mode (bz 814866)
Fix crash connecting to ESX host (bz 811891)
remotes/origin/f18
Cole Robinson 2012-04-26 20:14:34 -04:00
parent afe729ac3c
commit c73c129b48
3 changed files with 31 additions and 2 deletions

View File

@ -0,0 +1,20 @@
diff -Nrup libvirt-0.9.11.2/tests/nodeinfodata/linux-nodeinfo-sysfs-test-1/cpu/cpu0/topology/physical_package_id foo/tests/nodeinfodata/linux-nodeinfo-sysfs-test-1/cpu/cpu0/topology/physical_package_id
--- libvirt-0.9.11.2/tests/nodeinfodata/linux-nodeinfo-sysfs-test-1/cpu/cpu0/topology/physical_package_id 1969-12-31 19:00:00.000000000 -0500
+++ foo/tests/nodeinfodata/linux-nodeinfo-sysfs-test-1/cpu/cpu0/topology/physical_package_id 2012-04-26 20:00:14.386907877 -0400
@@ -0,0 +1 @@
+0
diff -Nrup libvirt-0.9.11.2/tests/nodeinfodata/linux-nodeinfo-sysfs-test-1/cpu/cpu0/topology/thread_siblings_list foo/tests/nodeinfodata/linux-nodeinfo-sysfs-test-1/cpu/cpu0/topology/thread_siblings_list
--- libvirt-0.9.11.2/tests/nodeinfodata/linux-nodeinfo-sysfs-test-1/cpu/cpu0/topology/thread_siblings_list 1969-12-31 19:00:00.000000000 -0500
+++ foo/tests/nodeinfodata/linux-nodeinfo-sysfs-test-1/cpu/cpu0/topology/thread_siblings_list 2012-04-26 20:00:14.386907877 -0400
@@ -0,0 +1 @@
+0
diff -Nrup libvirt-0.9.11.2/tests/nodeinfodata/linux-nodeinfo-sysfs-test-1/cpu/cpu1/topology/physical_package_id foo/tests/nodeinfodata/linux-nodeinfo-sysfs-test-1/cpu/cpu1/topology/physical_package_id
--- libvirt-0.9.11.2/tests/nodeinfodata/linux-nodeinfo-sysfs-test-1/cpu/cpu1/topology/physical_package_id 1969-12-31 19:00:00.000000000 -0500
+++ foo/tests/nodeinfodata/linux-nodeinfo-sysfs-test-1/cpu/cpu1/topology/physical_package_id 2012-04-26 20:00:14.387907750 -0400
@@ -0,0 +1 @@
+0
diff -Nrup libvirt-0.9.11.2/tests/nodeinfodata/linux-nodeinfo-sysfs-test-1/cpu/cpu1/topology/thread_siblings_list foo/tests/nodeinfodata/linux-nodeinfo-sysfs-test-1/cpu/cpu1/topology/thread_siblings_list
--- libvirt-0.9.11.2/tests/nodeinfodata/linux-nodeinfo-sysfs-test-1/cpu/cpu1/topology/thread_siblings_list 1969-12-31 19:00:00.000000000 -0500
+++ foo/tests/nodeinfodata/linux-nodeinfo-sysfs-test-1/cpu/cpu1/topology/thread_siblings_list 2012-04-26 20:00:14.387907750 -0400
@@ -0,0 +1 @@
+0

View File

@ -272,11 +272,13 @@
Summary: Library providing a simple virtualization API
Name: libvirt
Version: 0.9.11
Version: 0.9.11.2
Release: 1%{?dist}%{?extra_release}
License: LGPLv2+
Group: Development/Libraries
Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
# Add some testfiles that didn't make the tarball
Patch1: %{name}-add-test-files.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
URL: http://libvirt.org/
@ -736,6 +738,7 @@ of recent versions of Linux (and other OSes).
%prep
%setup -q
%patch1 -p1
%build
%if ! %{with_xen}
@ -1460,6 +1463,12 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/sysctl.d/libvirtd
%endif
%changelog
* Thu Apr 26 2012 Cole Robinson <crobinso@redhat.com> - 0.9.11.2-1
- Rebased to version 0.9.11.2
- Abide URI username when connecting to hypervisor (bz 811397)
- Fix managed USB mode (bz 814866)
- Fix crash connecting to ESX host (bz 811891)
* Wed Apr 4 2012 Daniel P. Berrange <berrange@redhat.com> - 0.9.11-1
- Update to 0.9.11 release

View File

@ -1 +1 @@
6e9fab115075a8fd21d9bd0d7e558a52 libvirt-0.9.11.tar.gz
b49dfc6ca0edafe914d39f4394d86b48 libvirt-0.9.11.2.tar.gz