diff --git a/libvirt-add-test-files.patch b/libvirt-add-test-files.patch new file mode 100644 index 0000000..5cca337 --- /dev/null +++ b/libvirt-add-test-files.patch @@ -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 diff --git a/libvirt.spec b/libvirt.spec index 7a67c0a..da2e72b 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -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 - 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 - 0.9.11-1 - Update to 0.9.11 release diff --git a/sources b/sources index 2fe4e39..ad36e51 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6e9fab115075a8fd21d9bd0d7e558a52 libvirt-0.9.11.tar.gz +b49dfc6ca0edafe914d39f4394d86b48 libvirt-0.9.11.2.tar.gz