rpms/libvirt/devel .cvsignore, 1.50, 1.51 libvirt.spec, 1.201, 1.202 sources, 1.52, 1.53

Daniel Veillard veillard at fedoraproject.org
Wed Dec 23 15:40:22 UTC 2009


Author: veillard

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

Modified Files:
	.cvsignore libvirt.spec sources 
Log Message:
Upstream release of 0.7.5, Daniel



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/.cvsignore,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- .cvsignore	20 Nov 2009 18:59:17 -0000	1.50
+++ .cvsignore	23 Dec 2009 15:40:21 -0000	1.51
@@ -14,3 +14,4 @@ libvirt-0.7.1.tar.gz
 libvirt-0.7.2.tar.gz
 libvirt-0.7.3.tar.gz
 libvirt-0.7.4.tar.gz
+libvirt-0.7.5.tar.gz


Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -p -r1.201 -r1.202
--- libvirt.spec	20 Nov 2009 18:59:18 -0000	1.201
+++ libvirt.spec	23 Dec 2009 15:40:21 -0000	1.202
@@ -60,6 +60,7 @@
 %define with_netcf         0%{!?_without_netcf:0}
 %define with_udev          0%{!?_without_udev:0}
 %define with_hal           0%{!?_without_hal:0}
+%define with_yajl          0%{!?_without_yajl:0}
 
 # Non-server/HV driver defaults which are always enabled
 %define with_python        0%{!?_without_python:1}
@@ -141,6 +142,11 @@
 %define with_hal       0%{!?_without_hal:%{server_drivers}}
 %endif
 
+# Enable yajl library for JSON mode with QEMU
+%if 0%{?fedora} >= 13 || 0%{?rhel} >= 6
+%define with_yajl     0%{!?_without_yajl:%{server_drivers}}
+%endif
+
 # Force QEMU to run as non-root
 %if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
 %define qemu_user  qemu
@@ -162,7 +168,7 @@
 
 Summary: Library providing a simple API virtualization
 Name: libvirt
-Version: 0.7.4
+Version: 0.7.5
 Release: 1%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
@@ -257,6 +263,9 @@ BuildRequires: hal-devel
 BuildRequires: libudev-devel >= 145
 BuildRequires: libpciaccess-devel >= 0.10.9
 %endif
+%if %{with_yajl}
+BuildRequires: yajl-devel
+%endif
 %if %{with_avahi}
 BuildRequires: avahi-devel
 %endif
@@ -495,6 +504,10 @@ of recent versions of Linux (and other O
 %define _without_udev --without-udev
 %endif
 
+%if ! %{with_yajl}
+%define _without_yajl --without-yajl
+%endif
+
 %configure %{?_without_xen} \
            %{?_without_qemu} \
            %{?_without_openvz} \
@@ -522,6 +535,7 @@ of recent versions of Linux (and other O
            %{?_without_selinux} \
            %{?_without_hal} \
            %{?_without_udev} \
+           %{?_without_yajl} \
            --with-qemu-user=%{qemu_user} \
            --with-qemu-group=%{qemu_group} \
            --with-init-script=redhat \
@@ -763,6 +777,8 @@ fi
 %{_datadir}/libvirt/schemas/secret.rng
 %{_datadir}/libvirt/schemas/storageencryption.rng
 
+%{_datadir}/libvirt/cpu_map.xml
+
 %if %{with_sasl}
 %config(noreplace) %{_sysconfdir}/sasl2/libvirt.conf
 %endif
@@ -802,6 +818,13 @@ fi
 %endif
 
 %changelog
+* Wed Dec 23 2009 Daniel Veillard <veillard at redhat.com> - 0.7.5-1
+- Add new API virDomainMemoryStats
+- Public API and domain extension for CPU flags
+- vbox: Add support for version 3.1
+- Support QEMU's virtual FAT block device driver
+- a lot of fixes
+
 * Fri Nov 20 2009 Daniel Veillard <veillard at redhat.com> - 0.7.4-1
 - upstream release of 0.7.4
 - udev node device backend


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/sources,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- sources	20 Nov 2009 18:59:18 -0000	1.52
+++ sources	23 Dec 2009 15:40:21 -0000	1.53
@@ -1 +1 @@
-1645975662a326969d2f42d5c04574aa  libvirt-0.7.4.tar.gz
+06eedba78d4848cede7ab1a6e48f6df9  libvirt-0.7.5.tar.gz




More information about the scm-commits mailing list