|
|
|
|
@@ -12,13 +12,17 @@
|
|
|
|
|
%define with_python 0%{!?_without_python:1}
|
|
|
|
|
%define with_libvirtd 0%{!?_without_libvirtd:1}
|
|
|
|
|
%define with_uml 0%{!?_without_uml:1}
|
|
|
|
|
%define with_one 0%{!?_without_one:1}
|
|
|
|
|
# default to off
|
|
|
|
|
%define with_phyp 0%{!?_without_phyp:0}
|
|
|
|
|
%define with_network 0%{!?_without_network:1}
|
|
|
|
|
%define with_storage_fs 0%{!?_without_storage_fs:1}
|
|
|
|
|
%define with_storage_lvm 0%{!?_without_storage_lvm:1}
|
|
|
|
|
%define with_storage_iscsi 0%{!?_without_storage_iscsi:1}
|
|
|
|
|
%define with_storage_disk 0%{!?_without_storage_disk:1}
|
|
|
|
|
%define with_numactl 0%{!?_without_numactl:1}
|
|
|
|
|
|
|
|
|
|
# default to off
|
|
|
|
|
%define with_capng 0%{!?_without_capng:0}
|
|
|
|
|
|
|
|
|
|
# Xen is available only on i386 x86_64 ia64
|
|
|
|
|
%ifnarch i386 i586 i686 x86_64 ia64
|
|
|
|
|
@@ -40,35 +44,49 @@
|
|
|
|
|
%define with_xen_proxy 0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 12
|
|
|
|
|
%define with_capng 0%{!?_without_capng:1}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 12
|
|
|
|
|
%define qemu_user qemu
|
|
|
|
|
%define qemu_group qemu
|
|
|
|
|
%else
|
|
|
|
|
%define qemu_user root
|
|
|
|
|
%define qemu_group root
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# If building on RHEL switch on the specific support
|
|
|
|
|
# for the specific Xen version
|
|
|
|
|
#
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
%define with_rhel5 0
|
|
|
|
|
%define with_rhel5 0
|
|
|
|
|
%else
|
|
|
|
|
%define with_rhel5 1
|
|
|
|
|
%define with_rhel5 1
|
|
|
|
|
%define with_polkit 0
|
|
|
|
|
%define with_one 0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Library providing a simple API virtualization
|
|
|
|
|
Name: libvirt
|
|
|
|
|
Version: 0.6.3
|
|
|
|
|
Release: 1%{?dist}%{?extra_release}
|
|
|
|
|
Version: 0.7.0
|
|
|
|
|
Release: 0.1.gitf055724%{?dist}%{?extra_release}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Source: libvirt-%{version}.tar.gz
|
|
|
|
|
Source: libvirt-0.7.0-0.1.gitf055724.tar.gz
|
|
|
|
|
|
|
|
|
|
# Patches cherry-picked from upstream
|
|
|
|
|
# N/A
|
|
|
|
|
|
|
|
|
|
# Not for upstream. Temporary hack till PulseAudio autostart
|
|
|
|
|
# problems are sorted out when SELinux enforcing
|
|
|
|
|
Patch200: libvirt-0.6.3-svirt-sound.patch
|
|
|
|
|
# Temporary hack till PulseAudio autostart problems are sorted
|
|
|
|
|
# out when SELinux enforcing (bz 486112)
|
|
|
|
|
Patch200: libvirt-0.6.4-svirt-sound.patch
|
|
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
URL: http://libvirt.org/
|
|
|
|
|
|
|
|
|
|
# The client side, i.e. shared libs and virsh are in a subpackage
|
|
|
|
|
Requires: libvirt-client = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
BuildRequires: python python-devel
|
|
|
|
|
Requires: readline
|
|
|
|
|
Requires: ncurses
|
|
|
|
|
@@ -95,6 +113,8 @@ BuildRequires: util-linux
|
|
|
|
|
# For showmount in FS driver (netfs discovery)
|
|
|
|
|
BuildRequires: nfs-utils
|
|
|
|
|
Requires: nfs-utils
|
|
|
|
|
# For glusterfs
|
|
|
|
|
Requires: glusterfs-client >= 2.0.2
|
|
|
|
|
%endif
|
|
|
|
|
%if %{with_qemu}
|
|
|
|
|
# From QEMU RPMs
|
|
|
|
|
@@ -122,6 +142,9 @@ Requires: libselinux
|
|
|
|
|
%if %{with_xen}
|
|
|
|
|
BuildRequires: xen-devel
|
|
|
|
|
%endif
|
|
|
|
|
%if %{with_one}
|
|
|
|
|
BuildRequires: xmlrpc-c-devel >= 1.14.0
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
|
BuildRequires: xhtml1-dtds
|
|
|
|
|
BuildRequires: readline-devel
|
|
|
|
|
@@ -135,9 +158,6 @@ BuildRequires: avahi-devel
|
|
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
|
BuildRequires: dnsmasq
|
|
|
|
|
BuildRequires: bridge-utils
|
|
|
|
|
%if %{with_qemu}
|
|
|
|
|
BuildRequires: qemu
|
|
|
|
|
%endif
|
|
|
|
|
%if %{with_sasl}
|
|
|
|
|
BuildRequires: cyrus-sasl-devel
|
|
|
|
|
%endif
|
|
|
|
|
@@ -173,15 +193,41 @@ BuildRequires: parted-devel
|
|
|
|
|
# For QEMU/LXC numa info
|
|
|
|
|
BuildRequires: numactl-devel
|
|
|
|
|
%endif
|
|
|
|
|
Obsoletes: libvir <= 0.2
|
|
|
|
|
Provides: libvir = %{version}-%{release}
|
|
|
|
|
%if %{with_capng}
|
|
|
|
|
BuildRequires: libcap-ng-devel >= 0.5.0
|
|
|
|
|
%endif
|
|
|
|
|
%if %{with_phyp}
|
|
|
|
|
BuildRequires: libssh-devel >= 0.3.1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Fedora build root suckage
|
|
|
|
|
BuildRequires: gawk
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Libvirt is a C toolkit to interact with the virtualization capabilities
|
|
|
|
|
of recent versions of Linux (and other OSes).
|
|
|
|
|
of recent versions of Linux (and other OSes). The main package includes
|
|
|
|
|
the libvirtd server exporting the virtualization support.
|
|
|
|
|
|
|
|
|
|
%package client
|
|
|
|
|
Summary: client side library and utilities of the libvirt library
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: libxml2
|
|
|
|
|
Requires: readline
|
|
|
|
|
Requires: ncurses
|
|
|
|
|
# So remote clients can access libvirt over SSH tunnel
|
|
|
|
|
# (client invokes 'nc' against the UNIX socket on the server)
|
|
|
|
|
Requires: nc
|
|
|
|
|
%if %{with_sasl}
|
|
|
|
|
Requires: cyrus-sasl
|
|
|
|
|
# Not technically required, but makes 'out-of-box' config
|
|
|
|
|
# work correctly & doesn't have onerous dependencies
|
|
|
|
|
Requires: cyrus-sasl-md5
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description client
|
|
|
|
|
Shared libraries and client binaries needed to access to the
|
|
|
|
|
virtualization capabilities of recent versions of Linux (and other OSes).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Libraries, includes, etc. to compile with the libvirt library
|
|
|
|
|
@@ -191,8 +237,6 @@ Requires: pkgconfig
|
|
|
|
|
%if %{with_xen}
|
|
|
|
|
Requires: xen-devel
|
|
|
|
|
%endif
|
|
|
|
|
Obsoletes: libvir-devel <= 0.2
|
|
|
|
|
Provides: libvir-devel = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
Includes and documentations for the C library providing an API to use
|
|
|
|
|
@@ -203,8 +247,6 @@ the virtualization capabilities of recent versions of Linux (and other OSes).
|
|
|
|
|
Summary: Python bindings for the libvirt library
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: libvirt = %{version}-%{release}
|
|
|
|
|
Obsoletes: libvir-python <= 0.2
|
|
|
|
|
Provides: libvir-python = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description python
|
|
|
|
|
The libvirt-python package contains a module that permits applications
|
|
|
|
|
@@ -250,6 +292,10 @@ iconv -f ISO-8859-1 -t UTF-8 < NEWS.old > NEWS
|
|
|
|
|
%define _without_avahi --without-avahi
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if ! %{with_phyp}
|
|
|
|
|
%define _without_phyp --without-phyp
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if ! %{with_polkit}
|
|
|
|
|
%define _without_polkit --without-polkit
|
|
|
|
|
%endif
|
|
|
|
|
@@ -266,6 +312,10 @@ iconv -f ISO-8859-1 -t UTF-8 < NEWS.old > NEWS
|
|
|
|
|
%define _without_uml --without-uml
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if ! %{with_one}
|
|
|
|
|
%define _without_one --without-one
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{with_rhel5}
|
|
|
|
|
%define _with_rhel5_api --with-rhel5-api
|
|
|
|
|
%endif
|
|
|
|
|
@@ -305,6 +355,8 @@ iconv -f ISO-8859-1 -t UTF-8 < NEWS.old > NEWS
|
|
|
|
|
%{?_without_python} \
|
|
|
|
|
%{?_without_libvirtd} \
|
|
|
|
|
%{?_without_uml} \
|
|
|
|
|
%{?_without_one} \
|
|
|
|
|
%{?_without_phyp} \
|
|
|
|
|
%{?_without_network} \
|
|
|
|
|
%{?_with_rhel5_api} \
|
|
|
|
|
%{?_without_storage_fs} \
|
|
|
|
|
@@ -313,9 +365,9 @@ iconv -f ISO-8859-1 -t UTF-8 < NEWS.old > NEWS
|
|
|
|
|
%{?_without_storage_disk} \
|
|
|
|
|
%{?_without_numactl} \
|
|
|
|
|
--with-init-script=redhat \
|
|
|
|
|
--with-qemud-pid-file=%{_localstatedir}/run/libvirt_qemud.pid \
|
|
|
|
|
--with-remote-file=%{_localstatedir}/run/libvirtd.pid
|
|
|
|
|
--with-remote-pid-file=%{_localstatedir}/run/libvirtd.pid
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
gzip -9 ChangeLog
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
@@ -325,6 +377,7 @@ rm -rf %{buildroot}
|
|
|
|
|
(cd docs/examples/python ; rm -rf .deps Makefile Makefile.in)
|
|
|
|
|
(cd examples/hellolibvirt ; make clean ; rm -rf .deps .libs Makefile Makefile.in)
|
|
|
|
|
(cd examples/domain-events/events-c ; make clean ;rm -rf .deps .libs Makefile Makefile.in)
|
|
|
|
|
(cd python/tests ; rm -f *.py?)
|
|
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|
|
|
|
@@ -335,6 +388,8 @@ install -d -m 0755 $RPM_BUILD_ROOT%{_localstatedir}/run/libvirt/
|
|
|
|
|
install -d -m 0755 $RPM_BUILD_ROOT%{_localstatedir}/lib/libvirt/images/
|
|
|
|
|
# Default dir for kernel+initrd images defined in SELinux policy
|
|
|
|
|
install -d -m 0755 $RPM_BUILD_ROOT%{_localstatedir}/lib/libvirt/boot/
|
|
|
|
|
# used for virDomainMemoryPeek
|
|
|
|
|
install -d -m 0700 $RPM_BUILD_ROOT%{_localstatedir}/cache/libvirt/
|
|
|
|
|
|
|
|
|
|
%if %{with_qemu}
|
|
|
|
|
# We don't want to install /etc/libvirt/qemu/networks in the main %files list
|
|
|
|
|
@@ -402,15 +457,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
|
|
%doc AUTHORS ChangeLog NEWS README COPYING.LIB TODO
|
|
|
|
|
%{_mandir}/man1/virsh.1*
|
|
|
|
|
%{_mandir}/man1/virt-xml-validate.1*
|
|
|
|
|
%{_bindir}/virsh
|
|
|
|
|
%{_bindir}/virt-xml-validate
|
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
%doc AUTHORS ChangeLog.gz NEWS README COPYING.LIB TODO
|
|
|
|
|
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/
|
|
|
|
|
|
|
|
|
|
%if %{with_qemu}
|
|
|
|
|
@@ -430,31 +480,18 @@ fi
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/libvirt/qemu.conf
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{with_sasl}
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/sasl2/libvirt.conf
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{with_qemu}
|
|
|
|
|
%dir %{_datadir}/libvirt/
|
|
|
|
|
%dir %{_datadir}/libvirt/networks/
|
|
|
|
|
%{_datadir}/libvirt/networks/default.xml
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%dir %{_datadir}/libvirt/
|
|
|
|
|
%dir %{_datadir}/libvirt/schemas/
|
|
|
|
|
|
|
|
|
|
%{_datadir}/libvirt/schemas/domain.rng
|
|
|
|
|
%{_datadir}/libvirt/schemas/network.rng
|
|
|
|
|
%{_datadir}/libvirt/schemas/storagepool.rng
|
|
|
|
|
%{_datadir}/libvirt/schemas/storagevol.rng
|
|
|
|
|
%{_datadir}/libvirt/schemas/nodedev.rng
|
|
|
|
|
%{_datadir}/libvirt/schemas/capability.rng
|
|
|
|
|
|
|
|
|
|
%dir %{_localstatedir}/run/libvirt/
|
|
|
|
|
|
|
|
|
|
%dir %{_localstatedir}/lib/libvirt/
|
|
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/images/
|
|
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/boot/
|
|
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/cache/libvirt/
|
|
|
|
|
|
|
|
|
|
%if %{with_qemu}
|
|
|
|
|
%dir %{_localstatedir}/run/libvirt/qemu/
|
|
|
|
|
@@ -510,6 +547,31 @@ fi
|
|
|
|
|
|
|
|
|
|
%doc docs/*.xml
|
|
|
|
|
|
|
|
|
|
%files client -f %{name}.lang
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%doc AUTHORS ChangeLog.gz NEWS README COPYING.LIB TODO
|
|
|
|
|
|
|
|
|
|
%{_mandir}/man1/virsh.1*
|
|
|
|
|
%{_mandir}/man1/virt-xml-validate.1*
|
|
|
|
|
%{_bindir}/virsh
|
|
|
|
|
%{_bindir}/virt-xml-validate
|
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
|
|
|
|
|
%dir %{_datadir}/libvirt/
|
|
|
|
|
%dir %{_datadir}/libvirt/schemas/
|
|
|
|
|
|
|
|
|
|
%{_datadir}/libvirt/schemas/domain.rng
|
|
|
|
|
%{_datadir}/libvirt/schemas/network.rng
|
|
|
|
|
%{_datadir}/libvirt/schemas/storagepool.rng
|
|
|
|
|
%{_datadir}/libvirt/schemas/storagevol.rng
|
|
|
|
|
%{_datadir}/libvirt/schemas/nodedev.rng
|
|
|
|
|
%{_datadir}/libvirt/schemas/capability.rng
|
|
|
|
|
%{_datadir}/libvirt/schemas/interface.rng
|
|
|
|
|
|
|
|
|
|
%if %{with_sasl}
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/sasl2/libvirt.conf
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
|
|
@@ -517,6 +579,7 @@ fi
|
|
|
|
|
%dir %{_includedir}/libvirt
|
|
|
|
|
%{_includedir}/libvirt/*.h
|
|
|
|
|
%{_libdir}/pkgconfig/libvirt.pc
|
|
|
|
|
%dir %{_datadir}/gtk-doc/html/libvirt
|
|
|
|
|
%doc %{_datadir}/gtk-doc/html/libvirt/*.devhelp
|
|
|
|
|
%doc %{_datadir}/gtk-doc/html/libvirt/*.html
|
|
|
|
|
%doc %{_datadir}/gtk-doc/html/libvirt/*.png
|
|
|
|
|
@@ -538,9 +601,73 @@ fi
|
|
|
|
|
%doc python/TODO
|
|
|
|
|
%doc python/libvirtclass.txt
|
|
|
|
|
%doc docs/examples/python
|
|
|
|
|
# %dir %{_datadir}/doc/libvirt-%{version}-%{release}/examples
|
|
|
|
|
# %{_datadir}/doc/libvirt-%{version}-%{release}/examples/*.py
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jul 27 2009 Daniel Veillard <veillard@redhat.com> - 0.7.0-0.1.gitf055724
|
|
|
|
|
- prerelease of 0.7.0
|
|
|
|
|
|
|
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.5-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 10 2009 Richard W.M. Jones <rjones@redhat.com> - 0.6.5-2.fc12
|
|
|
|
|
- Bump release number to rebuild against new libparted.
|
|
|
|
|
|
|
|
|
|
* Fri Jul 3 2009 Daniel Veillard <veillard@redhat.com> - 0.6.5-1.fc12
|
|
|
|
|
- Upstream release of 0.6.5
|
|
|
|
|
- OpenNebula driver
|
|
|
|
|
- many bug fixes
|
|
|
|
|
|
|
|
|
|
* Fri Jul 3 2009 Mark McLoughlin <markmc@redhat.com> - 0.6.4-4.fc12
|
|
|
|
|
- Fix libvirtd crash with bad capabilities data (bug #505635)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 3 2009 Mark McLoughlin <markmc@redhat.com> - 0.6.4-3.fc12
|
|
|
|
|
- Handle shared/readonly image labelling (bug #493692)
|
|
|
|
|
- Don't unnecessarily try to change a file context (bug #507555)
|
|
|
|
|
- Don't try to label a disk with no path (e.g. empty cdrom) (bug #499569)
|
|
|
|
|
|
|
|
|
|
* Fri Jun 5 2009 Mark McLoughlin <markmc@redhat.com> - 0.6.4-2.fc12
|
|
|
|
|
- Remove the qemu BuildRequires
|
|
|
|
|
|
|
|
|
|
* Fri May 29 2009 Daniel Veillard <veillard@redhat.com> - 0.6.4-1.fc12
|
|
|
|
|
- Upstream release of 0.6.4
|
|
|
|
|
- new APIs
|
|
|
|
|
- fixes for latests QEmu/KVM versions
|
|
|
|
|
- various assorted fixes
|
|
|
|
|
|
|
|
|
|
* Mon May 25 2009 Mark McLoughlin <markmc@redhat.com> - 0.6.3-11.fc12
|
|
|
|
|
- Bring up the bridge, even if it doesn't have an IP address (bug #501912)
|
|
|
|
|
|
|
|
|
|
* Thu May 21 2009 Mark McLoughlin <markmc@redhat.com> - 0.6.3-10.fc12
|
|
|
|
|
- Fix XML attribute escaping (bug #499791)
|
|
|
|
|
- Fix serious event handling issues causing guests to be destroyed (bug #499698)
|
|
|
|
|
|
|
|
|
|
* Thu May 21 2009 Mark McLoughlin <markmc@redhat.com> - 0.6.3-9.fc12
|
|
|
|
|
- Fix qemu argv detection with latest qemu (bug #501923)
|
|
|
|
|
|
|
|
|
|
* Sun May 10 2009 Cole Robinson <crobinso@redhat.com> - 0.6.2-8.fc12
|
|
|
|
|
- Don't try to label a disk with no path (e.g. empty cdrom) (bug #499569)
|
|
|
|
|
|
|
|
|
|
* Thu May 7 2009 Mark McLoughlin <markmc@redhat.com> - 0.6.3-7.fc12
|
|
|
|
|
- Enable migration for qemu 0.10 (bug #499704)
|
|
|
|
|
|
|
|
|
|
* Wed May 6 2009 Cole Robinson <crobinso@redhat.com> - 0.6.3-6.fc12
|
|
|
|
|
- Refresh qemu caps when getCapabilities is called (bug #460649)
|
|
|
|
|
|
|
|
|
|
* Wed May 6 2009 Mark McLoughlin <markmc@redhat.com> - 0.6.3-5.fc12
|
|
|
|
|
- Fix handling of <hostdev managed='yes'> (bug #499386)
|
|
|
|
|
|
|
|
|
|
* Tue May 5 2009 Daniel Berrange <berrange@redhat.com> - 0.6.3-4.fc12
|
|
|
|
|
- Fix readonly/shared disk image labelling (rhbz #493692)
|
|
|
|
|
|
|
|
|
|
* Tue Apr 28 2009 Daniel Veillard <veillard@redhat.com> - 0.6.3-3.fc12
|
|
|
|
|
- was also missing /usr/share/gtk-doc/html/libvirt in -devel
|
|
|
|
|
|
|
|
|
|
* Tue Apr 28 2009 Daniel Veillard <veillard@redhat.com> - 0.6.3-2.fc12
|
|
|
|
|
- fix packaging bug #496945 libvirt should own /var/cache/libvirt
|
|
|
|
|
|
|
|
|
|
* Fri Apr 24 2009 Daniel Veillard <veillard@redhat.com> - 0.6.3-1.fc12
|
|
|
|
|
- release of 0.6.3
|
|
|
|
|
- VirtualBox driver
|
|
|
|
|
|