rpms/libvirt/devel .cvsignore, 1.48, 1.49 libvirt.spec, 1.198, 1.199 sources, 1.50, 1.51 libvirt-logrotate-avoid-compressing-small-logs.patch, 1.2, NONE libvirt-qemu-machine-type-fixes2.patch, 1.2, NONE libvirt-qemu-save-restore-2.patch, 1.1, NONE libvirt-qemu-save-restore.patch, 1.2, NONE

Daniel Veillard veillard at fedoraproject.org
Fri Nov 20 16:55:48 UTC 2009


Author: veillard

Update of /cvs/pkgs/rpms/libvirt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8611

Modified Files:
	.cvsignore libvirt.spec sources 
Removed Files:
	libvirt-logrotate-avoid-compressing-small-logs.patch 
	libvirt-qemu-machine-type-fixes2.patch 
	libvirt-qemu-save-restore-2.patch 
	libvirt-qemu-save-restore.patch 
Log Message:
Upstream release of libvirt-0.7.3, Daniel



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/.cvsignore,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- .cvsignore	14 Oct 2009 13:03:30 -0000	1.48
+++ .cvsignore	20 Nov 2009 16:55:47 -0000	1.49
@@ -12,3 +12,4 @@ libvirt-0.6.5.tar.gz
 libvirt-0.7.0.tar.gz
 libvirt-0.7.1.tar.gz
 libvirt-0.7.2.tar.gz
+libvirt-0.7.3.tar.gz


Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -p -r1.198 -r1.199
--- libvirt.spec	19 Nov 2009 12:51:32 -0000	1.198
+++ libvirt.spec	20 Nov 2009 16:55:47 -0000	1.199
@@ -53,12 +53,13 @@
 %define with_storage_mpath 0%{!?_without_storage_mpath:%{server_drivers}}
 %define with_numactl       0%{!?_without_numactl:%{server_drivers}}
 %define with_selinux       0%{!?_without_selinux:%{server_drivers}}
-%define with_hal           0%{!?_without_hal:%{server_drivers}}
 
 # A few optional bits off by default, we enable later
 %define with_polkit        0%{!?_without_polkit:0}
 %define with_capng         0%{!?_without_capng:0}
 %define with_netcf         0%{!?_without_netcf:0}
+%define with_udev          0%{!?_without_udev:0}
+%define with_hal           0%{!?_without_hal:0}
 
 # Non-server/HV driver defaults which are always enabled
 %define with_python        0%{!?_without_python:1}
@@ -133,6 +134,13 @@
 %define with_netcf     0%{!?_without_netcf:%{server_drivers}}
 %endif
 
+# udev is used to manage host devices in Fedora 12 / RHEL-6 or newer
+%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
+%define with_udev     0%{!?_without_udev:%{server_drivers}}
+%else
+%define with_hal       0%{!?_without_hal:%{server_drivers}}
+%endif
+
 # Force QEMU to run as non-root
 %if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
 %define qemu_user  qemu
@@ -154,22 +162,11 @@
 
 Summary: Library providing a simple API virtualization
 Name: libvirt
-Version: 0.7.2
-Release: 6%{?dist}%{?extra_release}
+Version: 0.7.3
+Release: 1%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
-
-# Fix qemu machine types handling
-Patch01: libvirt-qemu-machine-type-fixes2.patch
-
-# Avoid compressing small log files (#531030)
-Patch02: libvirt-logrotate-avoid-compressing-small-logs.patch
-
-# Fix QEMU save/restore permissions / labelling
-Patch03: libvirt-qemu-save-restore.patch
-Patch04: libvirt-qemu-save-restore-2.patch
-
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 URL: http://libvirt.org/
 BuildRequires: python-devel
@@ -190,6 +187,9 @@ Requires: iptables
 %if %{with_hal}
 Requires: hal
 %endif
+%if %{with_udev}
+Requires: udev >= 145
+%endif
 %if %{with_polkit}
 %if 0%{?fedora} >= 12 || 0%{?rhel} >=6
 Requires: polkit >= 0.93
@@ -253,6 +253,10 @@ BuildRequires: gnutls-devel
 %if %{with_hal}
 BuildRequires: hal-devel
 %endif
+%if %{with_udev}
+BuildRequires: libudev-devel >= 145
+BuildRequires: libpciaccess-devel >= 0.10.9
+%endif
 %if %{with_avahi}
 BuildRequires: avahi-devel
 %endif
@@ -323,7 +327,7 @@ BuildRequires: libcap-ng-devel >= 0.5.0
 BuildRequires: libssh2-devel
 %endif
 %if %{with_netcf}
-BuildRequires: netcf-devel
+BuildRequires: netcf-devel > 0.1.4
 %endif
 
 # Fedora build root suckage
@@ -382,11 +386,6 @@ of recent versions of Linux (and other O
 %prep
 %setup -q
 
-%patch01 -p1
-%patch02 -p1
-%patch03 -p1
-%patch04 -p1
-
 %build
 %if ! %{with_xen}
 %define _without_xen --without-xen
@@ -492,6 +491,10 @@ of recent versions of Linux (and other O
 %define _without_hal --without-hal
 %endif
 
+%if ! %{with_udev}
+%define _without_udev --without-udev
+%endif
+
 %configure %{?_without_xen} \
            %{?_without_qemu} \
            %{?_without_openvz} \
@@ -518,6 +521,7 @@ of recent versions of Linux (and other O
            %{?_without_netcf} \
            %{?_without_selinux} \
            %{?_without_hal} \
+           %{?_without_udev} \
            --with-qemu-user=%{qemu_user} \
            --with-qemu-group=%{qemu_group} \
            --with-init-script=redhat \
@@ -798,6 +802,14 @@ fi
 %endif
 
 %changelog
+* Fri Nov 20 2009 Daniel Veillard <veillard at redhat.com> - 0.7.3-1
+- udev node device backend
+- API to check object properties
+- better QEmu monitor processing
+- MAC address based port filtering for qemu
+- support IPv6 and multiple addresses per interfaces
+- a lot of fixes
+
 * Thu Nov 19 2009 Daniel P. Berrange <berrange at redhat.com> - 0.7.2-6
 - Really fix restore file labelling this time
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/sources,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- sources	14 Oct 2009 13:03:31 -0000	1.50
+++ sources	20 Nov 2009 16:55:47 -0000	1.51
@@ -1 +1 @@
-133aead8c46c0601b6b37e024c6aa86a  libvirt-0.7.2.tar.gz
+2a3035c221a0020d64ef2f07676053da  libvirt-0.7.3.tar.gz


--- libvirt-logrotate-avoid-compressing-small-logs.patch DELETED ---


--- libvirt-qemu-machine-type-fixes2.patch DELETED ---


--- libvirt-qemu-save-restore-2.patch DELETED ---


--- libvirt-qemu-save-restore.patch DELETED ---




More information about the fedora-extras-commits mailing list