|
|
|
@@ -11,14 +11,13 @@
|
|
|
|
|
Summary: Library providing a simple API virtualization
|
|
|
|
|
Name: libvirt
|
|
|
|
|
Version: 0.4.0
|
|
|
|
|
Release: 4%{?dist}%{?extra_release}
|
|
|
|
|
Release: 3%{?dist}%{?extra_release}
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Source: libvirt-%{version}.tar.gz
|
|
|
|
|
Patch1: libvirt-%{version}-auth-null-cb.patch
|
|
|
|
|
Patch2: libvirt-%{version}-conffile-size.patch
|
|
|
|
|
Patch3: libvirt-%{version}-auth-null-cb-2.patch
|
|
|
|
|
Patch4: libvirt-%{version}-remote-ssh.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
URL: http://libvirt.org/
|
|
|
|
|
BuildRequires: python python-devel
|
|
|
|
@@ -39,7 +38,9 @@ Requires: cyrus-sasl-md5
|
|
|
|
|
Requires: PolicyKit >= 0.6
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%ifarch i386 x86_64 ia64
|
|
|
|
|
BuildRequires: xen-devel
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
|
BuildRequires: readline-devel
|
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
@@ -53,7 +54,6 @@ BuildRequires: cyrus-sasl-devel
|
|
|
|
|
BuildRequires: PolicyKit-devel >= 0.6
|
|
|
|
|
%endif
|
|
|
|
|
Obsoletes: libvir
|
|
|
|
|
ExclusiveArch: i386 x86_64 ia64
|
|
|
|
|
|
|
|
|
|
# Fedora build root suckage
|
|
|
|
|
BuildRequires: gawk
|
|
|
|
@@ -67,7 +67,9 @@ Summary: Libraries, includes, etc. to compile with the libvirt library
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: libvirt = %{version}
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
%ifarch i386 x86_64 ia64
|
|
|
|
|
Requires: xen-devel
|
|
|
|
|
%endif
|
|
|
|
|
Obsoletes: libvir-devel
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
@@ -91,10 +93,15 @@ of recent versions of Linux (and other OSes).
|
|
|
|
|
%patch1 -p1
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
%patch3 -p1
|
|
|
|
|
%patch4 -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# Xen is availble only on i386 x86_64 ia64
|
|
|
|
|
%ifarch i386 i686 x86_64 ia64
|
|
|
|
|
%configure --with-init-script=redhat --with-qemud-pid-file=%{_localstatedir}/run/libvirt_qemud.pid --with-remote-file=%{_localstatedir}/run/libvirtd.pid
|
|
|
|
|
%else
|
|
|
|
|
%configure --without-xen --with-init-script=redhat --with-qemud-pid-file=%{_localstatedir}/run/libvirt_qemud.pid --with-remote-file=%{_localstatedir}/run/libvirtd.pid
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@@ -211,54 +218,66 @@ fi
|
|
|
|
|
%doc docs/examples/python
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 18 2008 Daniel P. Berrange <berrange@redhat.com> - 0.4.0-4.fc7
|
|
|
|
|
- Fix SSH tunnelling (rhbz #428743)
|
|
|
|
|
|
|
|
|
|
* Sun Jan 13 2008 Daniel P. Berrange <berrange@redhat.com> - 0.4.0-3.fc7
|
|
|
|
|
* Sun Jan 13 2008 Daniel P. Berrange <berrange@redhat.com> - 0.4.0-3.fc8
|
|
|
|
|
- Fix crash when no auth callback
|
|
|
|
|
|
|
|
|
|
* Wed Jan 2 2008 Daniel P. Berrange <berrange@redhat.com> - 0.4.0-2.fc7
|
|
|
|
|
* Wed Jan 2 2008 Daniel P. Berrange <berrange@redhat.com> - 0.4.0-2.fc8
|
|
|
|
|
- Fix reading large config files (rhbz #426425)
|
|
|
|
|
- Fix crash when connecting to a PolicyKit enabled server with not auth callback (rhbz #427107)
|
|
|
|
|
|
|
|
|
|
* Tue Dec 18 2007 Daniel Veillard <veillard@redhat.com> - 0.4.0-1.fc7
|
|
|
|
|
* Tue Dec 18 2007 Daniel Veillard <veillard@redhat.com> - 0.4.0-1.fc8
|
|
|
|
|
- Release of 0.4.0
|
|
|
|
|
- SASL based authentication
|
|
|
|
|
- PolicyKit authentication
|
|
|
|
|
- improved NUMA and statistics support
|
|
|
|
|
- lots of assorted improvements, bugfixes and cleanups
|
|
|
|
|
- documentation and localization improvements
|
|
|
|
|
|
|
|
|
|
* Tue Oct 9 2007 Daniel Veillard <veillard@redhat.com> - 0.3.3-1.fc7
|
|
|
|
|
* Mon Oct 15 2007 Daniel P. Berrange <berrange@redhat.com> - 0.3.3-2.fc8
|
|
|
|
|
- Added QEMU driver config file support
|
|
|
|
|
- Added example config files
|
|
|
|
|
|
|
|
|
|
* Sun Sep 30 2007 Daniel Veillard <veillard@redhat.com> - 0.3.3-1
|
|
|
|
|
- Release of 0.3.3
|
|
|
|
|
- Avahi support
|
|
|
|
|
- NUMA support
|
|
|
|
|
- lots of assorted improvements, bugfixes and cleanups
|
|
|
|
|
- documentation and localization improvements
|
|
|
|
|
|
|
|
|
|
* Tue Aug 21 2007 Daniel Veillard <veillard@redhat.com> - 0.3.2-1.fc7
|
|
|
|
|
* Fri Aug 24 2007 Daniel Veillard <veillard@redhat.com> - 0.3.2-2.fc8
|
|
|
|
|
- also build on arches where Xen is not available
|
|
|
|
|
|
|
|
|
|
* Tue Aug 21 2007 Daniel Veillard <veillard@redhat.com> - 0.3.2-1.fc8
|
|
|
|
|
- Release of 0.3.2
|
|
|
|
|
- API for domains migration
|
|
|
|
|
- APIs for collecting statistics on disks and interfaces
|
|
|
|
|
- lots of assorted bugfixes and cleanups
|
|
|
|
|
- documentation and localization improvements
|
|
|
|
|
|
|
|
|
|
* Thu Jul 26 2007 Daniel Veillard <veillard@redhat.com> - 0.3.1-2.fc7
|
|
|
|
|
* Thu Aug 16 2007 Daniel Veillard <veillard@redhat.com> - 0.3.1-4.fc8
|
|
|
|
|
- Fixes missing Requires for libvirt-devel
|
|
|
|
|
|
|
|
|
|
* Thu Jul 26 2007 Daniel Veillard <veillard@redhat.com> - 0.3.1-3.fc8
|
|
|
|
|
- adds fix for bug #249594
|
|
|
|
|
|
|
|
|
|
* Tue Jul 24 2007 Daniel Veillard <veillard@redhat.com> - 0.3.1-1.fc7
|
|
|
|
|
* Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 0.3.1-2
|
|
|
|
|
- Rebuild for RH #249435
|
|
|
|
|
|
|
|
|
|
* Tue Jul 24 2007 Daniel Veillard <veillard@redhat.com> - 0.3.1-1.fc8
|
|
|
|
|
- Release of 0.3.1
|
|
|
|
|
- localtime clock support
|
|
|
|
|
- PS/2 and USB input devices
|
|
|
|
|
- lots of assorted bugfixes and cleanups
|
|
|
|
|
- documentation and localization improvements
|
|
|
|
|
|
|
|
|
|
* Mon Jul 9 2007 Daniel Veillard <veillard@redhat.com> - 0.3.0-1.fc7
|
|
|
|
|
* Mon Jul 9 2007 Daniel Veillard <veillard@redhat.com> - 0.3.0-1.fc8
|
|
|
|
|
- Release of 0.3.0
|
|
|
|
|
- Secure remote access support
|
|
|
|
|
- unification of daemons
|
|
|
|
|
- lots of assorted bugfixes and cleanups
|
|
|
|
|
- documentation and localization improvements
|
|
|
|
|
|
|
|
|
|
* Fri Jun 8 2007 Daniel Veillard <veillard@redhat.com> - 0.2.3-1.fc7
|
|
|
|
|
* Fri Jun 8 2007 Daniel Veillard <veillard@redhat.com> - 0.2.3-1.fc8
|
|
|
|
|
- Release of 0.2.3
|
|
|
|
|
- lot of assorted bugfixes and cleanups
|
|
|
|
|
- support for Xen-3.1
|
|
|
|
|