rpms/libvirt/devel .cvsignore, 1.41, 1.42 libvirt.spec, 1.141, 1.142 sources, 1.42, 1.43 libvirt-0.6.4-do-not-unnecessarily-try-to-change-a-file-context.patch, 1.1, NONE libvirt-0.6.4-fix-libvirtd-crash-with-bad-capabilities-data.patch, 1.1, NONE libvirt-0.6.4-fix-nosource-label.patch, 1.1, NONE libvirt-0.6.4-shared-readonly-label.patch, 1.1, NONE

Daniel Veillard veillard at fedoraproject.org
Fri Jul 3 15:07:13 UTC 2009


Author: veillard

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

Modified Files:
	.cvsignore libvirt.spec sources 
Removed Files:
	libvirt-0.6.4-do-not-unnecessarily-try-to-change-a-file-context.patch 
	libvirt-0.6.4-fix-libvirtd-crash-with-bad-capabilities-data.patch 
	libvirt-0.6.4-fix-nosource-label.patch 
	libvirt-0.6.4-shared-readonly-label.patch 
Log Message:
Upstream release of libvirt-0.6.5, Daniel



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/.cvsignore,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- .cvsignore	29 May 2009 16:57:14 -0000	1.41
+++ .cvsignore	3 Jul 2009 15:07:12 -0000	1.42
@@ -8,3 +8,4 @@ libvirt-0.6.1.tar.gz
 libvirt-0.6.2.tar.gz
 libvirt-0.6.3.tar.gz
 libvirt-0.6.4.tar.gz
+libvirt-0.6.5.tar.gz


Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -p -r1.141 -r1.142
--- libvirt.spec	3 Jul 2009 10:08:42 -0000	1.141
+++ libvirt.spec	3 Jul 2009 15:07:12 -0000	1.142
@@ -12,13 +12,15 @@
 %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}
 %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 +42,31 @@
 %define with_xen_proxy 0
 %endif
 
+%if 0%{?fedora} >= 12
+%define with_capng     0%{!?_without_capng:1}
+%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.4
-Release: 4%{?dist}%{?extra_release}
+Version: 0.6.5
+Release: 1%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: libvirt-%{version}.tar.gz
 
-# Handle shared/readonly image labelling (bug #493692)
-Patch1: libvirt-0.6.4-shared-readonly-label.patch
-# Don't unnecessarily try to change a file context (bug #507555)
-Patch2: libvirt-0.6.4-do-not-unnecessarily-try-to-change-a-file-context.patch
-# Don't try to label a disk with no path (e.g. empty cdrom) (bug #499569)
-Patch3: libvirt-0.6.4-fix-nosource-label.patch
-# Fix libvirtd crash with bad capabilities data (bug #505635)
-Patch4 :libvirt-0.6.4-fix-libvirtd-crash-with-bad-capabilities-data.patch
-
 # Temporary hack till PulseAudio autostart problems are sorted
 # out when SELinux enforcing (bz 486112)
 Patch200: libvirt-0.6.4-svirt-sound.patch
@@ -128,6 +126,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
@@ -141,6 +142,9 @@ 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
@@ -176,6 +180,10 @@ BuildRequires: parted-devel
 # For QEMU/LXC numa info
 BuildRequires: numactl-devel
 %endif
+%if %{with_capng}
+BuildRequires: capng-devel >= 0.5.0
+%endif
+
 Obsoletes: libvir <= 0.2
 Provides: libvir = %{version}-%{release}
 
@@ -219,11 +227,6 @@ of recent versions of Linux (and other O
 %prep
 %setup -q
 
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-
 %patch200 -p0
 
 mv NEWS NEWS.old
@@ -274,6 +277,10 @@ iconv -f ISO-8859-1 -t UTF-8 < NEWS.old 
 %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
@@ -313,6 +320,7 @@ iconv -f ISO-8859-1 -t UTF-8 < NEWS.old 
            %{?_without_python} \
            %{?_without_libvirtd} \
            %{?_without_uml} \
+           %{?_without_one} \
            %{?_without_network} \
            %{?_with_rhel5_api} \
            %{?_without_storage_fs} \
@@ -553,6 +561,11 @@ fi
 %endif
 
 %changelog
+* Fri Jul  3 2009 Daniel Veillard <veillard at 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 at redhat.com> - 0.6.4-4.fc12
 - Fix libvirtd crash with bad capabilities data (bug #505635)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/sources,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- sources	29 May 2009 16:57:14 -0000	1.42
+++ sources	3 Jul 2009 15:07:12 -0000	1.43
@@ -1 +1,2 @@
 344a6913a94582ea3ab0ad75a9bfef22  libvirt-0.6.4.tar.gz
+4117001afbb6fc13a9e48ad1531b2add  libvirt-0.6.5.tar.gz


--- libvirt-0.6.4-do-not-unnecessarily-try-to-change-a-file-context.patch DELETED ---


--- libvirt-0.6.4-fix-libvirtd-crash-with-bad-capabilities-data.patch DELETED ---


--- libvirt-0.6.4-fix-nosource-label.patch DELETED ---


--- libvirt-0.6.4-shared-readonly-label.patch DELETED ---




More information about the fedora-extras-commits mailing list