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
parent
afe729ac3c
commit
c73c129b48
|
@ -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
|
11
libvirt.spec
11
libvirt.spec
|
@ -272,11 +272,13 @@
|
||||||
|
|
||||||
Summary: Library providing a simple virtualization API
|
Summary: Library providing a simple virtualization API
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 0.9.11
|
Version: 0.9.11.2
|
||||||
Release: 1%{?dist}%{?extra_release}
|
Release: 1%{?dist}%{?extra_release}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
URL: http://libvirt.org/
|
URL: http://libvirt.org/
|
||||||
|
|
||||||
|
@ -736,6 +738,7 @@ of recent versions of Linux (and other OSes).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if ! %{with_xen}
|
%if ! %{with_xen}
|
||||||
|
@ -1460,6 +1463,12 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/sysctl.d/libvirtd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 4 2012 Daniel P. Berrange <berrange@redhat.com> - 0.9.11-1
|
||||||
- Update to 0.9.11 release
|
- Update to 0.9.11 release
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue