Rebased to version 0.9.11.3
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/f17
parent
c24c6d1abf
commit
8c8b755519
11
libvirt.spec
11
libvirt.spec
|
@ -272,12 +272,13 @@
|
|||
|
||||
Summary: Library providing a simple virtualization API
|
||||
Name: libvirt
|
||||
Version: 0.9.11
|
||||
Version: 0.9.11.3
|
||||
Release: 1%{?dist}%{?extra_release}
|
||||
License: LGPLv2+
|
||||
Group: Development/Libraries
|
||||
Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
|
||||
Patch1: %{name}-%{version}-qemu-replace-deprecated-fedora-13-machine.patch
|
||||
# Replace fedora-13->pc-0.14 to prep for qemu removing the latter (bz 754772)
|
||||
Patch1: %{name}-qemu-replace-deprecated-fedora-13-machine.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
URL: http://libvirt.org/
|
||||
|
@ -1463,6 +1464,12 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/sysctl.d/libvirtd
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Apr 27 2012 Cole Robinson <crobinso@redhat.com> - 0.9.11.3-1
|
||||
- Rebased to version 0.9.11.3
|
||||
- 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue