rpms/libvirt/F-10 libvirt.spec, 1.102, 1.103 sources, 1.34, 1.35 python_make.patch, 1.1, NONE

Daniel Veillard veillard at fedoraproject.org
Wed Nov 26 09:08:06 UTC 2008


Author: veillard

Update of /cvs/pkgs/rpms/libvirt/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2062

Modified Files:
	libvirt.spec sources 
Removed Files:
	python_make.patch 
Log Message:
libvirt-0.5.0 upstream release, Daniel



Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/F-10/libvirt.spec,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- libvirt.spec	2 Oct 2008 14:59:55 -0000	1.102
+++ libvirt.spec	26 Nov 2008 09:07:34 -0000	1.103
@@ -10,6 +10,7 @@
 %define with_polkit    0%{!?_without_polkit:0}
 %define with_python    0%{!?_without_python:1}
 %define with_libvirtd  0%{!?_without_libvirtd:1}
+%define with_uml       0%{!?_without_uml:1}
 
 # Xen is available only on i386 x86_64 ia64
 %ifnarch i386 i686 x86_64 ia64
@@ -33,12 +34,11 @@
 
 Summary: Library providing a simple API virtualization
 Name: libvirt
-Version: 0.4.6
-Release: 3%{?dist}%{?extra_release}
+Version: 0.5.0
+Release: 1%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: libvirt-%{version}.tar.gz
-Patch0: python_make.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 URL: http://libvirt.org/
 BuildRequires: python python-devel
@@ -48,6 +48,8 @@
 Requires: dnsmasq
 Requires: bridge-utils
 Requires: iptables
+# needed for device enumeration
+Requires: hal
 # So remote clients can access libvirt over SSH tunnel
 # (client invokes 'nc' against the UNIX socket on the server)
 Requires: nc
@@ -89,6 +91,7 @@
 BuildRequires: ncurses-devel
 BuildRequires: gettext
 BuildRequires: gnutls-devel
+BuildRequires: hal-devel
 %if %{with_avahi}
 BuildRequires: avahi-devel
 %endif
@@ -160,7 +163,6 @@
 
 %prep
 %setup -q
-%patch0 -p0
 
 %build
 %if ! %{with_xen}
@@ -199,6 +201,10 @@
 %define _without_libvirtd --without-libvirtd
 %endif
 
+%if ! %{with_uml}
+%define _without_uml --without-uml
+%endif
+
 %configure %{?_without_xen} \
            %{?_without_qemu} \
            %{?_without_openvz} \
@@ -208,6 +214,7 @@
            %{?_without_polkit} \
            %{?_without_python} \
            %{?_without_libvirtd} \
+           %{?_without_uml} \
            --with-init-script=redhat \
            --with-qemud-pid-file=%{_localstatedir}/run/libvirt_qemud.pid \
            --with-remote-file=%{_localstatedir}/run/libvirtd.pid
@@ -396,6 +403,15 @@
 %endif
 
 %changelog
+* Wed Nov 26 2008 Daniel Veillard <veillard at redhat.com> - 0.5.0-1.fc10
+- upstream release 0.5.0
+- domain lifecycle event support
+- node device enumeration
+- KVM/QEmu migration support
+- improved LXC support
+- SDL display configuration
+- User Mode Linux driver (Daniel Berrange)
+
 * Wed Sep 24 2008 Daniel Veillard <veillard at redhat.com> - 0.4.6-3.fc10
 - apply the python makefile patch for #463733
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/F-10/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sources	23 Sep 2008 21:27:13 -0000	1.34
+++ sources	26 Nov 2008 09:07:36 -0000	1.35
@@ -1 +1 @@
-abdf727deaffd868172f7243eb75ffe3  libvirt-0.4.6.tar.gz
+9242e0be2957f3fd001fbb07cb4bbca5  libvirt-0.5.0.tar.gz


--- python_make.patch DELETED ---




More information about the fedora-extras-commits mailing list