From jforbes at fedoraproject.org Tue Nov 3 15:09:13 2009 From: jforbes at fedoraproject.org (Justin M. Forbes) Date: Tue, 3 Nov 2009 15:09:13 +0000 (UTC) Subject: [fedora-virt-maint] rpms/qemu/F-12 ksm.init, 1.3, 1.4 ksmtuned.init, 1.3, 1.4 Message-ID: <20091103150913.9B66B11C00E8@cvs1.fedora.phx.redhat.com> Author: jforbes Update of /cvs/pkgs/rpms/qemu/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28207 Modified Files: ksm.init ksmtuned.init Log Message: Default ksm and ksmtuned services on Index: ksm.init =================================================================== RCS file: /cvs/pkgs/rpms/qemu/F-12/ksm.init,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- ksm.init 9 Oct 2009 14:34:17 -0000 1.3 +++ ksm.init 3 Nov 2009 15:09:12 -0000 1.4 @@ -7,7 +7,7 @@ # Copyright 2009 Red Hat, Inc. and/or its affiliates. # Released under the GPL # -# chkconfig: - 84 16 +# chkconfig: 345 84 16 # description: The KSM init script starts and stops the ksm kernel thread. # config: /etc/sysconfig/ksm # @@ -16,6 +16,7 @@ # Required-Start: # Required-Stop: # Should-Start: +# Default-Start: 3 4 5 # Short-Description: start and stop ksm # Description: The KSM init script starts and stops the ksm kernel thread. ### END INIT INFO Index: ksmtuned.init =================================================================== RCS file: /cvs/pkgs/rpms/qemu/F-12/ksmtuned.init,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- ksmtuned.init 6 Oct 2009 13:33:26 -0000 1.3 +++ ksmtuned.init 3 Nov 2009 15:09:12 -0000 1.4 @@ -7,7 +7,7 @@ # Copyright 2009 Red Hat, Inc. and/or its affiliates. # Released under the GPL # -# chkconfig: - 85 15 +# chkconfig: 345 85 15 # description: The KSM tuning daemon controls whether (and with what vigor) \ # ksm should ksm search duplicated pages. # processname: ksmtuned @@ -19,6 +19,7 @@ # Required-Start: # Required-Stop: # Should-Start: +# Default-Start: 3 4 5 # Short-Description: tune the speed of ksm # Description: The Kernel Samepage Merging control Daemon is a simple script # that controls whether (and with what vigor) should ksm search duplicated From jforbes at fedoraproject.org Tue Nov 3 15:12:30 2009 From: jforbes at fedoraproject.org (Justin M. Forbes) Date: Tue, 3 Nov 2009 15:12:30 +0000 (UTC) Subject: [fedora-virt-maint] rpms/qemu/devel ksm.init, 1.3, 1.4 ksmtuned.init, 1.3, 1.4 qemu.spec, 1.146, 1.147 Message-ID: <20091103151230.D5C7111C00E8@cvs1.fedora.phx.redhat.com> Author: jforbes Update of /cvs/pkgs/rpms/qemu/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28963 Modified Files: ksm.init ksmtuned.init qemu.spec Log Message: Default ksm and ksmtuned services on Index: ksm.init =================================================================== RCS file: /cvs/pkgs/rpms/qemu/devel/ksm.init,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- ksm.init 9 Oct 2009 14:32:54 -0000 1.3 +++ ksm.init 3 Nov 2009 15:12:29 -0000 1.4 @@ -7,7 +7,7 @@ # Copyright 2009 Red Hat, Inc. and/or its affiliates. # Released under the GPL # -# chkconfig: - 84 16 +# chkconfig: 345 84 16 # description: The KSM init script starts and stops the ksm kernel thread. # config: /etc/sysconfig/ksm # @@ -16,6 +16,7 @@ # Required-Start: # Required-Stop: # Should-Start: +# Default-Start: 3 4 5 # Short-Description: start and stop ksm # Description: The KSM init script starts and stops the ksm kernel thread. ### END INIT INFO Index: ksmtuned.init =================================================================== RCS file: /cvs/pkgs/rpms/qemu/devel/ksmtuned.init,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- ksmtuned.init 6 Oct 2009 13:33:22 -0000 1.3 +++ ksmtuned.init 3 Nov 2009 15:12:29 -0000 1.4 @@ -7,7 +7,7 @@ # Copyright 2009 Red Hat, Inc. and/or its affiliates. # Released under the GPL # -# chkconfig: - 85 15 +# chkconfig: 345 85 15 # description: The KSM tuning daemon controls whether (and with what vigor) \ # ksm should ksm search duplicated pages. # processname: ksmtuned @@ -19,6 +19,7 @@ # Required-Start: # Required-Stop: # Should-Start: +# Default-Start: 3 4 5 # Short-Description: tune the speed of ksm # Description: The Kernel Samepage Merging control Daemon is a simple script # that controls whether (and with what vigor) should ksm search duplicated Index: qemu.spec =================================================================== RCS file: /cvs/pkgs/rpms/qemu/devel/qemu.spec,v retrieving revision 1.146 retrieving revision 1.147 diff -u -p -r1.146 -r1.147 --- qemu.spec 29 Oct 2009 11:45:25 -0000 1.146 +++ qemu.spec 3 Nov 2009 15:12:29 -0000 1.147 @@ -1,7 +1,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 0.11.0 -Release: 9%{?dist} +Release: 10%{?dist} # Epoch because we pushed a qemu-1.0 package Epoch: 2 License: GPLv2+ and LGPLv2+ and BSD @@ -538,6 +538,9 @@ fi %{_mandir}/man1/qemu-img.1* %changelog +* Tue Nov 3 2009 Justin M. Forbes - 2:0.11.0-10 +- Default ksm and ksmtuned services on. + * Thu Oct 29 2009 Mark McLoughlin - 2:0.11.0-9 - Fix dropped packets with non-virtio NICs (#531419) From jforbes at fedoraproject.org Tue Nov 3 15:14:32 2009 From: jforbes at fedoraproject.org (Justin M. Forbes) Date: Tue, 3 Nov 2009 15:14:32 +0000 (UTC) Subject: [fedora-virt-maint] rpms/qemu/F-12 qemu.spec,1.146,1.147 Message-ID: <20091103151432.6817F11C00E8@cvs1.fedora.phx.redhat.com> Author: jforbes Update of /cvs/pkgs/rpms/qemu/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29566 Modified Files: qemu.spec Log Message: Default ksm and ksmtuned services on Index: qemu.spec =================================================================== RCS file: /cvs/pkgs/rpms/qemu/F-12/qemu.spec,v retrieving revision 1.146 retrieving revision 1.147 diff -u -p -r1.146 -r1.147 --- qemu.spec 29 Oct 2009 11:45:24 -0000 1.146 +++ qemu.spec 3 Nov 2009 15:14:32 -0000 1.147 @@ -1,7 +1,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 0.11.0 -Release: 9%{?dist} +Release: 10%{?dist} # Epoch because we pushed a qemu-1.0 package Epoch: 2 License: GPLv2+ and LGPLv2+ and BSD @@ -538,6 +538,9 @@ fi %{_mandir}/man1/qemu-img.1* %changelog +* Tue Nov 3 2009 Justin M. Forbes - 2:0.11.0-10 +- Default ksm and ksmtuned services on. + * Thu Oct 29 2009 Mark McLoughlin - 2:0.11.0-9 - Fix dropped packets with non-virtio NICs (#531419) From rjones at fedoraproject.org Tue Nov 3 17:58:33 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Tue, 3 Nov 2009 17:58:33 +0000 (UTC) Subject: [fedora-virt-maint] rpms/libguestfs/devel .cvsignore, 1.54, 1.55 libguestfs.spec, 1.107, 1.108 sources, 1.54, 1.55 Message-ID: <20091103175833.DE6B711C00E8@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/libguestfs/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1966 Modified Files: .cvsignore libguestfs.spec sources Log Message: * Tue Nov 3 2009 Richard W.M. Jones - 1.0.77-1 - New upstream release 1.0.77. - Support for mounting guest in host using FUSE (guestmount command). - hivex*(1) man pages should be in main package, not -devel, since they are user commands. - libguestfs-tools: Fix "self-obsoletion" issue raised by rpmlint. - perl: Remove bogus script Sys/bindtests.pl. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libguestfs/devel/.cvsignore,v retrieving revision 1.54 retrieving revision 1.55 diff -u -p -r1.54 -r1.55 --- .cvsignore 29 Oct 2009 17:22:46 -0000 1.54 +++ .cvsignore 3 Nov 2009 17:58:33 -0000 1.55 @@ -1 +1 @@ -libguestfs-1.0.75.tar.gz +libguestfs-1.0.77.tar.gz Index: libguestfs.spec =================================================================== RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v retrieving revision 1.107 retrieving revision 1.108 diff -u -p -r1.107 -r1.108 --- libguestfs.spec 29 Oct 2009 17:37:33 -0000 1.107 +++ libguestfs.spec 3 Nov 2009 17:58:33 -0000 1.108 @@ -4,8 +4,8 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 -Version: 1.0.75 -Release: 2%{?dist} +Version: 1.0.77 +Release: 1%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://libguestfs.org/ @@ -24,6 +24,7 @@ BuildRequires: qemu-kvm >= 0.10-7 BuildRequires: createrepo BuildRequires: glibc-static BuildRequires: libselinux-devel +BuildRequires: fuse-devel # This is only needed for RHEL 5 because readline-devel doesn't # properly depend on it, but doesn't do any harm on other platforms: @@ -92,13 +93,14 @@ schemes, qcow, qcow2, vmdk. Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, what filesystem is in each LV, etc.). It can also run commands -in the context of the guest. Also you can access filesystems over FTP. +in the context of the guest. Libguestfs is a library that can be linked with C and C++ management programs. See also the 'guestfish' package for shell scripting and command line -access. +access, and '%{name}-mount' for mounting guest filesystems on the +host using FUSE. For Perl bindings, see 'perl-libguestfs'. @@ -138,6 +140,19 @@ modifying virtual machine disk images fr scripts. +%package mount +Summary: Mount guest filesystems on the host using FUSE and libguestfs +Group: Development/Tools +License: GPLv2+ +Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: virt-inspector + + +%description mount +The guestmount command lets you mount guest filesystems on the +host using FUSE and %{name}. + + %package tools Summary: System administration tools for virtual machines Group: Development/Tools @@ -148,15 +163,15 @@ Requires: perl-Sys-Virt # Obsolete and replace earlier packages. Provides: virt-cat = %{epoch}:%{version}-%{release} -Obsoletes: virt-cat <= %{epoch}:%{version}-%{release} +Obsoletes: virt-cat < %{epoch}:%{version}-%{release} Provides: virt-df = %{epoch}:%{version}-%{release} -Obsoletes: virt-df <= %{epoch}:%{version}-%{release} +Obsoletes: virt-df < %{epoch}:%{version}-%{release} Provides: virt-inspector = %{epoch}:%{version}-%{release} -Obsoletes: virt-inspector <= %{epoch}:%{version}-%{release} +Obsoletes: virt-inspector < %{epoch}:%{version}-%{release} # RHBZ#514309 Provides: virt-df2 = %{epoch}:%{version}-%{release} -Obsoletes: virt-df2 <= %{epoch}:%{version}-%{release} +Obsoletes: virt-df2 < %{epoch}:%{version}-%{release} # These were never packages: Provides: virt-edit = %{epoch}:%{version}-%{release} @@ -398,6 +413,7 @@ popd find $RPM_BUILD_ROOT -name perllocal.pod -delete find $RPM_BUILD_ROOT -name .packlist -delete find $RPM_BUILD_ROOT -name '*.bs' -delete +find $RPM_BUILD_ROOT -name 'bindtests.pl' -delete rm $RPM_BUILD_ROOT%{python_sitearch}/libguestfsmod.a rm $RPM_BUILD_ROOT%{python_sitearch}/libguestfsmod.la @@ -441,14 +457,16 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc COPYING -%{_bindir}/libguestfs-supermin-helper -%{_bindir}/libguestfs-test-tool %{_bindir}/hivexml %{_bindir}/hivexget +%{_bindir}/libguestfs-supermin-helper +%{_bindir}/libguestfs-test-tool %{_libdir}/guestfs/ %{_libdir}/libguestfs.so.* %{_libdir}/libhivex.so.* %{_libexecdir}/libguestfs-test-tool-helper +%{_mandir}/man1/hivexml.1* +%{_mandir}/man1/hivexget.1* %{_mandir}/man1/libguestfs-test-tool.1* @@ -459,8 +477,6 @@ rm -rf $RPM_BUILD_ROOT %doc installed-docs/* %{_libdir}/libguestfs.so %{_libdir}/libhivex.so -%{_mandir}/man1/hivexml.1* -%{_mandir}/man1/hivexget.1* %{_mandir}/man3/guestfs.3* %{_mandir}/man3/libguestfs.3* %{_mandir}/man3/hivex.3* @@ -477,6 +493,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/guestfish.1* +%files mount +%defattr(-,root,root,-) +%doc COPYING +%{_bindir}/guestmount +%{_mandir}/man1/guestmount.1* + + %files tools %defattr(-,root,root,-) %{_bindir}/virt-cat @@ -562,6 +585,14 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Nov 3 2009 Richard W.M. Jones - 1.0.77-1 +- New upstream release 1.0.77. +- Support for mounting guest in host using FUSE (guestmount command). +- hivex*(1) man pages should be in main package, not -devel, since + they are user commands. +- libguestfs-tools: Fix "self-obsoletion" issue raised by rpmlint. +- perl: Remove bogus script Sys/bindtests.pl. + * Thu Oct 29 2009 Richard W.M. Jones - 1.0.75-2 - New upstream release 1.0.75. - New library: libhivex. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libguestfs/devel/sources,v retrieving revision 1.54 retrieving revision 1.55 diff -u -p -r1.54 -r1.55 --- sources 29 Oct 2009 17:22:46 -0000 1.54 +++ sources 3 Nov 2009 17:58:33 -0000 1.55 @@ -1 +1 @@ -ccde2fd4f9422ba3f468acc6477f204d libguestfs-1.0.75.tar.gz +645b1eeb062540e1c71a2f9e0f12d552 libguestfs-1.0.77.tar.gz From markmc at fedoraproject.org Wed Nov 4 17:36:09 2009 From: markmc at fedoraproject.org (Mark McLoughlin) Date: Wed, 4 Nov 2009 17:36:09 +0000 (UTC) Subject: [fedora-virt-maint] rpms/qemu/devel qemu-disable-preadv-support.patch, NONE, 1.1 qemu.spec, 1.147, 1.148 Message-ID: <20091104173609.887B611C00DC@cvs1.fedora.phx.redhat.com> Author: markmc Update of /cvs/pkgs/rpms/qemu/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv670 Modified Files: qemu.spec Added Files: qemu-disable-preadv-support.patch Log Message: * Wed Nov 4 2009 Mark McLoughlin - 2:0.11.0-11 - Temporarily disable preadv/pwritev support to fix data corruption (#526549) qemu-disable-preadv-support.patch: posix-aio-compat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- NEW FILE qemu-disable-preadv-support.patch --- >From ef41d27fae62bbb71f3af60488b455582ee92625 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Wed, 4 Nov 2009 12:29:35 -0500 Subject: [PATCH] Disable preadv/pwritev support Workaround for a data corruptor issue on 32 bit hosts: https://bugzilla.redhat.com/526549 Signed-off-by: Mark McLoughlin Fedora-patch: qemu-disable-preadv-support.patch --- posix-aio-compat.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/posix-aio-compat.c b/posix-aio-compat.c index e9fc9fa..b116933 100644 --- a/posix-aio-compat.c +++ b/posix-aio-compat.c @@ -34,7 +34,7 @@ static int idle_threads = 0; static TAILQ_HEAD(, qemu_paiocb) request_list; #ifdef HAVE_PREADV -static int preadv_present = 1; +static int preadv_present = 0; #else static int preadv_present = 0; #endif -- 1.6.2.5 Index: qemu.spec =================================================================== RCS file: /cvs/pkgs/rpms/qemu/devel/qemu.spec,v retrieving revision 1.147 retrieving revision 1.148 diff -u -p -r1.147 -r1.148 --- qemu.spec 3 Nov 2009 15:12:29 -0000 1.147 +++ qemu.spec 4 Nov 2009 17:36:09 -0000 1.148 @@ -1,7 +1,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 0.11.0 -Release: 10%{?dist} +Release: 11%{?dist} # Epoch because we pushed a qemu-1.0 package Epoch: 2 License: GPLv2+ and LGPLv2+ and BSD @@ -58,6 +58,9 @@ Patch11: qemu-properly-save-kvm-system-t # Fix dropped packets with non-virtio NICs (#531419) Patch12: qemu-fix-dropped-packets-with-non-virtio-nics.patch +# Temporarily disable preadv/pwritev support (#526549) +Patch13: qemu-disable-preadv-support.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel zlib-devel which texi2html gnutls-devel cyrus-sasl-devel BuildRequires: rsync dev86 iasl @@ -257,6 +260,7 @@ such as kvmtrace and kvm_stat. %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 %build # --build-id option is used fedora 8 onwards for giving info to the debug packages. @@ -538,6 +542,9 @@ fi %{_mandir}/man1/qemu-img.1* %changelog +* Wed Nov 4 2009 Mark McLoughlin - 2:0.11.0-11 +- Temporarily disable preadv/pwritev support to fix data corruption (#526549) + * Tue Nov 3 2009 Justin M. Forbes - 2:0.11.0-10 - Default ksm and ksmtuned services on. From markmc at fedoraproject.org Wed Nov 4 17:37:52 2009 From: markmc at fedoraproject.org (Mark McLoughlin) Date: Wed, 4 Nov 2009 17:37:52 +0000 (UTC) Subject: [fedora-virt-maint] rpms/qemu/F-12 qemu-disable-preadv-support.patch, NONE, 1.1 qemu.spec, 1.147, 1.148 Message-ID: <20091104173752.8925211C00DC@cvs1.fedora.phx.redhat.com> Author: markmc Update of /cvs/pkgs/rpms/qemu/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1465 Modified Files: qemu.spec Added Files: qemu-disable-preadv-support.patch Log Message: * Wed Nov 4 2009 Mark McLoughlin - 2:0.11.0-11 - Temporarily disable preadv/pwritev support to fix data corruption (#526549) qemu-disable-preadv-support.patch: posix-aio-compat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- NEW FILE qemu-disable-preadv-support.patch --- >From ef41d27fae62bbb71f3af60488b455582ee92625 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Wed, 4 Nov 2009 12:29:35 -0500 Subject: [PATCH] Disable preadv/pwritev support Workaround for a data corruptor issue on 32 bit hosts: https://bugzilla.redhat.com/526549 Signed-off-by: Mark McLoughlin Fedora-patch: qemu-disable-preadv-support.patch --- posix-aio-compat.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/posix-aio-compat.c b/posix-aio-compat.c index e9fc9fa..b116933 100644 --- a/posix-aio-compat.c +++ b/posix-aio-compat.c @@ -34,7 +34,7 @@ static int idle_threads = 0; static TAILQ_HEAD(, qemu_paiocb) request_list; #ifdef HAVE_PREADV -static int preadv_present = 1; +static int preadv_present = 0; #else static int preadv_present = 0; #endif -- 1.6.2.5 Index: qemu.spec =================================================================== RCS file: /cvs/pkgs/rpms/qemu/F-12/qemu.spec,v retrieving revision 1.147 retrieving revision 1.148 diff -u -p -r1.147 -r1.148 --- qemu.spec 3 Nov 2009 15:14:32 -0000 1.147 +++ qemu.spec 4 Nov 2009 17:37:52 -0000 1.148 @@ -1,7 +1,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 0.11.0 -Release: 10%{?dist} +Release: 11%{?dist} # Epoch because we pushed a qemu-1.0 package Epoch: 2 License: GPLv2+ and LGPLv2+ and BSD @@ -58,6 +58,9 @@ Patch11: qemu-properly-save-kvm-system-t # Fix dropped packets with non-virtio NICs (#531419) Patch12: qemu-fix-dropped-packets-with-non-virtio-nics.patch +# Temporarily disable preadv/pwritev support (#526549) +Patch13: qemu-disable-preadv-support.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel zlib-devel which texi2html gnutls-devel cyrus-sasl-devel BuildRequires: rsync dev86 iasl @@ -257,6 +260,7 @@ such as kvmtrace and kvm_stat. %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 %build # --build-id option is used fedora 8 onwards for giving info to the debug packages. @@ -538,6 +542,9 @@ fi %{_mandir}/man1/qemu-img.1* %changelog +* Wed Nov 4 2009 Mark McLoughlin - 2:0.11.0-11 +- Temporarily disable preadv/pwritev support to fix data corruption (#526549) + * Tue Nov 3 2009 Justin M. Forbes - 2:0.11.0-10 - Default ksm and ksmtuned services on. From rel-eng at fedoraproject.org Tue Nov 3 19:48:07 2009 From: rel-eng at fedoraproject.org (Fedora Release Engineering) Date: Tue, 03 Nov 2009 19:48:07 -0000 Subject: [fedora-virt-maint] Re: #3059: Tag request qemu-0.11.0-10.fc12 for dist-f12-final In-Reply-To: <050.c7355761baadf7e35071752baee65d81@fedoraproject.org> References: <050.c7355761baadf7e35071752baee65d81@fedoraproject.org> Message-ID: <059.7241b9eed487c8c9d881d6d7163f9f2a@fedoraproject.org> #3059: Tag request qemu-0.11.0-10.fc12 for dist-f12-final ------------------------------+--------------------------------------------- Reporter: jforbes | Owner: rel-eng at lists.fedoraproject.org Type: task | Status: new Milestone: Fedora 12 Final | Component: koji Resolution: | Keywords: ------------------------------+--------------------------------------------- Changes (by jforbes): * cc: fedora-virt-maint at redhat.com (added) * milestone: => Fedora 12 Final -- Ticket URL: Fedora Release Engineering Release Engineering for the Fedora Project From rel-eng at fedoraproject.org Tue Nov 3 20:00:45 2009 From: rel-eng at fedoraproject.org (Fedora Release Engineering) Date: Tue, 03 Nov 2009 20:00:45 -0000 Subject: [fedora-virt-maint] Re: #3059: Tag request qemu-0.11.0-10.fc12 for dist-f12-final In-Reply-To: <050.c7355761baadf7e35071752baee65d81@fedoraproject.org> References: <050.c7355761baadf7e35071752baee65d81@fedoraproject.org> Message-ID: <059.69e0e75719cf87c4c834b095c422c711@fedoraproject.org> #3059: Tag request qemu-0.11.0-10.fc12 for dist-f12-final ------------------------------+--------------------------------------------- Reporter: jforbes | Owner: rel-eng at lists.fedoraproject.org Type: task | Status: closed Milestone: Fedora 12 Final | Component: koji Resolution: fixed | Keywords: ------------------------------+--------------------------------------------- Changes (by notting): * status: new => closed * resolution: => fixed Comment: Tagged. I think the ksm script should be moved into ksmtuned, however (if someone wants to have ksm w/o the tuned, they can echo the value themselves.) -- Ticket URL: Fedora Release Engineering Release Engineering for the Fedora Project From rel-eng at fedoraproject.org Wed Nov 4 19:13:35 2009 From: rel-eng at fedoraproject.org (Fedora Release Engineering) Date: Wed, 04 Nov 2009 19:13:35 -0000 Subject: [fedora-virt-maint] #3090: Tag request qemu-0.11.0-11.fc12 for dist-f12-final Message-ID: <050.b6f117cc56d8380dfe106866cc6d2f40@fedoraproject.org> #3090: Tag request qemu-0.11.0-11.fc12 for dist-f12-final -----------------------------+---------------------------------------------- Reporter: jforbes | Owner: rel-eng at lists.fedoraproject.org Type: task | Status: new Milestone: Fedora 12 Final | Component: koji Keywords: | -----------------------------+---------------------------------------------- * Wed Nov 4 2009 Mark McLoughlin - 2:0.11.0-11 - Temporarily disable preadv/pwritev support to fix data corruption (#526549) This fixes the data corruption release blocker. Tested extensively by markmc and myself. -- Ticket URL: Fedora Release Engineering Release Engineering for the Fedora Project From rel-eng at fedoraproject.org Wed Nov 4 19:19:46 2009 From: rel-eng at fedoraproject.org (Fedora Release Engineering) Date: Wed, 04 Nov 2009 19:19:46 -0000 Subject: [fedora-virt-maint] Re: #3090: Tag request qemu-0.11.0-11.fc12 for dist-f12-final In-Reply-To: <050.b6f117cc56d8380dfe106866cc6d2f40@fedoraproject.org> References: <050.b6f117cc56d8380dfe106866cc6d2f40@fedoraproject.org> Message-ID: <059.f1d7766c631528cd8c52ff880d2ed5b9@fedoraproject.org> #3090: Tag request qemu-0.11.0-11.fc12 for dist-f12-final ------------------------------+--------------------------------------------- Reporter: jforbes | Owner: rel-eng at lists.fedoraproject.org Type: task | Status: closed Milestone: Fedora 12 Final | Component: koji Resolution: fixed | Keywords: ------------------------------+--------------------------------------------- Changes (by notting): * status: new => closed * resolution: => fixed Comment: Tagged. -- Ticket URL: Fedora Release Engineering Release Engineering for the Fedora Project From mdbooth at fedoraproject.org Mon Nov 9 14:37:01 2009 From: mdbooth at fedoraproject.org (Matthew Booth) Date: Mon, 9 Nov 2009 14:37:01 +0000 (UTC) Subject: [fedora-virt-maint] rpms/virt-v2v/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 virt-v2v.spec, 1.1, 1.2 Message-ID: <20091109143701.57EE511C01EA@cvs1.fedora.phx.redhat.com> Author: mdbooth Update of /cvs/pkgs/rpms/virt-v2v/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20313 Modified Files: .cvsignore sources virt-v2v.spec Log Message: Update devel to 0.3.0 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/virt-v2v/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 15 Sep 2009 12:06:41 -0000 1.2 +++ .cvsignore 9 Nov 2009 14:37:00 -0000 1.3 @@ -1 +1 @@ -virt-v2v-0.2.0.tar.gz +virt-v2v-0.3.0.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/virt-v2v/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 15 Sep 2009 12:06:41 -0000 1.2 +++ sources 9 Nov 2009 14:37:00 -0000 1.3 @@ -1 +1 @@ -74202b6864dba7904cf293c997d9fd55 virt-v2v-0.2.0.tar.gz +784a6fac1b82fdf27904b9e21c0da835 virt-v2v-0.3.0.tar.gz Index: virt-v2v.spec =================================================================== RCS file: /cvs/pkgs/rpms/virt-v2v/devel/virt-v2v.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- virt-v2v.spec 15 Sep 2009 12:06:41 -0000 1.1 +++ virt-v2v.spec 9 Nov 2009 14:37:01 -0000 1.2 @@ -1,5 +1,5 @@ Name: virt-v2v -Version: 0.2.0 +Version: 0.3.0 Release: 1%{?dist} Summary: Convert a virtual machine to run on KVM @@ -52,7 +52,7 @@ Requires: perl-libguestfs >= 1:1.0 # For GuestOS transfer image Requires: /usr/bin/genisoimage -# For virt-snapshot +# For v2v-snapshot Requires: /usr/bin/qemu-img @@ -61,7 +61,7 @@ virt-v2v is a tool for converting virtua It modifies both the virtual machine image and its associated libvirt metadata. virt-v2v will also configure a guest to use VirtIO drivers if possible. -virt-v2v also includes the virt-snapshot tool, which will modify a guest to use +virt-v2v also includes the v2v-snapshot tool, which will modify a guest to use snapshot storage, and later commit the snapshot back to the original storage if desired. @@ -82,12 +82,11 @@ rm -rf $RPM_BUILD_ROOT --installdirs vendor \ --install_path locale=%{_datadir}/locale \ --install_path confdoc=%{_mandir}/man5 -# No translations yet. %find_lang fails. -#%find_lang %{name} -touch %{name}.lang -# Create virt-snapshot directories -mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/virt-snapshot/{images,xml} +%find_lang %{name} + +# Create v2v-snapshot directories +mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/virt-v2v/{snapshots,xml} %check ./Build test @@ -117,10 +116,13 @@ rm -rf $RPM_BUILD_ROOT # Executables %attr(0755,root,root) %{_bindir}/* -%{_localstatedir}/lib/virt-snapshot +%{_localstatedir}/lib/virt-v2v %changelog +* Mon Nov 9 2009 Matthew Booth - 0.3.0-1 +- Update to release 0.3.0 + * Tue Sep 15 2009 Matthew Booth - 0.2.0-1 - Update to release 0.2.0 From mdbooth at fedoraproject.org Mon Nov 9 17:20:06 2009 From: mdbooth at fedoraproject.org (Matthew Booth) Date: Mon, 9 Nov 2009 17:20:06 +0000 (UTC) Subject: [fedora-virt-maint] rpms/virt-v2v/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 virt-v2v.spec, 1.2, 1.3 Message-ID: <20091109172006.720F111C0380@cvs1.fedora.phx.redhat.com> Author: mdbooth Update of /cvs/pkgs/rpms/virt-v2v/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12729 Modified Files: .cvsignore sources virt-v2v.spec Log Message: Update devel to 0.3.2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/virt-v2v/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 9 Nov 2009 14:37:00 -0000 1.3 +++ .cvsignore 9 Nov 2009 17:20:06 -0000 1.4 @@ -1 +1 @@ -virt-v2v-0.3.0.tar.gz +virt-v2v-0.3.2.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/virt-v2v/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 9 Nov 2009 14:37:00 -0000 1.3 +++ sources 9 Nov 2009 17:20:06 -0000 1.4 @@ -1 +1 @@ -784a6fac1b82fdf27904b9e21c0da835 virt-v2v-0.3.0.tar.gz +97549757c80ad03422f3e4d1c84be882 virt-v2v-0.3.2.tar.gz Index: virt-v2v.spec =================================================================== RCS file: /cvs/pkgs/rpms/virt-v2v/devel/virt-v2v.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- virt-v2v.spec 9 Nov 2009 14:37:01 -0000 1.2 +++ virt-v2v.spec 9 Nov 2009 17:20:06 -0000 1.3 @@ -1,5 +1,5 @@ Name: virt-v2v -Version: 0.3.0 +Version: 0.3.2 Release: 1%{?dist} Summary: Convert a virtual machine to run on KVM @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch # Build system direct requirements +BuildRequires: gettext BuildRequires: perl(Module::Build) BuildRequires: perl(ExtUtils::Manifest) BuildRequires: perl(Test::More) @@ -120,6 +121,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Nov 9 2009 Matthew Booth - 0.3.2-1 +- Update to release 0.3.2 +- Add BuildRequires gettext + * Mon Nov 9 2009 Matthew Booth - 0.3.0-1 - Update to release 0.3.0 From rjones at fedoraproject.org Tue Nov 10 19:22:38 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Tue, 10 Nov 2009 19:22:38 +0000 (UTC) Subject: [fedora-virt-maint] rpms/libguestfs/devel libguestfs.spec, 1.108, 1.109 Message-ID: <20091110192238.C2D1E11C009B@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/libguestfs/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13884 Modified Files: libguestfs.spec Log Message: * Tue Nov 10 2009 Richard W.M. Jones - 1.0.78-1 - New upstream release 1.0.78. - Many more filesystem types supported by this release - add them as dependencies. Index: libguestfs.spec =================================================================== RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v retrieving revision 1.108 retrieving revision 1.109 diff -u -p -r1.108 -r1.109 --- libguestfs.spec 3 Nov 2009 17:58:33 -0000 1.108 +++ libguestfs.spec 10 Nov 2009 19:22:38 -0000 1.109 @@ -4,7 +4,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 -Version: 1.0.77 +Version: 1.0.78 Release: 1%{?dist} License: LGPLv2+ Group: Development/Libraries @@ -35,6 +35,9 @@ BuildRequires: kernel, bash, coreutils, BuildRequires: MAKEDEV, net-tools, augeas-libs, file BuildRequires: module-init-tools, procps, strace, iputils BuildRequires: dosfstools, zerofree, lsof, scrub, libselinux +BuildRequires: parted, btrfs-progs, gfs-utils, gfs2-utils +BuildRequires: hfsplus-tools, nilfs-utils, reiserfs-utils +BuildRequires: jfsutils, xfsprogs %ifarch %{ix86} x86_64 BuildRequires: grub, ntfsprogs %endif @@ -44,6 +47,9 @@ Requires: kernel, bash, coreutils, Requires: MAKEDEV, net-tools, augeas-libs, file Requires: module-init-tools, procps, strace, iputils Requires: dosfstools, zerofree, lsof, scrub, libselinux +Requires: parted, btrfs-progs, gfs-utils, gfs2-utils +Requires: hfsplus-tools, nilfs-utils, reiserfs-utils +Requires: jfsutils, xfsprogs %ifarch %{ix86} x86_64 Requires: grub, ntfsprogs %endif @@ -585,6 +591,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Nov 10 2009 Richard W.M. Jones - 1.0.78-1 +- New upstream release 1.0.78. +- Many more filesystem types supported by this release - add them + as dependencies. + * Tue Nov 3 2009 Richard W.M. Jones - 1.0.77-1 - New upstream release 1.0.77. - Support for mounting guest in host using FUSE (guestmount command). From rjones at fedoraproject.org Tue Nov 10 19:28:16 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Tue, 10 Nov 2009 19:28:16 +0000 (UTC) Subject: [fedora-virt-maint] rpms/libguestfs/devel .cvsignore, 1.55, 1.56 libguestfs.spec, 1.109, 1.110 sources, 1.55, 1.56 Message-ID: <20091110192816.9D4ED11C009B@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/libguestfs/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15809 Modified Files: .cvsignore libguestfs.spec sources Log Message: Forgot to upload sources. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libguestfs/devel/.cvsignore,v retrieving revision 1.55 retrieving revision 1.56 diff -u -p -r1.55 -r1.56 --- .cvsignore 3 Nov 2009 17:58:33 -0000 1.55 +++ .cvsignore 10 Nov 2009 19:28:14 -0000 1.56 @@ -1 +1 @@ -libguestfs-1.0.77.tar.gz +libguestfs-1.0.78.tar.gz Index: libguestfs.spec =================================================================== RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v retrieving revision 1.109 retrieving revision 1.110 diff -u -p -r1.109 -r1.110 --- libguestfs.spec 10 Nov 2009 19:22:38 -0000 1.109 +++ libguestfs.spec 10 Nov 2009 19:28:14 -0000 1.110 @@ -5,7 +5,7 @@ Summary: Access and modify virtual m Name: libguestfs Epoch: 1 Version: 1.0.78 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://libguestfs.org/ @@ -591,7 +591,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Tue Nov 10 2009 Richard W.M. Jones - 1.0.78-1 +* Tue Nov 10 2009 Richard W.M. Jones - 1.0.78-2 - New upstream release 1.0.78. - Many more filesystem types supported by this release - add them as dependencies. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libguestfs/devel/sources,v retrieving revision 1.55 retrieving revision 1.56 diff -u -p -r1.55 -r1.56 --- sources 3 Nov 2009 17:58:33 -0000 1.55 +++ sources 10 Nov 2009 19:28:14 -0000 1.56 @@ -1 +1 @@ -645b1eeb062540e1c71a2f9e0f12d552 libguestfs-1.0.77.tar.gz +51dc5955b91d9389671a809f0a6fec56 libguestfs-1.0.78.tar.gz From berrange at fedoraproject.org Wed Nov 11 15:33:53 2009 From: berrange at fedoraproject.org (Daniel P. Berrange) Date: Wed, 11 Nov 2009 15:33:53 +0000 (UTC) Subject: [fedora-virt-maint] rpms/libvirt/devel libvirt-qemu-save-restore.patch, NONE, 1.1 libvirt.spec, 1.195, 1.196 Message-ID: <20091111153353.A25E011C00E8@cvs1.fedora.phx.redhat.com> Author: berrange Update of /cvs/pkgs/rpms/libvirt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24438 Modified Files: libvirt.spec Added Files: libvirt-qemu-save-restore.patch Log Message: Fix QEMU save/restore permissions / labelling libvirt-qemu-save-restore.patch: qemu/qemu_driver.c | 35 ++++++++++++++++++++++++++++++++--- security/security_driver.h | 7 +++++++ security/security_selinux.c | 24 +++++++++++++++++++++++- 3 files changed, 62 insertions(+), 4 deletions(-) --- NEW FILE libvirt-qemu-save-restore.patch --- >From 076fffe1514b72ffc9a041f7f68348f5487ee8ba Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Wed, 11 Nov 2009 12:07:00 +0000 Subject: [PATCH] Fix save and restore with non-privileged guests and SELinux When running qemu:///system instance, libvirtd runs as root, but QEMU may optionally be configured to run non-root. When then saving a guest to a state file, the file is initially created as root, and thus QEMU cannot write to it. It is also missing labelling required to allow access via SELinux. * src/qemu/qemu_driver.c: Set ownership on save image before running migrate command in virDomainSave impl. Call out to security driver to set save image labelling * src/security/security_driver.h: Add driver APIs for setting and restoring saved state file labelling * src/security/security_selinux.c: Implement saved state file labelling for SELinux (cherry picked from commit bc0010b3d149df00406b82c37eb59874d8525af4) Fedora-patch: libvirt-qemu-save-restore.patch --- src/qemu/qemu_driver.c | 35 ++++++++++++++++++++++++++++++++--- src/security/security_driver.h | 7 +++++++ src/security/security_selinux.c | 23 +++++++++++++++++++++++ 3 files changed, 62 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index c544c4b..171ac8f 100644 --- a/src/qemu/qemu_driver.c +++ b/src/qemu/qemu_driver.c @@ -3146,6 +3146,7 @@ static int qemudDomainSave(virDomainPtr dom, char *xml = NULL; struct qemud_save_header header; int ret = -1; + int rc; virDomainEventPtr event = NULL; memset(&header, 0, sizeof(header)); @@ -3226,9 +3227,22 @@ static int qemudDomainSave(virDomainPtr dom, } fd = -1; + if (driver->privileged && + chown(path, driver->user, driver->group) < 0) { + virReportSystemError(NULL, errno, + _("unable to set ownership of '%s' to user %d:%d"), + path, driver->user, driver->group); + goto cleanup; + } + + if (driver->securityDriver && + driver->securityDriver->domainSetSavedStateLabel && + driver->securityDriver->domainSetSavedStateLabel(dom->conn, vm, path) == -1) + goto cleanup; + if (header.compressed == QEMUD_SAVE_FORMAT_RAW) { const char *args[] = { "cat", NULL }; - ret = qemuMonitorMigrateToCommand(vm, 0, args, path); + rc = qemuMonitorMigrateToCommand(vm, 0, args, path); } else { const char *prog = qemudSaveCompressionTypeToString(header.compressed); const char *args[] = { @@ -3236,12 +3250,27 @@ static int qemudDomainSave(virDomainPtr dom, "-c", NULL }; - ret = qemuMonitorMigrateToCommand(vm, 0, args, path); + rc = qemuMonitorMigrateToCommand(vm, 0, args, path); } - if (ret < 0) + if (rc < 0) goto cleanup; + if (driver->privileged && + chown(path, 0, 0) < 0) { + virReportSystemError(NULL, errno, + _("unable to set ownership of '%s' to user %d:%d"), + path, 0, 0); + goto cleanup; + } + + if (driver->securityDriver && + driver->securityDriver->domainRestoreSavedStateLabel && + driver->securityDriver->domainRestoreSavedStateLabel(dom->conn, path) == -1) + goto cleanup; + + ret = 0; + /* Shut it down */ qemudShutdownVMDaemon(dom->conn, driver, vm); event = virDomainEventNewFromObj(vm, diff --git a/src/security/security_driver.h b/src/security/security_driver.h index fde2978..5514962 100644 --- a/src/security/security_driver.h +++ b/src/security/security_driver.h @@ -42,6 +42,11 @@ typedef int (*virSecurityDomainRestoreHostdevLabel) (virConnectPtr conn, typedef int (*virSecurityDomainSetHostdevLabel) (virConnectPtr conn, virDomainObjPtr vm, virDomainHostdevDefPtr dev); +typedef int (*virSecurityDomainSetSavedStateLabel) (virConnectPtr conn, + virDomainObjPtr vm, + const char *savefile); +typedef int (*virSecurityDomainRestoreSavedStateLabel) (virConnectPtr conn, + const char *savefile); typedef int (*virSecurityDomainGenLabel) (virConnectPtr conn, virDomainObjPtr sec); typedef int (*virSecurityDomainReserveLabel) (virConnectPtr conn, @@ -71,6 +76,8 @@ struct _virSecurityDriver { virSecurityDomainRestoreLabel domainRestoreSecurityLabel; virSecurityDomainRestoreHostdevLabel domainRestoreSecurityHostdevLabel; virSecurityDomainSetHostdevLabel domainSetSecurityHostdevLabel; + virSecurityDomainSetSavedStateLabel domainSetSavedStateLabel; + virSecurityDomainRestoreSavedStateLabel domainRestoreSavedStateLabel; /* * This is internally managed driver state and should only be accessed diff --git a/src/security/security_selinux.c b/src/security/security_selinux.c index 7e0f71a..4f2d1d3 100644 --- a/src/security/security_selinux.c +++ b/src/security/security_selinux.c @@ -525,6 +525,7 @@ done: return ret; } + static int SELinuxRestoreSecurityPCILabel(virConnectPtr conn, pciDevice *dev ATTRIBUTE_UNUSED, @@ -625,6 +626,26 @@ SELinuxRestoreSecurityLabel(virConnectPtr conn, return rc; } + +static int +SELinuxSetSavedStateLabel(virConnectPtr conn, + virDomainObjPtr vm, + const char *savefile) +{ + const virSecurityLabelDefPtr secdef = &vm->def->seclabel; + + return SELinuxSetFilecon(conn, savefile, secdef->imagelabel); +} + + +static int +SELinuxRestoreSavedStateLabel(virConnectPtr conn, + const char *savefile) +{ + return SELinuxRestoreSecurityFileLabel(conn, savefile); +} + + static int SELinuxSecurityVerify(virConnectPtr conn, virDomainDefPtr def) { @@ -694,4 +715,6 @@ virSecurityDriver virSELinuxSecurityDriver = { .domainSetSecurityLabel = SELinuxSetSecurityLabel, .domainSetSecurityHostdevLabel = SELinuxSetSecurityHostdevLabel, .domainRestoreSecurityHostdevLabel = SELinuxRestoreSecurityHostdevLabel, + .domainSetSavedStateLabel = SELinuxSetSavedStateLabel, + .domainRestoreSavedStateLabel = SELinuxRestoreSavedStateLabel, }; -- 1.6.2.5 Index: libvirt.spec =================================================================== RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v retrieving revision 1.195 retrieving revision 1.196 diff -u -p -r1.195 -r1.196 --- libvirt.spec 29 Oct 2009 17:26:05 -0000 1.195 +++ libvirt.spec 11 Nov 2009 15:33:52 -0000 1.196 @@ -151,7 +151,7 @@ Summary: Library providing a simple API virtualization Name: libvirt Version: 0.7.2 -Release: 3%{?dist}%{?extra_release} +Release: 4%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz @@ -162,6 +162,9 @@ Patch01: libvirt-qemu-machine-type-fixes # 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 + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root URL: http://libvirt.org/ BuildRequires: python-devel @@ -376,6 +379,7 @@ of recent versions of Linux (and other O %patch01 -p1 %patch02 -p1 +%patch03 -p1 %build %if ! %{with_xen} @@ -788,6 +792,9 @@ fi %endif %changelog +* Wed Nov 11 2009 Daniel P. Berrange - 0.7.2-4 +- Fix QEMU save/restore permissions / labelling + * Thu Oct 29 2009 Mark McLoughlin - 0.7.2-3 - Avoid compressing small log files (#531030) From berrange at fedoraproject.org Wed Nov 11 18:11:49 2009 From: berrange at fedoraproject.org (Daniel P. Berrange) Date: Wed, 11 Nov 2009 18:11:49 +0000 (UTC) Subject: [fedora-virt-maint] rpms/libvirt/devel libvirt.spec,1.196,1.197 Message-ID: <20091111181149.7AD2811C01EA@cvs1.fedora.phx.redhat.com> Author: berrange Update of /cvs/pkgs/rpms/libvirt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18365 Modified Files: libvirt.spec Log Message: Disable numactl on s390[x] Index: libvirt.spec =================================================================== RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v retrieving revision 1.196 retrieving revision 1.197 diff -u -p -r1.196 -r1.197 --- libvirt.spec 11 Nov 2009 15:33:52 -0000 1.196 +++ libvirt.spec 11 Nov 2009 18:11:49 -0000 1.197 @@ -72,6 +72,10 @@ %define with_xen 0 %endif +# Numactl is not available on s390[x] +%ifarch s390 s390x +%define with_numactl 0 +%endif # RHEL doesn't ship OpenVZ, VBox, UML, OpenNebula, PowerHypervisor or ESX %if 0%{?rhel} @@ -151,7 +155,7 @@ Summary: Library providing a simple API virtualization Name: libvirt Version: 0.7.2 -Release: 4%{?dist}%{?extra_release} +Release: 5%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz @@ -792,6 +796,9 @@ fi %endif %changelog +* Wed Nov 11 2009 Daniel P. Berrange - 0.7.2-5 +- Disable numactl on s390[x]. Again. + * Wed Nov 11 2009 Daniel P. Berrange - 0.7.2-4 - Fix QEMU save/restore permissions / labelling From buildsys at fedoraproject.org Sat Nov 14 15:51:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:18 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: ocaml-libvirt Message-ID: <20091114155118.92B741F808B@releng2.fedora.phx.redhat.com> ocaml-libvirt has broken dependencies in the development tree: On ppc: mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.2) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.3.4) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.4) mlvirsh-0.6.1.0-6.fc12.ppc requires libvirt.so.0 mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1) mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1.2) mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2(GLIBC_2.1) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6 mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2 mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.7) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.3) mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6(GLIBC_2.1) mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6 On ppc64: mlvirsh-0.6.1.0-6.fc12.ppc64 requires libm.so.6()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libdl.so.2()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libvirt.so.0()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) On ppc: ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libvirt.so.0 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f On ppc64: ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6()(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libvirt.so.0()(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:51:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:51:24 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: python-virtinst Message-ID: <20091114155124.E88B11F808B@releng2.fedora.phx.redhat.com> python-virtinst has broken dependencies in the development tree: On ppc: python-virtinst-0.500.0-5.fc13.noarch requires libvirt-python >= 0:0.4.5-2.fc10 python-virtinst-0.500.0-5.fc13.noarch requires libselinux-python python-virtinst-0.500.0-5.fc13.noarch requires python(abi) = 0:2.6 python-virtinst-0.500.0-5.fc13.noarch requires /usr/bin/python python-virtinst-0.500.0-5.fc13.noarch requires libxml2-python On ppc64: python-virtinst-0.500.0-5.fc13.noarch requires libvirt-python >= 0:0.4.5-2.fc10 python-virtinst-0.500.0-5.fc13.noarch requires libselinux-python python-virtinst-0.500.0-5.fc13.noarch requires python(abi) = 0:2.6 python-virtinst-0.500.0-5.fc13.noarch requires /usr/bin/python python-virtinst-0.500.0-5.fc13.noarch requires libxml2-python Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:35 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:35 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: virt-v2v Message-ID: <20091114155335.32DE41F808B@releng2.fedora.phx.redhat.com> virt-v2v has broken dependencies in the development tree: On ppc: virt-v2v-0.3.2-1.fc13.noarch requires perl(Getopt::Long) virt-v2v-0.3.2-1.fc13.noarch requires perl-libguestfs >= 1:1.0.68 virt-v2v-0.3.2-1.fc13.noarch requires perl(File::Temp) virt-v2v-0.3.2-1.fc13.noarch requires perl(File::Spec) virt-v2v-0.3.2-1.fc13.noarch requires perl(Pod::Usage) virt-v2v-0.3.2-1.fc13.noarch requires perl(warnings) virt-v2v-0.3.2-1.fc13.noarch requires perl(Data::Dumper) virt-v2v-0.3.2-1.fc13.noarch requires perl(:MODULE_COMPAT_5.10.0) virt-v2v-0.3.2-1.fc13.noarch requires /usr/bin/qemu-img virt-v2v-0.3.2-1.fc13.noarch requires perl(Sys::Guestfs) virt-v2v-0.3.2-1.fc13.noarch requires perl(POSIX) virt-v2v-0.3.2-1.fc13.noarch requires perl(vars) virt-v2v-0.3.2-1.fc13.noarch requires /usr/bin/perl virt-v2v-0.3.2-1.fc13.noarch requires perl(constant) virt-v2v-0.3.2-1.fc13.noarch requires perl(strict) virt-v2v-0.3.2-1.fc13.noarch requires perl(IPC::Open3) virt-v2v-0.3.2-1.fc13.noarch requires perl(Sys::Guestfs::Lib) virt-v2v-0.3.2-1.fc13.noarch requires perl(Exporter) virt-v2v-0.3.2-1.fc13.noarch requires perl(Module::Pluggable) virt-v2v-0.3.2-1.fc13.noarch requires perl(Carp) On ppc64: virt-v2v-0.3.2-1.fc13.noarch requires perl(Getopt::Long) virt-v2v-0.3.2-1.fc13.noarch requires perl-libguestfs >= 1:1.0.68 virt-v2v-0.3.2-1.fc13.noarch requires perl(File::Temp) virt-v2v-0.3.2-1.fc13.noarch requires perl(File::Spec) virt-v2v-0.3.2-1.fc13.noarch requires perl(Pod::Usage) virt-v2v-0.3.2-1.fc13.noarch requires perl(warnings) virt-v2v-0.3.2-1.fc13.noarch requires perl(Data::Dumper) virt-v2v-0.3.2-1.fc13.noarch requires perl(:MODULE_COMPAT_5.10.0) virt-v2v-0.3.2-1.fc13.noarch requires /usr/bin/qemu-img virt-v2v-0.3.2-1.fc13.noarch requires perl(Sys::Guestfs) virt-v2v-0.3.2-1.fc13.noarch requires perl(POSIX) virt-v2v-0.3.2-1.fc13.noarch requires perl(vars) virt-v2v-0.3.2-1.fc13.noarch requires /usr/bin/perl virt-v2v-0.3.2-1.fc13.noarch requires perl(constant) virt-v2v-0.3.2-1.fc13.noarch requires perl(strict) virt-v2v-0.3.2-1.fc13.noarch requires perl(IPC::Open3) virt-v2v-0.3.2-1.fc13.noarch requires perl(Sys::Guestfs::Lib) virt-v2v-0.3.2-1.fc13.noarch requires perl(Exporter) virt-v2v-0.3.2-1.fc13.noarch requires perl(Module::Pluggable) virt-v2v-0.3.2-1.fc13.noarch requires perl(Carp) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:39 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:39 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: bochs Message-ID: <20091114155339.0345E1F8087@releng2.fedora.phx.redhat.com> bochs has broken dependencies in the development tree: On ppc: bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3.4) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.4) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6(GLIBC_2.0) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libSDL-1.2.so.0 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1.3) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.2) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.11) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libXpm.so.4 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.7) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires rtld(GNU_HASH) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.1) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.0) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libX11.so.6 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.0) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0(GLIBC_2.0) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0(GLIBC_2.2) On ppc64: bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libpthread.so.0()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libSDL-1.2.so.0()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libX11.so.6()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.11)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires rtld(GNU_HASH) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libXpm.so.4()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3.4) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.4) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6(GLIBC_2.0) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1.3) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6 bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.2) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.11) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6 bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2 bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires rtld(GNU_HASH) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.1) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.0) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0(GLIBC_2.2) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.0) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0(GLIBC_2.0) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0 bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6()(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6()(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libpthread.so.0()(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.11)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2()(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires rtld(GNU_HASH) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3.4) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.4) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6(GLIBC_2.0) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1.3) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libgdk_pixbuf-2.0.so.0 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.2) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.11) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libfreetype.so.6 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libgdk-x11-2.0.so.0 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires rtld(GNU_HASH) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.1) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libgtk-x11-2.0.so.0 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.0) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libatk-1.0.so.0 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.0) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libfreetype.so.6()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.11)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires rtld(GNU_HASH) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libatk-1.0.so.0()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:53:59 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:53:59 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: virt-viewer Message-ID: <20091114155359.B842F1F8087@releng2.fedora.phx.redhat.com> virt-viewer has broken dependencies in the development tree: On ppc: virt-viewer-0.2.0-1.fc12.ppc requires libc.so.6(GLIBC_2.4) virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.5.0) virt-viewer-0.2.0-1.fc12.ppc requires libgdk_pixbuf-2.0.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.3) virt-viewer-0.2.0-1.fc12.ppc requires libc.so.6 virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.0) virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.5) virt-viewer-0.2.0-1.fc12.ppc requires libfreetype.so.6 virt-viewer-0.2.0-1.fc12.ppc requires openssh-clients virt-viewer-0.2.0-1.fc12.ppc requires libgdk-x11-2.0.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libxml2.so.2 virt-viewer-0.2.0-1.fc12.ppc requires rtld(GNU_HASH) virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.0) virt-viewer-0.2.0-1.fc12.ppc requires libgtk-x11-2.0.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libc.so.6(GLIBC_2.0) virt-viewer-0.2.0-1.fc12.ppc requires libatk-1.0.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libpthread.so.0(GLIBC_2.0) virt-viewer-0.2.0-1.fc12.ppc requires libpthread.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libgnutls.so.26 On ppc64: virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.0)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libxml2.so.2()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libc.so.6()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.0)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libfreetype.so.6()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.5.0)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libpthread.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires openssh-clients virt-viewer-0.2.0-1.fc12.ppc64 requires libgnutls.so.26()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires rtld(GNU_HASH) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.3)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.5)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libatk-1.0.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:54:40 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:54:40 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: libvirt-java Message-ID: <20091114155440.6D2F61B8024@releng2.fedora.phx.redhat.com> libvirt-java has broken dependencies in the development tree: On ppc: libvirt-java-0.3.1-1.fc13.noarch requires jna libvirt-java-0.3.1-1.fc13.noarch requires libvirt >= 0:0.4.1 On ppc64: libvirt-java-0.3.1-1.fc13.noarch requires jna libvirt-java-0.3.1-1.fc13.noarch requires libvirt >= 0:0.4.1 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:08 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:08 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: ruby-libvirt Message-ID: <20091114155508.374DE1F80C7@releng2.fedora.phx.redhat.com> ruby-libvirt has broken dependencies in the development tree: On ppc: ruby-libvirt-0.1.0-5.fc12.ppc requires libc.so.6(GLIBC_2.4) ruby-libvirt-0.1.0-5.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.1) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.9) ruby-libvirt-0.1.0-5.fc12.ppc requires librt.so.1 ruby-libvirt-0.1.0-5.fc12.ppc requires libm.so.6 ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.4) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.0) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.2) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.0) ruby-libvirt-0.1.0-5.fc12.ppc requires libruby.so.1.8 ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.3) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.5) ruby-libvirt-0.1.0-5.fc12.ppc requires libc.so.6 ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.0) ruby-libvirt-0.1.0-5.fc12.ppc requires libdl.so.2 ruby-libvirt-0.1.0-5.fc12.ppc requires ruby(abi) = 0:1.8 ruby-libvirt-0.1.0-5.fc12.ppc requires libcrypt.so.1 ruby-libvirt-0.1.0-5.fc12.ppc requires rtld(GNU_HASH) ruby-libvirt-0.1.0-5.fc12.ppc requires libc.so.6(GLIBC_2.0) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.1) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.5) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0 ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.1) ruby-libvirt-0.1.0-5.fc12.ppc requires libpthread.so.0 On ppc64: ruby-libvirt-0.1.0-5.fc12.ppc64 requires libc.so.6()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires librt.so.1()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.5)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires ruby(abi) = 0:1.8 ruby-libvirt-0.1.0-5.fc12.ppc64 requires libm.so.6()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.1)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libpthread.so.0()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.4)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libdl.so.2()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires rtld(GNU_HASH) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.0)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.9)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.1)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.3)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libcrypt.so.1()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.0)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.1)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.0)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.5)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.2)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libruby.so.1.8()(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:24 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: virt-mem Message-ID: <20091114155524.770591F8087@releng2.fedora.phx.redhat.com> virt-mem has broken dependencies in the development tree: On ppc: virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.2) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.3.4) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.4) virt-mem-0.3.1-9.fc12.ppc requires libvirt.so.0 virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.1) virt-mem-0.3.1-9.fc12.ppc requires libm.so.6(GLIBC_2.0) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.1.2) virt-mem-0.3.1-9.fc12.ppc requires libdl.so.2(GLIBC_2.1) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6 virt-mem-0.3.1-9.fc12.ppc requires libdl.so.2(GLIBC_2.0) virt-mem-0.3.1-9.fc12.ppc requires libdl.so.2 virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.7) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.0) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.3) virt-mem-0.3.1-9.fc12.ppc requires libm.so.6(GLIBC_2.1) virt-mem-0.3.1-9.fc12.ppc requires libm.so.6 On ppc64: virt-mem-0.3.1-9.fc12.ppc64 requires libm.so.6()(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6()(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libdl.so.2()(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libvirt.so.0()(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:26 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:26 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: appliance-tools Message-ID: <20091114155526.9B6AA1F808C@releng2.fedora.phx.redhat.com> appliance-tools has broken dependencies in the development tree: On ppc: appliance-tools-004.4-3.fc12.noarch requires kpartx appliance-tools-004.4-3.fc12.noarch requires qemu-img appliance-tools-004.4-3.fc12.noarch requires curl appliance-tools-004.4-3.fc12.noarch requires python(abi) = 0:2.6 appliance-tools-004.4-3.fc12.noarch requires /usr/bin/python Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:38 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:38 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: perl-Sys-Virt-TCK Message-ID: <20091114155538.C52D91F8087@releng2.fedora.phx.redhat.com> perl-Sys-Virt-TCK has broken dependencies in the development tree: On ppc: perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(App::Prove) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Getopt::Long) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Spec::Functions) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Pod::Usage) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Test::Builder) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(warnings) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires libvirt >= 0:0.6.2 perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Data::Dumper) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(base) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Path) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(:MODULE_COMPAT_5.10.0) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Copy) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires /usr/bin/perl perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Cwd) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(IO::Uncompress::Gunzip) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(strict) On ppc64: perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(App::Prove) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Getopt::Long) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Spec::Functions) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Pod::Usage) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Test::Builder) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(warnings) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires libvirt >= 0:0.6.2 perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Data::Dumper) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(base) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Path) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(:MODULE_COMPAT_5.10.0) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Copy) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires /usr/bin/perl perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Cwd) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(IO::Uncompress::Gunzip) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(strict) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:55:45 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:55:45 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: collectd Message-ID: <20091114155545.D628F1F808B@releng2.fedora.phx.redhat.com> collectd has broken dependencies in the development tree: On x86_64: collectd-snmp-4.6.5-1.fc12.x86_64 requires libnetsnmp.so.15()(64bit) On i386: collectd-snmp-4.6.5-1.fc12.i686 requires libnetsnmp.so.15 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:13 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: perl-Sys-Virt Message-ID: <20091114155613.7ADCA1F80AC@releng2.fedora.phx.redhat.com> perl-Sys-Virt has broken dependencies in the development tree: On ppc: perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.6.1) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libc.so.6(GLIBC_2.4) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.6.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.6.4) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libc.so.6(GLIBC_2.1.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.1) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.5.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.9) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.4) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(warnings) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.2) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.5) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libc.so.6 perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.5) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(:MODULE_COMPAT_5.10.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.2) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(overload) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.6.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires rtld(GNU_HASH) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libc.so.6(GLIBC_2.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(XSLoader) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.1) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(strict) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.5) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0 perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.1) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libpthread.so.0 On ppc64: perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libc.so.6()(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.5)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.6.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.5.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.6.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(warnings) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.1)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libpthread.so.0()(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.2)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.4)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(overload) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(:MODULE_COMPAT_5.10.0) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires rtld(GNU_HASH) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.9)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.1)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0()(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(XSLoader) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(strict) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.1)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.5)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.6.1)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.5)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.2)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.6.4)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Nov 14 15:56:17 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 14 Nov 2009 15:56:17 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: virt-manager Message-ID: <20091114155617.B6E211F824A@releng2.fedora.phx.redhat.com> virt-manager has broken dependencies in the development tree: On ppc: virt-manager-0.8.0-8.fc13.noarch requires libxml2-python >= 0:2.6.23 virt-manager-0.8.0-8.fc13.noarch requires /bin/sh virt-manager-0.8.0-8.fc13.noarch requires libvirt-python >= 0:0.7.0 virt-manager-0.8.0-8.fc13.noarch requires /bin/sh On ppc64: virt-manager-0.8.0-8.fc13.noarch requires libxml2-python >= 0:2.6.23 virt-manager-0.8.0-8.fc13.noarch requires /bin/sh virt-manager-0.8.0-8.fc13.noarch requires libvirt-python >= 0:0.7.0 virt-manager-0.8.0-8.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:26:52 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:26:52 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: ocaml-libvirt Message-ID: <20091115132652.AAD511F8090@releng2.fedora.phx.redhat.com> ocaml-libvirt has broken dependencies in the development tree: On ppc: mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.2) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.3.4) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.4) mlvirsh-0.6.1.0-6.fc12.ppc requires libvirt.so.0 mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1) mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1.2) mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2(GLIBC_2.1) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6 mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2 mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.7) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.3) mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6 mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6(GLIBC_2.1) On ppc64: mlvirsh-0.6.1.0-6.fc12.ppc64 requires libm.so.6()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libvirt.so.0()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libdl.so.2()(64bit) On ppc: ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libvirt.so.0 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f On ppc64: ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6()(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libvirt.so.0()(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:26:59 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:26:59 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: python-virtinst Message-ID: <20091115132659.2DB661F8093@releng2.fedora.phx.redhat.com> python-virtinst has broken dependencies in the development tree: On ppc: python-virtinst-0.500.0-5.fc13.noarch requires libvirt-python >= 0:0.4.5-2.fc10 python-virtinst-0.500.0-5.fc13.noarch requires libselinux-python python-virtinst-0.500.0-5.fc13.noarch requires python(abi) = 0:2.6 python-virtinst-0.500.0-5.fc13.noarch requires /usr/bin/python python-virtinst-0.500.0-5.fc13.noarch requires libxml2-python On ppc64: python-virtinst-0.500.0-5.fc13.noarch requires libvirt-python >= 0:0.4.5-2.fc10 python-virtinst-0.500.0-5.fc13.noarch requires libselinux-python python-virtinst-0.500.0-5.fc13.noarch requires python(abi) = 0:2.6 python-virtinst-0.500.0-5.fc13.noarch requires /usr/bin/python python-virtinst-0.500.0-5.fc13.noarch requires libxml2-python Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:15 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: virt-v2v Message-ID: <20091115132915.449EF1F8090@releng2.fedora.phx.redhat.com> virt-v2v has broken dependencies in the development tree: On ppc: virt-v2v-0.3.2-1.fc13.noarch requires perl(Getopt::Long) virt-v2v-0.3.2-1.fc13.noarch requires perl-libguestfs >= 1:1.0.68 virt-v2v-0.3.2-1.fc13.noarch requires perl(File::Temp) virt-v2v-0.3.2-1.fc13.noarch requires perl(File::Spec) virt-v2v-0.3.2-1.fc13.noarch requires perl(Pod::Usage) virt-v2v-0.3.2-1.fc13.noarch requires perl(warnings) virt-v2v-0.3.2-1.fc13.noarch requires perl(Data::Dumper) virt-v2v-0.3.2-1.fc13.noarch requires perl(:MODULE_COMPAT_5.10.0) virt-v2v-0.3.2-1.fc13.noarch requires /usr/bin/qemu-img virt-v2v-0.3.2-1.fc13.noarch requires perl(Sys::Guestfs) virt-v2v-0.3.2-1.fc13.noarch requires perl(POSIX) virt-v2v-0.3.2-1.fc13.noarch requires perl(vars) virt-v2v-0.3.2-1.fc13.noarch requires /usr/bin/perl virt-v2v-0.3.2-1.fc13.noarch requires perl(constant) virt-v2v-0.3.2-1.fc13.noarch requires perl(strict) virt-v2v-0.3.2-1.fc13.noarch requires perl(IPC::Open3) virt-v2v-0.3.2-1.fc13.noarch requires perl(Sys::Guestfs::Lib) virt-v2v-0.3.2-1.fc13.noarch requires perl(Exporter) virt-v2v-0.3.2-1.fc13.noarch requires perl(Module::Pluggable) virt-v2v-0.3.2-1.fc13.noarch requires perl(Carp) On ppc64: virt-v2v-0.3.2-1.fc13.noarch requires perl(Getopt::Long) virt-v2v-0.3.2-1.fc13.noarch requires perl-libguestfs >= 1:1.0.68 virt-v2v-0.3.2-1.fc13.noarch requires perl(File::Temp) virt-v2v-0.3.2-1.fc13.noarch requires perl(File::Spec) virt-v2v-0.3.2-1.fc13.noarch requires perl(Pod::Usage) virt-v2v-0.3.2-1.fc13.noarch requires perl(warnings) virt-v2v-0.3.2-1.fc13.noarch requires perl(Data::Dumper) virt-v2v-0.3.2-1.fc13.noarch requires perl(:MODULE_COMPAT_5.10.0) virt-v2v-0.3.2-1.fc13.noarch requires /usr/bin/qemu-img virt-v2v-0.3.2-1.fc13.noarch requires perl(Sys::Guestfs) virt-v2v-0.3.2-1.fc13.noarch requires perl(POSIX) virt-v2v-0.3.2-1.fc13.noarch requires perl(vars) virt-v2v-0.3.2-1.fc13.noarch requires /usr/bin/perl virt-v2v-0.3.2-1.fc13.noarch requires perl(constant) virt-v2v-0.3.2-1.fc13.noarch requires perl(strict) virt-v2v-0.3.2-1.fc13.noarch requires perl(IPC::Open3) virt-v2v-0.3.2-1.fc13.noarch requires perl(Sys::Guestfs::Lib) virt-v2v-0.3.2-1.fc13.noarch requires perl(Exporter) virt-v2v-0.3.2-1.fc13.noarch requires perl(Module::Pluggable) virt-v2v-0.3.2-1.fc13.noarch requires perl(Carp) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:18 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:18 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: bochs Message-ID: <20091115132918.B1EBD1F8093@releng2.fedora.phx.redhat.com> bochs has broken dependencies in the development tree: On ppc: bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3.4) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.4) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6(GLIBC_2.0) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libSDL-1.2.so.0 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0(GLIBC_2.2) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1.3) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.2) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.11) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libXpm.so.4 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.7) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires rtld(GNU_HASH) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.1) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.0) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libX11.so.6 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.0) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0(GLIBC_2.0) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libpthread.so.0()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libSDL-1.2.so.0()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libX11.so.6()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.11)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires rtld(GNU_HASH) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libXpm.so.4()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3.4) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.4) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6(GLIBC_2.0) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1.3) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6 bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.2) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.11) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6 bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2 bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires rtld(GNU_HASH) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.1) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.0) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0(GLIBC_2.2) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.0) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0(GLIBC_2.0) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0 bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6()(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6()(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libpthread.so.0()(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.11)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2()(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires rtld(GNU_HASH) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3.4) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.4) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6(GLIBC_2.0) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1.3) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libgdk_pixbuf-2.0.so.0 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.2) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.11) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libfreetype.so.6 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libgdk-x11-2.0.so.0 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires rtld(GNU_HASH) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.1) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libgtk-x11-2.0.so.0 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.0) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libatk-1.0.so.0 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.0) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libfreetype.so.6()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.11)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires rtld(GNU_HASH) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libatk-1.0.so.0()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:29:39 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:29:39 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: virt-viewer Message-ID: <20091115132939.7DEEA1F8093@releng2.fedora.phx.redhat.com> virt-viewer has broken dependencies in the development tree: On ppc: virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.0) virt-viewer-0.2.0-1.fc12.ppc requires libc.so.6(GLIBC_2.4) virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.5.0) virt-viewer-0.2.0-1.fc12.ppc requires libgdk_pixbuf-2.0.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.3) virt-viewer-0.2.0-1.fc12.ppc requires libc.so.6 virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.5) virt-viewer-0.2.0-1.fc12.ppc requires libfreetype.so.6 virt-viewer-0.2.0-1.fc12.ppc requires openssh-clients virt-viewer-0.2.0-1.fc12.ppc requires libgdk-x11-2.0.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libxml2.so.2 virt-viewer-0.2.0-1.fc12.ppc requires rtld(GNU_HASH) virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.0) virt-viewer-0.2.0-1.fc12.ppc requires libgtk-x11-2.0.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libc.so.6(GLIBC_2.0) virt-viewer-0.2.0-1.fc12.ppc requires libatk-1.0.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libpthread.so.0(GLIBC_2.0) virt-viewer-0.2.0-1.fc12.ppc requires libpthread.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libgnutls.so.26 On ppc64: virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.0)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libxml2.so.2()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libc.so.6()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.0)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libfreetype.so.6()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.5.0)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libpthread.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires openssh-clients virt-viewer-0.2.0-1.fc12.ppc64 requires libgnutls.so.26()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires rtld(GNU_HASH) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.3)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.5)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libatk-1.0.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:24 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: libvirt-java Message-ID: <20091115133024.0B28A1F8093@releng2.fedora.phx.redhat.com> libvirt-java has broken dependencies in the development tree: On ppc: libvirt-java-0.3.1-1.fc13.noarch requires jna libvirt-java-0.3.1-1.fc13.noarch requires libvirt >= 0:0.4.1 On ppc64: libvirt-java-0.3.1-1.fc13.noarch requires jna libvirt-java-0.3.1-1.fc13.noarch requires libvirt >= 0:0.4.1 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:30:55 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:30:55 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: ruby-libvirt Message-ID: <20091115133055.0DCA81B8039@releng2.fedora.phx.redhat.com> ruby-libvirt has broken dependencies in the development tree: On ppc: ruby-libvirt-0.1.0-5.fc12.ppc requires libc.so.6(GLIBC_2.4) ruby-libvirt-0.1.0-5.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.1) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.9) ruby-libvirt-0.1.0-5.fc12.ppc requires librt.so.1 ruby-libvirt-0.1.0-5.fc12.ppc requires libm.so.6 ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.4) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.0) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.2) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.0) ruby-libvirt-0.1.0-5.fc12.ppc requires libruby.so.1.8 ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.3) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.5) ruby-libvirt-0.1.0-5.fc12.ppc requires libc.so.6 ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.0) ruby-libvirt-0.1.0-5.fc12.ppc requires libdl.so.2 ruby-libvirt-0.1.0-5.fc12.ppc requires ruby(abi) = 0:1.8 ruby-libvirt-0.1.0-5.fc12.ppc requires libcrypt.so.1 ruby-libvirt-0.1.0-5.fc12.ppc requires rtld(GNU_HASH) ruby-libvirt-0.1.0-5.fc12.ppc requires libc.so.6(GLIBC_2.0) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.1) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.5) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0 ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.1) ruby-libvirt-0.1.0-5.fc12.ppc requires libpthread.so.0 On ppc64: ruby-libvirt-0.1.0-5.fc12.ppc64 requires libc.so.6()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires librt.so.1()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.5)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires ruby(abi) = 0:1.8 ruby-libvirt-0.1.0-5.fc12.ppc64 requires libm.so.6()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.1)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libpthread.so.0()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.4)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libdl.so.2()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires rtld(GNU_HASH) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.0)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.9)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.1)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.3)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libcrypt.so.1()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.0)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.1)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.0)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.5)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.2)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libruby.so.1.8()(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:10 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:10 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: virt-mem Message-ID: <20091115133110.F40791F8093@releng2.fedora.phx.redhat.com> virt-mem has broken dependencies in the development tree: On ppc: virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.2) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.3.4) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.4) virt-mem-0.3.1-9.fc12.ppc requires libvirt.so.0 virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.1) virt-mem-0.3.1-9.fc12.ppc requires libm.so.6(GLIBC_2.0) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.1.2) virt-mem-0.3.1-9.fc12.ppc requires libdl.so.2(GLIBC_2.1) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6 virt-mem-0.3.1-9.fc12.ppc requires libdl.so.2(GLIBC_2.0) virt-mem-0.3.1-9.fc12.ppc requires libdl.so.2 virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.7) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.0) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.3) virt-mem-0.3.1-9.fc12.ppc requires libm.so.6 virt-mem-0.3.1-9.fc12.ppc requires libm.so.6(GLIBC_2.1) On ppc64: virt-mem-0.3.1-9.fc12.ppc64 requires libm.so.6()(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6()(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libvirt.so.0()(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libdl.so.2()(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:13 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:13 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: appliance-tools Message-ID: <20091115133113.6449D1F8096@releng2.fedora.phx.redhat.com> appliance-tools has broken dependencies in the development tree: On ppc: appliance-tools-004.4-3.fc12.noarch requires kpartx appliance-tools-004.4-3.fc12.noarch requires qemu-img appliance-tools-004.4-3.fc12.noarch requires curl appliance-tools-004.4-3.fc12.noarch requires python(abi) = 0:2.6 appliance-tools-004.4-3.fc12.noarch requires /usr/bin/python Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:25 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:25 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: perl-Sys-Virt-TCK Message-ID: <20091115133125.4D2021F8093@releng2.fedora.phx.redhat.com> perl-Sys-Virt-TCK has broken dependencies in the development tree: On ppc: perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(App::Prove) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Getopt::Long) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Spec::Functions) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Pod::Usage) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Test::Builder) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(warnings) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires libvirt >= 0:0.6.2 perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Data::Dumper) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(base) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Path) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(:MODULE_COMPAT_5.10.0) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Copy) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires /usr/bin/perl perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Cwd) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(IO::Uncompress::Gunzip) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(strict) On ppc64: perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(App::Prove) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Getopt::Long) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Spec::Functions) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Pod::Usage) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Test::Builder) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(warnings) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires libvirt >= 0:0.6.2 perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Data::Dumper) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(base) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Path) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(:MODULE_COMPAT_5.10.0) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Copy) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires /usr/bin/perl perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Cwd) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(IO::Uncompress::Gunzip) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(strict) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:31:32 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:31:32 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: collectd Message-ID: <20091115133132.B3CA81F8095@releng2.fedora.phx.redhat.com> collectd has broken dependencies in the development tree: On x86_64: collectd-snmp-4.6.5-1.fc12.x86_64 requires libnetsnmp.so.15()(64bit) On i386: collectd-snmp-4.6.5-1.fc12.i686 requires libnetsnmp.so.15 Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:32:03 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:32:03 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: perl-Sys-Virt Message-ID: <20091115133203.D89E71F8090@releng2.fedora.phx.redhat.com> perl-Sys-Virt has broken dependencies in the development tree: On ppc: perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.6.1) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libc.so.6(GLIBC_2.4) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.6.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.6.4) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libc.so.6(GLIBC_2.1.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.1) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.5.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.9) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.4) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(warnings) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.2) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.5) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libc.so.6 perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.5) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(:MODULE_COMPAT_5.10.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.1) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.2) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(overload) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.6.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires rtld(GNU_HASH) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libc.so.6(GLIBC_2.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(XSLoader) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.1) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(strict) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.5) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0 perl-Sys-Virt-0.2.1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libpthread.so.0 On ppc64: perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libc.so.6()(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.5)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.6.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.5.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.6.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(warnings) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.1)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libpthread.so.0()(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.2)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.4)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(overload) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(:MODULE_COMPAT_5.10.0) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires rtld(GNU_HASH) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.9)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.1)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0()(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(XSLoader) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(strict) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.1)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.5)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.6.1)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.5)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.2)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.6.4)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Nov 15 13:32:09 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 15 Nov 2009 13:32:09 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: virt-manager Message-ID: <20091115133209.498491F8093@releng2.fedora.phx.redhat.com> virt-manager has broken dependencies in the development tree: On ppc: virt-manager-0.8.0-8.fc13.noarch requires libxml2-python >= 0:2.6.23 virt-manager-0.8.0-8.fc13.noarch requires /bin/sh virt-manager-0.8.0-8.fc13.noarch requires libvirt-python >= 0:0.7.0 virt-manager-0.8.0-8.fc13.noarch requires /bin/sh On ppc64: virt-manager-0.8.0-8.fc13.noarch requires libxml2-python >= 0:2.6.23 virt-manager-0.8.0-8.fc13.noarch requires /bin/sh virt-manager-0.8.0-8.fc13.noarch requires libvirt-python >= 0:0.7.0 virt-manager-0.8.0-8.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:23 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:23 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: ocaml-libvirt Message-ID: <20091116142223.AAEB61F8083@releng2.fedora.phx.redhat.com> ocaml-libvirt has broken dependencies in the development tree: On ppc: mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.2) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.3.4) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.4) mlvirsh-0.6.1.0-6.fc12.ppc requires libvirt.so.0 mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1) mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1.2) mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2(GLIBC_2.1) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6 mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2 mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.7) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.3) mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6 mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6(GLIBC_2.1) On ppc64: mlvirsh-0.6.1.0-6.fc12.ppc64 requires libm.so.6()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libvirt.so.0()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libdl.so.2()(64bit) On ppc: ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libvirt.so.0 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f On ppc64: ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6()(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libvirt.so.0()(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:22:38 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:22:38 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: python-virtinst Message-ID: <20091116142238.D10221F8083@releng2.fedora.phx.redhat.com> python-virtinst has broken dependencies in the development tree: On ppc: python-virtinst-0.500.0-5.fc13.noarch requires libvirt-python >= 0:0.4.5-2.fc10 python-virtinst-0.500.0-5.fc13.noarch requires libselinux-python python-virtinst-0.500.0-5.fc13.noarch requires python(abi) = 0:2.6 python-virtinst-0.500.0-5.fc13.noarch requires /usr/bin/python python-virtinst-0.500.0-5.fc13.noarch requires libxml2-python On ppc64: python-virtinst-0.500.0-5.fc13.noarch requires libvirt-python >= 0:0.4.5-2.fc10 python-virtinst-0.500.0-5.fc13.noarch requires libselinux-python python-virtinst-0.500.0-5.fc13.noarch requires python(abi) = 0:2.6 python-virtinst-0.500.0-5.fc13.noarch requires /usr/bin/python python-virtinst-0.500.0-5.fc13.noarch requires libxml2-python Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:28:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:28:24 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: virt-v2v Message-ID: <20091116142824.5E6781F8082@releng2.fedora.phx.redhat.com> virt-v2v has broken dependencies in the development tree: On ppc: virt-v2v-0.3.2-1.fc13.noarch requires perl(Getopt::Long) virt-v2v-0.3.2-1.fc13.noarch requires perl-libguestfs >= 1:1.0.68 virt-v2v-0.3.2-1.fc13.noarch requires perl(File::Temp) virt-v2v-0.3.2-1.fc13.noarch requires perl(File::Spec) virt-v2v-0.3.2-1.fc13.noarch requires perl(Pod::Usage) virt-v2v-0.3.2-1.fc13.noarch requires perl(warnings) virt-v2v-0.3.2-1.fc13.noarch requires perl(Data::Dumper) virt-v2v-0.3.2-1.fc13.noarch requires perl(:MODULE_COMPAT_5.10.0) virt-v2v-0.3.2-1.fc13.noarch requires /usr/bin/qemu-img virt-v2v-0.3.2-1.fc13.noarch requires perl(Sys::Guestfs) virt-v2v-0.3.2-1.fc13.noarch requires perl(POSIX) virt-v2v-0.3.2-1.fc13.noarch requires perl(vars) virt-v2v-0.3.2-1.fc13.noarch requires /usr/bin/perl virt-v2v-0.3.2-1.fc13.noarch requires perl(constant) virt-v2v-0.3.2-1.fc13.noarch requires perl(strict) virt-v2v-0.3.2-1.fc13.noarch requires perl(IPC::Open3) virt-v2v-0.3.2-1.fc13.noarch requires perl(Sys::Guestfs::Lib) virt-v2v-0.3.2-1.fc13.noarch requires perl(Exporter) virt-v2v-0.3.2-1.fc13.noarch requires perl(Module::Pluggable) virt-v2v-0.3.2-1.fc13.noarch requires perl(Carp) On ppc64: virt-v2v-0.3.2-1.fc13.noarch requires perl(Getopt::Long) virt-v2v-0.3.2-1.fc13.noarch requires perl-libguestfs >= 1:1.0.68 virt-v2v-0.3.2-1.fc13.noarch requires perl(File::Temp) virt-v2v-0.3.2-1.fc13.noarch requires perl(File::Spec) virt-v2v-0.3.2-1.fc13.noarch requires perl(Pod::Usage) virt-v2v-0.3.2-1.fc13.noarch requires perl(warnings) virt-v2v-0.3.2-1.fc13.noarch requires perl(Data::Dumper) virt-v2v-0.3.2-1.fc13.noarch requires perl(:MODULE_COMPAT_5.10.0) virt-v2v-0.3.2-1.fc13.noarch requires /usr/bin/qemu-img virt-v2v-0.3.2-1.fc13.noarch requires perl(Sys::Guestfs) virt-v2v-0.3.2-1.fc13.noarch requires perl(POSIX) virt-v2v-0.3.2-1.fc13.noarch requires perl(vars) virt-v2v-0.3.2-1.fc13.noarch requires /usr/bin/perl virt-v2v-0.3.2-1.fc13.noarch requires perl(constant) virt-v2v-0.3.2-1.fc13.noarch requires perl(strict) virt-v2v-0.3.2-1.fc13.noarch requires perl(IPC::Open3) virt-v2v-0.3.2-1.fc13.noarch requires perl(Sys::Guestfs::Lib) virt-v2v-0.3.2-1.fc13.noarch requires perl(Exporter) virt-v2v-0.3.2-1.fc13.noarch requires perl(Module::Pluggable) virt-v2v-0.3.2-1.fc13.noarch requires perl(Carp) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:28:30 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:28:30 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: bochs Message-ID: <20091116142830.CAE591F8083@releng2.fedora.phx.redhat.com> bochs has broken dependencies in the development tree: On ppc: bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3.4) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.4) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6(GLIBC_2.0) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libSDL-1.2.so.0 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1.3) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.2) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.11) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libXpm.so.4 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.7) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires rtld(GNU_HASH) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.1) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.0) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libX11.so.6 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0(GLIBC_2.2) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.0) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0(GLIBC_2.0) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libpthread.so.0()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libSDL-1.2.so.0()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libX11.so.6()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.11)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires rtld(GNU_HASH) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libXpm.so.4()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3.4) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.4) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6(GLIBC_2.0) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1.3) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6 bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.2) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.11) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6 bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2 bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires rtld(GNU_HASH) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.1) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.0) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0(GLIBC_2.2) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.0) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0(GLIBC_2.0) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0 bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6()(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6()(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libpthread.so.0()(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.11)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2()(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires rtld(GNU_HASH) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3.4) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.4) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6(GLIBC_2.0) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1.3) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libgdk_pixbuf-2.0.so.0 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.2) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.11) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libfreetype.so.6 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libgdk-x11-2.0.so.0 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires rtld(GNU_HASH) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.1) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libgtk-x11-2.0.so.0 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.0) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libatk-1.0.so.0 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.0) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libfreetype.so.6()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.11)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires rtld(GNU_HASH) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libatk-1.0.so.0()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:29:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:29:15 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: virt-viewer Message-ID: <20091116142915.CFA731F8082@releng2.fedora.phx.redhat.com> virt-viewer has broken dependencies in the development tree: On ppc: virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.0) virt-viewer-0.2.0-1.fc12.ppc requires libc.so.6(GLIBC_2.4) virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.5.0) virt-viewer-0.2.0-1.fc12.ppc requires libgdk_pixbuf-2.0.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.3) virt-viewer-0.2.0-1.fc12.ppc requires libc.so.6 virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.5) virt-viewer-0.2.0-1.fc12.ppc requires libfreetype.so.6 virt-viewer-0.2.0-1.fc12.ppc requires openssh-clients virt-viewer-0.2.0-1.fc12.ppc requires libgdk-x11-2.0.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libxml2.so.2 virt-viewer-0.2.0-1.fc12.ppc requires rtld(GNU_HASH) virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.0) virt-viewer-0.2.0-1.fc12.ppc requires libgtk-x11-2.0.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libc.so.6(GLIBC_2.0) virt-viewer-0.2.0-1.fc12.ppc requires libatk-1.0.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libpthread.so.0(GLIBC_2.0) virt-viewer-0.2.0-1.fc12.ppc requires libpthread.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libgnutls.so.26 On ppc64: virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.0)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libxml2.so.2()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libc.so.6()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.0)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libfreetype.so.6()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.5.0)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libpthread.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires openssh-clients virt-viewer-0.2.0-1.fc12.ppc64 requires libgnutls.so.26()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires rtld(GNU_HASH) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.3)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.5)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libatk-1.0.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:30:33 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:30:33 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: libvirt-java Message-ID: <20091116143033.E5F381F808E@releng2.fedora.phx.redhat.com> libvirt-java has broken dependencies in the development tree: On ppc: libvirt-java-0.3.1-1.fc13.noarch requires jna libvirt-java-0.3.1-1.fc13.noarch requires libvirt >= 0:0.4.1 On ppc64: libvirt-java-0.3.1-1.fc13.noarch requires jna libvirt-java-0.3.1-1.fc13.noarch requires libvirt >= 0:0.4.1 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:07 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:07 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: ruby-libvirt Message-ID: <20091116143107.7F05B1F8083@releng2.fedora.phx.redhat.com> ruby-libvirt has broken dependencies in the development tree: On ppc: ruby-libvirt-0.1.0-5.fc12.ppc requires libc.so.6(GLIBC_2.4) ruby-libvirt-0.1.0-5.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.1) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.9) ruby-libvirt-0.1.0-5.fc12.ppc requires librt.so.1 ruby-libvirt-0.1.0-5.fc12.ppc requires libm.so.6 ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.4) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.0) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.2) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.0) ruby-libvirt-0.1.0-5.fc12.ppc requires libruby.so.1.8 ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.3) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.5) ruby-libvirt-0.1.0-5.fc12.ppc requires libc.so.6 ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.0) ruby-libvirt-0.1.0-5.fc12.ppc requires libdl.so.2 ruby-libvirt-0.1.0-5.fc12.ppc requires ruby(abi) = 0:1.8 ruby-libvirt-0.1.0-5.fc12.ppc requires libcrypt.so.1 ruby-libvirt-0.1.0-5.fc12.ppc requires rtld(GNU_HASH) ruby-libvirt-0.1.0-5.fc12.ppc requires libc.so.6(GLIBC_2.0) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.1) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.5) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0 ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.1) ruby-libvirt-0.1.0-5.fc12.ppc requires libpthread.so.0 On ppc64: ruby-libvirt-0.1.0-5.fc12.ppc64 requires libc.so.6()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires librt.so.1()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.5)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires ruby(abi) = 0:1.8 ruby-libvirt-0.1.0-5.fc12.ppc64 requires libm.so.6()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.1)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libpthread.so.0()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.4)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libdl.so.2()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires rtld(GNU_HASH) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.0)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.9)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.1)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.3)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libcrypt.so.1()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.0)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.1)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.0)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.5)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.2)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libruby.so.1.8()(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:22 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:22 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: virt-mem Message-ID: <20091116143122.9381F1F808C@releng2.fedora.phx.redhat.com> virt-mem has broken dependencies in the development tree: On ppc: virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.2) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.3.4) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.4) virt-mem-0.3.1-9.fc12.ppc requires libvirt.so.0 virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.1) virt-mem-0.3.1-9.fc12.ppc requires libm.so.6(GLIBC_2.0) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.1.2) virt-mem-0.3.1-9.fc12.ppc requires libdl.so.2(GLIBC_2.1) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6 virt-mem-0.3.1-9.fc12.ppc requires libdl.so.2(GLIBC_2.0) virt-mem-0.3.1-9.fc12.ppc requires libdl.so.2 virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.7) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.0) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.3) virt-mem-0.3.1-9.fc12.ppc requires libm.so.6 virt-mem-0.3.1-9.fc12.ppc requires libm.so.6(GLIBC_2.1) On ppc64: virt-mem-0.3.1-9.fc12.ppc64 requires libm.so.6()(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6()(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libvirt.so.0()(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libdl.so.2()(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:24 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: appliance-tools Message-ID: <20091116143124.D0EA01F8082@releng2.fedora.phx.redhat.com> appliance-tools has broken dependencies in the development tree: On ppc: appliance-tools-004.4-3.fc12.noarch requires kpartx appliance-tools-004.4-3.fc12.noarch requires qemu-img appliance-tools-004.4-3.fc12.noarch requires curl appliance-tools-004.4-3.fc12.noarch requires python(abi) = 0:2.6 appliance-tools-004.4-3.fc12.noarch requires /usr/bin/python Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:37 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:37 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: perl-Sys-Virt-TCK Message-ID: <20091116143137.7DA501F8083@releng2.fedora.phx.redhat.com> perl-Sys-Virt-TCK has broken dependencies in the development tree: On ppc: perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(App::Prove) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Getopt::Long) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Spec::Functions) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Pod::Usage) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Test::Builder) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(warnings) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires libvirt >= 0:0.6.2 perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Data::Dumper) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(base) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Path) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(:MODULE_COMPAT_5.10.0) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Copy) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires /usr/bin/perl perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Cwd) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(IO::Uncompress::Gunzip) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(strict) On ppc64: perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(App::Prove) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Getopt::Long) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Spec::Functions) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Pod::Usage) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Test::Builder) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(warnings) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires libvirt >= 0:0.6.2 perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Data::Dumper) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(base) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Path) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(:MODULE_COMPAT_5.10.0) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Copy) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires /usr/bin/perl perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Cwd) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(IO::Uncompress::Gunzip) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(strict) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:31:44 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:31:44 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: collectd Message-ID: <20091116143144.D71FA1F8082@releng2.fedora.phx.redhat.com> collectd has broken dependencies in the development tree: On x86_64: collectd-snmp-4.6.5-1.fc12.x86_64 requires libnetsnmp.so.15()(64bit) On i386: collectd-snmp-4.6.5-1.fc12.i686 requires libnetsnmp.so.15 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:16 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:16 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: perl-Sys-Virt Message-ID: <20091116143216.263841F8082@releng2.fedora.phx.redhat.com> perl-Sys-Virt has broken dependencies in the development tree: On ppc: perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.6.1) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libc.so.6(GLIBC_2.4) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.6.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.6.4) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libc.so.6(GLIBC_2.1.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.1) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.5.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.9) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.4) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(warnings) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.2) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.5) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libc.so.6 perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.5) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(:MODULE_COMPAT_5.10.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.2) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.1) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(overload) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.6.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires rtld(GNU_HASH) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libc.so.6(GLIBC_2.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(XSLoader) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.1) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(strict) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.5) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0 perl-Sys-Virt-0.2.1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libpthread.so.0 On ppc64: perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libc.so.6()(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.5)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.6.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.5.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.6.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(warnings) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.1)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libpthread.so.0()(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.2)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.4)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(overload) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(:MODULE_COMPAT_5.10.0) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires rtld(GNU_HASH) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.9)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.1)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0()(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(XSLoader) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(strict) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.1)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.5)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.6.1)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.5)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.2)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.6.4)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Nov 16 14:32:21 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 16 Nov 2009 14:32:21 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: virt-manager Message-ID: <20091116143221.6EA781F8083@releng2.fedora.phx.redhat.com> virt-manager has broken dependencies in the development tree: On ppc: virt-manager-0.8.0-8.fc13.noarch requires libxml2-python >= 0:2.6.23 virt-manager-0.8.0-8.fc13.noarch requires /bin/sh virt-manager-0.8.0-8.fc13.noarch requires libvirt-python >= 0:0.7.0 virt-manager-0.8.0-8.fc13.noarch requires /bin/sh On ppc64: virt-manager-0.8.0-8.fc13.noarch requires libxml2-python >= 0:2.6.23 virt-manager-0.8.0-8.fc13.noarch requires /bin/sh virt-manager-0.8.0-8.fc13.noarch requires libvirt-python >= 0:0.7.0 virt-manager-0.8.0-8.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:00 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:00 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: ocaml-libvirt Message-ID: <20091117131900.8DA4A1F8087@releng2.fedora.phx.redhat.com> ocaml-libvirt has broken dependencies in the development tree: On ppc: mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.2) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.3.4) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.4) mlvirsh-0.6.1.0-6.fc12.ppc requires libvirt.so.0 mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1) mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1.2) mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2(GLIBC_2.1) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6 mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libdl.so.2 mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.7) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.0) mlvirsh-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.3) mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6 mlvirsh-0.6.1.0-6.fc12.ppc requires libm.so.6(GLIBC_2.1) On ppc64: mlvirsh-0.6.1.0-6.fc12.ppc64 requires libm.so.6()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libvirt.so.0()(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) mlvirsh-0.6.1.0-6.fc12.ppc64 requires libdl.so.2()(64bit) On ppc: ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.4) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libvirt.so.0 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.0) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(runtime) = 0:3.11.1 ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-libvirt-0.6.1.0-6.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ocaml-libvirt-0.6.1.0-6.fc12.ppc requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f On ppc64: ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Buffer) = 0:23af67395823b652b807c4ae0b581211 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Pervasives) = 0:88cb1505c8bdf9a4dcd2cdf3452732b4 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6()(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Array) = 0:9c9fa5f11e2d6992c427dde4d1168489 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libvirt.so.0()(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(String) = 0:ecc403546c1c50056801131811c39017 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Callback) = 0:71e1f9b7f211661f1dfeedab5ffae0cc ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(runtime) = 0:3.11.1 ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(List) = 0:a0e2e49d266ff302f8667651a43f71ba ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ocaml-libvirt-0.6.1.0-6.fc12.ppc64 requires ocaml(Char) = 0:3da72249626c7db769beafc97036cb4f Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:19:07 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:19:07 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: python-virtinst Message-ID: <20091117131907.C38EB1F8088@releng2.fedora.phx.redhat.com> python-virtinst has broken dependencies in the development tree: On ppc: python-virtinst-0.500.0-5.fc13.noarch requires libvirt-python >= 0:0.4.5-2.fc10 python-virtinst-0.500.0-5.fc13.noarch requires libselinux-python python-virtinst-0.500.0-5.fc13.noarch requires python(abi) = 0:2.6 python-virtinst-0.500.0-5.fc13.noarch requires /usr/bin/python python-virtinst-0.500.0-5.fc13.noarch requires libxml2-python On ppc64: python-virtinst-0.500.0-5.fc13.noarch requires libvirt-python >= 0:0.4.5-2.fc10 python-virtinst-0.500.0-5.fc13.noarch requires libselinux-python python-virtinst-0.500.0-5.fc13.noarch requires python(abi) = 0:2.6 python-virtinst-0.500.0-5.fc13.noarch requires /usr/bin/python python-virtinst-0.500.0-5.fc13.noarch requires libxml2-python Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:49 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: virt-v2v Message-ID: <20091117132149.A03D91F8087@releng2.fedora.phx.redhat.com> virt-v2v has broken dependencies in the development tree: On ppc: virt-v2v-0.3.2-1.fc13.noarch requires perl(Getopt::Long) virt-v2v-0.3.2-1.fc13.noarch requires perl-libguestfs >= 1:1.0.68 virt-v2v-0.3.2-1.fc13.noarch requires perl(File::Temp) virt-v2v-0.3.2-1.fc13.noarch requires perl(File::Spec) virt-v2v-0.3.2-1.fc13.noarch requires perl(Pod::Usage) virt-v2v-0.3.2-1.fc13.noarch requires perl(warnings) virt-v2v-0.3.2-1.fc13.noarch requires perl(Data::Dumper) virt-v2v-0.3.2-1.fc13.noarch requires perl(:MODULE_COMPAT_5.10.0) virt-v2v-0.3.2-1.fc13.noarch requires /usr/bin/qemu-img virt-v2v-0.3.2-1.fc13.noarch requires perl(Sys::Guestfs) virt-v2v-0.3.2-1.fc13.noarch requires perl(POSIX) virt-v2v-0.3.2-1.fc13.noarch requires perl(vars) virt-v2v-0.3.2-1.fc13.noarch requires /usr/bin/perl virt-v2v-0.3.2-1.fc13.noarch requires perl(constant) virt-v2v-0.3.2-1.fc13.noarch requires perl(strict) virt-v2v-0.3.2-1.fc13.noarch requires perl(IPC::Open3) virt-v2v-0.3.2-1.fc13.noarch requires perl(Sys::Guestfs::Lib) virt-v2v-0.3.2-1.fc13.noarch requires perl(Exporter) virt-v2v-0.3.2-1.fc13.noarch requires perl(Module::Pluggable) virt-v2v-0.3.2-1.fc13.noarch requires perl(Carp) On ppc64: virt-v2v-0.3.2-1.fc13.noarch requires perl(Getopt::Long) virt-v2v-0.3.2-1.fc13.noarch requires perl-libguestfs >= 1:1.0.68 virt-v2v-0.3.2-1.fc13.noarch requires perl(File::Temp) virt-v2v-0.3.2-1.fc13.noarch requires perl(File::Spec) virt-v2v-0.3.2-1.fc13.noarch requires perl(Pod::Usage) virt-v2v-0.3.2-1.fc13.noarch requires perl(warnings) virt-v2v-0.3.2-1.fc13.noarch requires perl(Data::Dumper) virt-v2v-0.3.2-1.fc13.noarch requires perl(:MODULE_COMPAT_5.10.0) virt-v2v-0.3.2-1.fc13.noarch requires /usr/bin/qemu-img virt-v2v-0.3.2-1.fc13.noarch requires perl(Sys::Guestfs) virt-v2v-0.3.2-1.fc13.noarch requires perl(POSIX) virt-v2v-0.3.2-1.fc13.noarch requires perl(vars) virt-v2v-0.3.2-1.fc13.noarch requires /usr/bin/perl virt-v2v-0.3.2-1.fc13.noarch requires perl(constant) virt-v2v-0.3.2-1.fc13.noarch requires perl(strict) virt-v2v-0.3.2-1.fc13.noarch requires perl(IPC::Open3) virt-v2v-0.3.2-1.fc13.noarch requires perl(Sys::Guestfs::Lib) virt-v2v-0.3.2-1.fc13.noarch requires perl(Exporter) virt-v2v-0.3.2-1.fc13.noarch requires perl(Module::Pluggable) virt-v2v-0.3.2-1.fc13.noarch requires perl(Carp) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:21:53 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:21:53 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: bochs Message-ID: <20091117132153.7130D1F8091@releng2.fedora.phx.redhat.com> bochs has broken dependencies in the development tree: On ppc: bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3.4) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.4) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6(GLIBC_2.0) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libSDL-1.2.so.0 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1.3) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.2) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.11) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libXpm.so.4 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0(GLIBC_2.2) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.7) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires rtld(GNU_HASH) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.1) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.0) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libX11.so.6 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.0) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0(GLIBC_2.0) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0 bochs-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libpthread.so.0()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libSDL-1.2.so.0()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libX11.so.6()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.11)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires rtld(GNU_HASH) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libXpm.so.4()(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) bochs-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3.4) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.4) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6(GLIBC_2.0) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1.3) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6 bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.2) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.11) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6 bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2 bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires rtld(GNU_HASH) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.1) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.0) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0(GLIBC_2.2) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.0) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0(GLIBC_2.0) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libpthread.so.0 bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6()(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6()(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libpthread.so.0()(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.11)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2()(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires rtld(GNU_HASH) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) bochs-gdb-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) On ppc: bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3.4) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.4) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6(GLIBC_2.0) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.1.3) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libgdk_pixbuf-2.0.so.0 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libm.so.6 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.2) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.11) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libfreetype.so.6 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libgdk-x11-2.0.so.0 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires rtld(GNU_HASH) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.1) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libgtk-x11-2.0.so.0 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.0) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libatk-1.0.so.0 bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libdl.so.2(GLIBC_2.0) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc requires libc.so.6(GLIBC_2.3) On ppc64: bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libfreetype.so.6()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.11)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires rtld(GNU_HASH) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libatk-1.0.so.0()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) bochs-debugger-2.3.8-0.8.git04387139e3b.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:22:17 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:22:17 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: virt-viewer Message-ID: <20091117132217.622801F80A2@releng2.fedora.phx.redhat.com> virt-viewer has broken dependencies in the development tree: On ppc: virt-viewer-0.2.0-1.fc12.ppc requires libc.so.6(GLIBC_2.4) virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.5.0) virt-viewer-0.2.0-1.fc12.ppc requires libgdk_pixbuf-2.0.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.3) virt-viewer-0.2.0-1.fc12.ppc requires libc.so.6 virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.5) virt-viewer-0.2.0-1.fc12.ppc requires libfreetype.so.6 virt-viewer-0.2.0-1.fc12.ppc requires openssh-clients virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.0) virt-viewer-0.2.0-1.fc12.ppc requires libgdk-x11-2.0.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libxml2.so.2 virt-viewer-0.2.0-1.fc12.ppc requires rtld(GNU_HASH) virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.0) virt-viewer-0.2.0-1.fc12.ppc requires libgtk-x11-2.0.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libc.so.6(GLIBC_2.0) virt-viewer-0.2.0-1.fc12.ppc requires libatk-1.0.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libvirt.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libpthread.so.0(GLIBC_2.0) virt-viewer-0.2.0-1.fc12.ppc requires libpthread.so.0 virt-viewer-0.2.0-1.fc12.ppc requires libgnutls.so.26 On ppc64: virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.0)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libxml2.so.2()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libc.so.6()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.0)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libfreetype.so.6()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.5.0)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libpthread.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires openssh-clients virt-viewer-0.2.0-1.fc12.ppc64 requires libgnutls.so.26()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libgtk-x11-2.0.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires rtld(GNU_HASH) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.3)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.5)(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libgdk_pixbuf-2.0.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libatk-1.0.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libgdk-x11-2.0.so.0()(64bit) virt-viewer-0.2.0-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:08 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:08 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: libvirt-java Message-ID: <20091117132308.46D891F808E@releng2.fedora.phx.redhat.com> libvirt-java has broken dependencies in the development tree: On ppc: libvirt-java-0.3.1-1.fc13.noarch requires jna libvirt-java-0.3.1-1.fc13.noarch requires libvirt >= 0:0.4.1 On ppc64: libvirt-java-0.3.1-1.fc13.noarch requires jna libvirt-java-0.3.1-1.fc13.noarch requires libvirt >= 0:0.4.1 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:59 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:59 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: virt-mem Message-ID: <20091117132359.BFD8A1F8088@releng2.fedora.phx.redhat.com> virt-mem has broken dependencies in the development tree: On ppc: virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.2) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.3.4) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.4) virt-mem-0.3.1-9.fc12.ppc requires libvirt.so.0 virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.1) virt-mem-0.3.1-9.fc12.ppc requires libm.so.6(GLIBC_2.0) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.1.2) virt-mem-0.3.1-9.fc12.ppc requires libdl.so.2(GLIBC_2.1) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6 virt-mem-0.3.1-9.fc12.ppc requires libdl.so.2(GLIBC_2.0) virt-mem-0.3.1-9.fc12.ppc requires libdl.so.2 virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.7) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.0) virt-mem-0.3.1-9.fc12.ppc requires libc.so.6(GLIBC_2.3) virt-mem-0.3.1-9.fc12.ppc requires libm.so.6 virt-mem-0.3.1-9.fc12.ppc requires libm.so.6(GLIBC_2.1) On ppc64: virt-mem-0.3.1-9.fc12.ppc64 requires libm.so.6()(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6()(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libdl.so.2(GLIBC_2.3)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3.4)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libvirt.so.0()(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libm.so.6(GLIBC_2.3)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6(GLIBC_2.7)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) virt-mem-0.3.1-9.fc12.ppc64 requires libdl.so.2()(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:02 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:02 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: appliance-tools Message-ID: <20091117132402.066621F809C@releng2.fedora.phx.redhat.com> appliance-tools has broken dependencies in the development tree: On ppc: appliance-tools-004.4-3.fc12.noarch requires kpartx appliance-tools-004.4-3.fc12.noarch requires qemu-img appliance-tools-004.4-3.fc12.noarch requires curl appliance-tools-004.4-3.fc12.noarch requires python(abi) = 0:2.6 appliance-tools-004.4-3.fc12.noarch requires /usr/bin/python Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:15 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:15 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: perl-Sys-Virt-TCK Message-ID: <20091117132415.276E61F8087@releng2.fedora.phx.redhat.com> perl-Sys-Virt-TCK has broken dependencies in the development tree: On ppc: perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(App::Prove) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Getopt::Long) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Spec::Functions) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Pod::Usage) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Test::Builder) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(warnings) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires libvirt >= 0:0.6.2 perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Data::Dumper) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(base) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Path) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(:MODULE_COMPAT_5.10.0) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Copy) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires /usr/bin/perl perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Cwd) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(IO::Uncompress::Gunzip) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(strict) On ppc64: perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(App::Prove) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Getopt::Long) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Spec::Functions) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Pod::Usage) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Test::Builder) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(warnings) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires libvirt >= 0:0.6.2 perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Data::Dumper) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(base) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Path) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(:MODULE_COMPAT_5.10.0) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(File::Copy) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires /usr/bin/perl perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(Cwd) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(IO::Uncompress::Gunzip) perl-Sys-Virt-TCK-0.1.0-5.fc12.noarch requires perl(strict) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:24:24 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:24:24 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: collectd Message-ID: <20091117132424.1F1001F8087@releng2.fedora.phx.redhat.com> collectd has broken dependencies in the development tree: On x86_64: collectd-snmp-4.6.5-1.fc12.x86_64 requires libnetsnmp.so.15()(64bit) On i386: collectd-snmp-4.6.5-1.fc12.i686 requires libnetsnmp.so.15 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:25:00 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:25:00 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: perl-Sys-Virt Message-ID: <20091117132500.1D02E1F8087@releng2.fedora.phx.redhat.com> perl-Sys-Virt has broken dependencies in the development tree: On ppc: perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.6.1) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libc.so.6(GLIBC_2.4) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.6.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.6.4) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libc.so.6(GLIBC_2.1.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.1) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.5.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.9) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.4) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(warnings) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.2) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.5) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libc.so.6 perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.5) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(:MODULE_COMPAT_5.10.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.1) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.2) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(overload) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.6.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires rtld(GNU_HASH) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.3) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libc.so.6(GLIBC_2.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(XSLoader) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.1) perl-Sys-Virt-0.2.1-1.fc12.ppc requires perl(strict) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.5) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libvirt.so.0 perl-Sys-Virt-0.2.1-1.fc12.ppc requires libpthread.so.0(GLIBC_2.0) perl-Sys-Virt-0.2.1-1.fc12.ppc requires libpthread.so.0 On ppc64: perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libc.so.6()(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.5)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.6.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.5.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.6.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(warnings) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.1)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libpthread.so.0()(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.2)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.4)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(overload) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(:MODULE_COMPAT_5.10.0) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires rtld(GNU_HASH) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.9)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.1)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0()(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(XSLoader) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.0)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires perl(strict) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libpthread.so.0(GLIBC_2.3)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.1)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.5)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.6.1)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.5)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.2)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.6.4)(64bit) perl-Sys-Virt-0.2.1-1.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:25:07 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:25:07 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: virt-manager Message-ID: <20091117132507.4721F1F808E@releng2.fedora.phx.redhat.com> virt-manager has broken dependencies in the development tree: On ppc: virt-manager-0.8.0-8.fc13.noarch requires libxml2-python >= 0:2.6.23 virt-manager-0.8.0-8.fc13.noarch requires /bin/sh virt-manager-0.8.0-8.fc13.noarch requires libvirt-python >= 0:0.7.0 virt-manager-0.8.0-8.fc13.noarch requires /bin/sh On ppc64: virt-manager-0.8.0-8.fc13.noarch requires libxml2-python >= 0:2.6.23 virt-manager-0.8.0-8.fc13.noarch requires /bin/sh virt-manager-0.8.0-8.fc13.noarch requires libvirt-python >= 0:0.7.0 virt-manager-0.8.0-8.fc13.noarch requires /bin/sh Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Nov 17 13:23:42 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 17 Nov 2009 13:23:42 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: ruby-libvirt Message-ID: <20091117132342.8EEA11F8088@releng2.fedora.phx.redhat.com> ruby-libvirt has broken dependencies in the development tree: On ppc: ruby-libvirt-0.1.0-5.fc12.ppc requires libc.so.6(GLIBC_2.4) ruby-libvirt-0.1.0-5.fc12.ppc requires libc.so.6(GLIBC_2.1.3) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.1) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.9) ruby-libvirt-0.1.0-5.fc12.ppc requires librt.so.1 ruby-libvirt-0.1.0-5.fc12.ppc requires libm.so.6 ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.4) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.0) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.3.2) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.0) ruby-libvirt-0.1.0-5.fc12.ppc requires libruby.so.1.8 ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.0.3) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.5) ruby-libvirt-0.1.0-5.fc12.ppc requires libc.so.6 ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.1.0) ruby-libvirt-0.1.0-5.fc12.ppc requires libdl.so.2 ruby-libvirt-0.1.0-5.fc12.ppc requires ruby(abi) = 0:1.8 ruby-libvirt-0.1.0-5.fc12.ppc requires libcrypt.so.1 ruby-libvirt-0.1.0-5.fc12.ppc requires rtld(GNU_HASH) ruby-libvirt-0.1.0-5.fc12.ppc requires libc.so.6(GLIBC_2.0) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.2.1) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.5) ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0 ruby-libvirt-0.1.0-5.fc12.ppc requires libvirt.so.0(LIBVIRT_0.4.1) ruby-libvirt-0.1.0-5.fc12.ppc requires libpthread.so.0 On ppc64: ruby-libvirt-0.1.0-5.fc12.ppc64 requires libc.so.6()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires librt.so.1()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.5)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires ruby(abi) = 0:1.8 ruby-libvirt-0.1.0-5.fc12.ppc64 requires libm.so.6()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.1)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libpthread.so.0()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libc.so.6(GLIBC_2.4)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.4)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libdl.so.2()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires rtld(GNU_HASH) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.0)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.9)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.1)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.0.3)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libcrypt.so.1()(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.0)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.2.1)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.1.0)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.4.5)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libvirt.so.0(LIBVIRT_0.3.2)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libc.so.6(GLIBC_2.3)(64bit) ruby-libvirt-0.1.0-5.fc12.ppc64 requires libruby.so.1.8()(64bit) Please resolve this as soon as possible. From rjones at fedoraproject.org Wed Nov 18 15:00:06 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Wed, 18 Nov 2009 15:00:06 +0000 (UTC) Subject: [fedora-virt-maint] rpms/libguestfs/devel .cvsignore, 1.56, 1.57 libguestfs.spec, 1.110, 1.111 sources, 1.56, 1.57 Message-ID: <20091118150006.E0CAA11C043C@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/libguestfs/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19506 Modified Files: .cvsignore libguestfs.spec sources Log Message: * Wed Nov 18 2009 Richard W.M. Jones - 1.0.79-1 - New upstream release 1.0.79. - Adds FUSE test script and multiple fixes for FUSE (RHBZ#538069). - Fix virt-df in Xen (RHBZ#538041). - Improve speed of supermin appliance. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libguestfs/devel/.cvsignore,v retrieving revision 1.56 retrieving revision 1.57 diff -u -p -r1.56 -r1.57 --- .cvsignore 10 Nov 2009 19:28:14 -0000 1.56 +++ .cvsignore 18 Nov 2009 15:00:06 -0000 1.57 @@ -1 +1 @@ -libguestfs-1.0.78.tar.gz +libguestfs-1.0.79.tar.gz Index: libguestfs.spec =================================================================== RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v retrieving revision 1.110 retrieving revision 1.111 diff -u -p -r1.110 -r1.111 --- libguestfs.spec 10 Nov 2009 19:28:14 -0000 1.110 +++ libguestfs.spec 18 Nov 2009 15:00:06 -0000 1.111 @@ -4,8 +4,8 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 -Version: 1.0.78 -Release: 2%{?dist} +Version: 1.0.79 +Release: 1%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://libguestfs.org/ @@ -591,6 +591,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Nov 18 2009 Richard W.M. Jones - 1.0.79-1 +- New upstream release 1.0.79. +- Adds FUSE test script and multiple fixes for FUSE (RHBZ#538069). +- Fix virt-df in Xen (RHBZ#538041). +- Improve speed of supermin appliance. + * Tue Nov 10 2009 Richard W.M. Jones - 1.0.78-2 - New upstream release 1.0.78. - Many more filesystem types supported by this release - add them Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libguestfs/devel/sources,v retrieving revision 1.56 retrieving revision 1.57 diff -u -p -r1.56 -r1.57 --- sources 10 Nov 2009 19:28:14 -0000 1.56 +++ sources 18 Nov 2009 15:00:06 -0000 1.57 @@ -1 +1 @@ -51dc5955b91d9389671a809f0a6fec56 libguestfs-1.0.78.tar.gz +292f818a0e8ad9b193f133c2ad92d9ff libguestfs-1.0.79.tar.gz From rjones at fedoraproject.org Wed Nov 18 17:28:54 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Wed, 18 Nov 2009 17:28:54 +0000 (UTC) Subject: [fedora-virt-maint] rpms/libguestfs/devel libguestfs-1.0.79-no-fuse-test.patch, NONE, 1.1 libguestfs.spec, 1.111, 1.112 Message-ID: <20091118172854.B786011C00DE@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/libguestfs/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30819 Modified Files: libguestfs.spec Added Files: libguestfs-1.0.79-no-fuse-test.patch Log Message: Disable FUSE-related tests because Koji doesn't currently allow them. libguestfs-1.0.79-no-fuse-test.patch: Makefile.am | 6 +++--- Makefile.in | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) --- NEW FILE libguestfs-1.0.79-no-fuse-test.patch --- diff -ur libguestfs-1.0.79.orig/fuse/Makefile.am libguestfs-1.0.79/fuse/Makefile.am --- libguestfs-1.0.79.orig/fuse/Makefile.am 2009-11-18 13:30:50.000000000 +0000 +++ libguestfs-1.0.79/fuse/Makefile.am 2009-11-18 17:26:41.842299061 +0000 @@ -64,8 +64,8 @@ # Tests. -TESTS = test-fuse.sh -TESTS_ENVIRONMENT = \ - top_builddir=.. +#TESTS = test-fuse.sh +#TESTS_ENVIRONMENT = \ +# top_builddir=.. endif diff -ur libguestfs-1.0.79.orig/fuse/Makefile.in libguestfs-1.0.79/fuse/Makefile.in --- libguestfs-1.0.79.orig/fuse/Makefile.in 2009-11-18 13:30:57.000000000 +0000 +++ libguestfs-1.0.79/fuse/Makefile.in 2009-11-18 17:26:51.213184201 +0000 @@ -770,9 +770,9 @@ # Tests. - at HAVE_FUSE_TRUE@TESTS = test-fuse.sh - at HAVE_FUSE_TRUE@TESTS_ENVIRONMENT = \ - at HAVE_FUSE_TRUE@ top_builddir=.. +#@HAVE_FUSE_TRUE at TESTS = test-fuse.sh +#@HAVE_FUSE_TRUE at TESTS_ENVIRONMENT = \ +#@HAVE_FUSE_TRUE@ top_builddir=.. all: all-am Index: libguestfs.spec =================================================================== RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v retrieving revision 1.111 retrieving revision 1.112 diff -u -p -r1.111 -r1.112 --- libguestfs.spec 18 Nov 2009 15:00:06 -0000 1.111 +++ libguestfs.spec 18 Nov 2009 17:28:54 -0000 1.112 @@ -5,13 +5,16 @@ Summary: Access and modify virtual m Name: libguestfs Epoch: 1 Version: 1.0.79 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://libguestfs.org/ Source0: http://libguestfs.org/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +# Disable FUSE tests, not supported in Koji at the moment. +Patch0: libguestfs-1.0.79-no-fuse-test.patch + # Basic build requirements: BuildRequires: /usr/bin/pod2man BuildRequires: /usr/bin/pod2text @@ -321,6 +324,8 @@ Requires: jpackage-utils %prep %setup -q +%patch0 -p1 + mkdir -p daemon/m4 @@ -591,11 +596,13 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Nov 18 2009 Richard W.M. Jones - 1.0.79-1 +* Wed Nov 18 2009 Richard W.M. Jones - 1.0.79-2 - New upstream release 1.0.79. - Adds FUSE test script and multiple fixes for FUSE (RHBZ#538069). - Fix virt-df in Xen (RHBZ#538041). - Improve speed of supermin appliance. +- Disable FUSE-related tests because Koji doesn't currently allow them. + fuse: device not found, try 'modprobe fuse' first * Tue Nov 10 2009 Richard W.M. Jones - 1.0.78-2 - New upstream release 1.0.78. From Matt_Domsch at dell.com Thu Nov 19 04:33:26 2009 From: Matt_Domsch at dell.com (Matt Domsch) Date: Wed, 18 Nov 2009 22:33:26 -0600 Subject: [fedora-virt-maint] Fedora rawhide rebuild in mock status 2009-11-18 x86_64 Message-ID: <20091119043326.GA18185@mock.linuxdev.us.dell.com> Fedora Rawhide-in-Mock Build Results for x86_64 using the rawhide tree as of 2009-11-15. All packages were built on systems running Fedora 12. All failed builds were retried to avoid single or transient build failures. Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/ 6 Open Bugs which now build, and can be marked CLOSED RAWHIDE: gmpc: [u'530858'] gnubversion: [u'511678'] latex2rtf: [u'530856'] libfakekey: [u'511716'] matchbox-keyboard: [u'511774'] safekeep: [u'511793'] Total packages: 8598 Number failed to build: 373 Number expected to fail due to ExclusiveArch or ExcludeArch: 31 Leaving: 342 Of those expected to have worked... Without a bug filed: 320 ---------------------------------- GMT-4.5.1-1.fc13 (build/make) orion,pertusus Glide3-20050815-9.fc12 (build/make) ajax Io-language-20071010-10.fc11 (build/make) orphan LabPlot-1.6.0.2-8.fc12 (build/make) chitlesh,chitlesh,tnorth OpenSceneGraph-2.8.2-3.fc12 (build/make) corsepiu PyKDE-3.16.3-2.fc12 (build/make) rdieter,jamatos PyQuante-1.6.3-2.fc12 (build/make) jussilehtola R-AnnotationDbi-1.6.1-1.fc12 (build/make) pingou R-BSgenome-1.12.3-2.fc12 (build/make) pingou R-BSgenome.Celegans.UCSC.ce2-1.3.13-4.fc12 (build/make) pingou R-Biobase-2.4.1-2.fc12 (build/make) pingou R-Biostrings-2.12.9-1.fc12 (build/make) pingou R-BufferedMatrix-1.8.0-2.fc12 (build/make) pingou R-BufferedMatrixMethods-1.8.0-4.fc12 (build/make) pingou R-DBI-0.2-4.fc12 (build/make) nigelj R-DynDoc-1.22.0-2.fc12 (build/make) pingou R-GeneR-2.14.0-2.fc12 (build/make) pingou R-IRanges-1.2.3-2.fc12 (build/make) pingou R-RM2-0.0-5.fc12 (build/make) denisarnaud R-RODBC-1.3.0-1.fc12 (build/make) spot R-RSQLite-0.7-4.fc12 (build/make) nigelj R-RUnit-0.4.22-2.fc12 (build/make) pingou R-abind-1.1.0-5.fc12 (build/make) spot R-acepack-1.3.2.2-7.fc12 (build/make) spot R-affy-1.22.1-3.fc12 (build/make) pingou R-affyio-1.12.0-3.fc12 (build/make) pingou R-biglm-0.7-1.fc12 (build/make) spot R-bigmemory-3.10-1.fc12 (build/make) spot R-hgu95av2probe-2.4.0-2.fc12 (build/make) pingou R-lmtest-0.9-6.fc12 (build/make) orion R-maanova-1.14.0-1.fc12 (build/make) pingou R-msm-0.9.1-3.fc12 (build/make) denisarnaud R-multtest-2.0.0-2.fc12 (build/make) pingou,alexlan R-mvtnorm-0.9-8.fc12 (build/make) orion R-nws-2.0.0.3-1.fc13 (build/make) spot R-pls-2.1.0-2.fc12 (build/make) pingou R-preprocessCore-1.6.0-2.fc12 (build/make) pingou R-qtl-1.14.2-1.fc13 (build/make) ellert R-qvalue-1.18.0-2.fc12 (build/make) pingou R-rlecuyer-0.2-3.fc12 (build/make) pingou R-systemfit-1.1-1.fc12 (build/make) orion R-tkWidgets-1.22.0-2.fc12 (build/make) pingou R-widgetTools-1.22.0-2.fc12 (build/make) pingou UnihanDb-5.1.0-7.fc12.2 (build/make) dchen,i18n-team aimage-3.2.1-1.fc12 (build/make) kwizart aldo-0.7.5-4.fc12 (build/make) bjensen,bjensen,dp67,sconklin,sindrepb anjal-0.1.0-1.fc13 (build/make) pbrobinson apbs-1.1.0-7.fc12 (build/make) timfenn arm-gp2x-linux-SDL-1.2.9-6.fc12 (build/make) jwrdegoede arm-gp2x-linux-gcc-4.1.2-11.fc12 (build/make) jwrdegoede arm-gp2x-linux-glibc-2.3.6-7.fc12 (build/make) jwrdegoede arm-gp2x-linux-zlib-1.2.3-8.fc12 (build/make) jwrdegoede arts-1.5.10-8.fc12 (build/make) than,kkofler,rdieter,tuxbrewr asio-1.4.1-2.fc12 (build/make) uwog atlas-3.8.3-12.fc13 (build/make) deji,deji automake15-1.5-27 (build/make) karsten awn-extras-applets-0.3.2.1-8.fc11 (build/make) phuang,sindrepb baekmuk-bdf-fonts-2.2-8.fc12 (build/make) cchance,fonts-sig,i18n-team,petersen ballbuster-1.0-9.fc12 (build/make) jwrdegoede beagle-0.3.9-15.fc12 (build/make) nushio,psytux bind-dyndb-ldap-0.1.0-0.3.a1.fc12 (build/make) mnagy,atkac blacs-1.1-33.fc12 (build/make) spot blitz-0.9-12.fc12 (build/make) sergiopr bluefish-1.0.7-8.fc12 (build/make) pghmcfc boo-0.9.2.3383-3.fc13 (build/make) pfj,palango botan-1.8.7-1.fc12 (build/make) thm bro-1.4-0.6.20080804svn.fc12 (build/make) mildew,pvrabec buildbot-0.7.11p3-1.fc12 (build/make) giallu,dmalcolm,smilner cadaver-0.23.2-6 (build/make) jorton cdrdao-1.2.3-0.rc2.4 (build/make) rrakus,denis,npajkovs cdrkit-1.1.9-10.fc12 (build/make) rrakus,npajkovs chktex-1.6.4-4.fc11 (build/make) sergiopr,pertusus chronojump-0.8.11-3.fc12 (build/make) olea,salimma clisp-2.47-4.fc12 (build/make) gemi,green clutter-gtk-0.10.2-1.fc12 (build/make) itamarjp,sundaram cobbler-2.0.0-1.fc12 (build/make) jeckersb,awood,dgoodwin,jeckersb cryptopp-5.6.0-4.fc13 (build/make) sundaram,nucleo davfs2-1.3.3-3.fc12 (build/make) wwoods dnsperf-1.0.1.0-12.fc12 (build/make) pwouters eclipse-eclox-0.8.0-3.20090616svn.fc12 (build/make) chitlesh eclipse-mylyn-3.3.0-3.fc13 (build/make) overholt,mbooth eclipse-subclipse-1.6.5-1.fc12 (build/make) robmv,akurtakov efte-1.1-1.fc12 (build/make) jussilehtola emacs-bbdb-2.35-3.fc12 (build/make) jgu emacs-common-muse-3.12-3.fc12 (build/make) jgu emacs-vm-8.0.12-5.fc12 (build/make) jgu emacspeak-29.0-3.fc12 (build/make) petersen evolution-2.28.0-2.fc12 (build/make) mbarnes,mbarnes,mcrha evolution-couchdb-0.3.2-2.fc13 (build/make) pbrobinson evolution-exchange-2.28.0-1.fc12 (build/make) mbarnes,mbarnes,mcrha evolution-mapi-0.28.0-1.fc12 (build/make) mbarnes,mcrha evolution-remove-duplicates-0.0.4-4.fc12 (build/make) salimma evolution-rspam-0.0.10-1.fc12 (build/make) lucilanga evolution-rss-0.1.4-5.fc12 (build/make) lucilanga fbterm-1.5-2.fc12 (build/make) dchen,i18n-team fedora-security-guide-en-US-1.0-19.fc13 (build/make) sparks,mhideo fedora-setup-keyboard-0.4-3.fc12 (build/make) drago01,whot flac123-0.0.11-7.fc12 (build/make) sindrepb fonts-ISO8859-2-1.0-22.fc12 (build/make) pnemade,fonts-sig,i18n-team,pnemade freenx-server-0.7.3-15.fc12 (build/make) athimm,limb frescobaldi-0.7.14-1.fc12 (build/make) oget frysk-0.4-12.fc12 (build/make) cagney,pmuldoon,swagiaal fuse-python-0.2-12.fc12 (build/make) peter gdm-2.28.0-5.fc13 (build/make) mccann,rstrode geda-gattrib-20081231-3.fc11 (build/make) chitlesh geda-gnetlist-20081231-3.fc12 (build/make) chitlesh geda-gschem-20081231-4.fc12 (build/make) chitlesh geda-gsymcheck-20081231-3.fc12 (build/make) chitlesh geda-utils-20081231-3.fc12 (build/make) chitlesh gettext-0.17-15.fc12 (build/make) petersen,i18n-team ghc-xmonad-contrib-0.8.1-8.fc12 (build/make) ynemoy,bos,haskell-sig,petersen gnash-0.9.0-0.6.20090809bzr11401.fc12 (build/make) kkofler,jreznik,pertusus,tomeu gnome-do-plugins-0.8.2-1.fc12 (build/make) nushio,salimma gnome-doc-utils-0.18.0-1.fc12 (build/make) mbarnes gnome-python2-desktop-2.28.0-1.fc12 (build/make) mbarnes gnome-rdp-0.2.3-6.fc12 (build/make) janderson gnuradio-3.2.2-1.fc12 (build/make) mmahut,astronomy-sig gnustep-base-1.18.0-6.fc13 (build/make) s4504kr gpgme-1.1.8-2.fc12 (build/make) rdieter,tmraz granule-1.4.0-9.fc12 (build/make) vlg grass-6.3.0-14.fc12 (build/make) rezso,pertusus gromacs-4.0.4-2.fc11 (build/make) jussilehtola grub-0.97-62.fc13 (build/make) pjones,lkundrak gts-0.7.6-13.fc12 (build/make) edhill guile-1.8.7-3.fc12 (build/make) mlichvar guile-gnome-platform-2.16.1-4.fc12 (build/make) laxathom gvfs-1.4.0-7.fc13 (build/make) tbzatek,alexl,hadess ibus-table-extraphrase-1.1.0.20090415-4.fc12 (build/make) cchance,i18n-team,liangsuilong icu-4.2.1-6.fc12 (build/make) caolanm,denisarnaud,thl imgtarget-0.1.4-4.fc12 (build/make) grof inotify-tools-3.13-3.fc12 (build/make) drago01 isdn4k-utils-3.2-67.fc13 (build/make) than javassist-3.9.0-5.fc12 (build/make) john5342,john5342 jed-0.99.18-10.fc12 (build/make) rakesh jline-0.9.94-0.4.fc12 (build/make) mbooth jsr-305-0-0.4.20090203svn.fc12 (build/make) jjames k3d-0.7.11.0-1.fc12 (build/make) orphan kadu-0.6.5.2-3.fc12 (build/make) gajownik,gajownik kdebase3-3.5.10-14.fc12 (build/make) than,jreznik,kkofler,ltinkl,rdieter,svahl,tuxbrewr kdebindings-4.3.2-1.fc13 (build/make) than,arbiter,jreznik,kkofler,ltinkl,mathstuf,rdieter,tuxbrewr kdelibs3-3.5.10-19.fc12 (build/make) than,kkofler,ltinkl,rdieter,tuxbrewr kdepim-4.3.3-1.fc13 (build/make) than,arbiter,jreznik,kkofler,ltinkl,mathstuf,rdieter,tuxbrewr kdevelop-3.9.95-0.1.beta5.fc13 (build/make) than,kkofler,ltinkl,mathstuf,rdieter,tuxbrewr kdewebdev-3.5.10-4.fc12 (build/make) than,jreznik,kkofler,ltinkl,rdieter,tuxbrewr kdnssd-avahi-0.1.3-0.9.20080116svn.fc12 (build/make) rdieter,rdieter,tuxbrewr keepassx-0.4.0-3.fc12 (build/make) abompard kguitar-0.5.1-8.926svn.fc12 (build/make) oget kio_sword-0.3-11.fc12 (build/make) anderson,deji kita-0.177.5-6.fc12 (build/make) mtasaka knm_new-fonts-1.1-5.fc11 (build/make) orphan,fonts-sig,i18n-team kpolynome-0.1.2-15.fc12 (build/make) chitlesh kst-1.8.0-3.fc12 (build/make) mtruch libguestfs-1.0.78-2.fc13 (build/make) rjones,virtmaint libopensync-plugin-kdepim-0.22-6.fc12 (build/make) awjb libsoup22-2.2.105-6.fc12 (build/make) mbarnes linbox-1.1.6-6.fc13 (build/make) tomspur log4net-1.2.10-8.fc13 (build/make) snecker luma-2.4-6.fc12 (build/make) s4504kr lxappearance-0.2.1-2.fc12 (build/make) cwickert lxlauncher-0.2.1-2.fc12 (build/make) cwickert lxrandr-0.1.1-2.fc12 (build/make) cwickert lxsession-edit-0.1.1-2.fc12 (build/make) cwickert lxshortcut-0.1.1-2.fc12 (build/make) cwickert lyx-1.6.4-2.fc12 (build/make) rdieter,jamatos mail-notification-5.4-16.fc12 (build/make) buc,buc,thl mapnik-0.6.1-3.fc12 (build/make) rezso,snecker mapserver-5.4.2-1.fc12 (build/make) rezso,devrim maven-archiver-2.2-2.fc12 (build/make) overholt,akurtakov maven-doxia-1.0-0.8.a10.1.fc12 (build/make) dbhole,akurtakov maven-doxia-sitetools-1.0-0.2.a10.1.fc12 (build/make) overholt,akurtakov maven-plugin-tools-2.1-5.fc12 (build/make) akurtakov maven-scm-1.2-4.fc12 (build/make) dbhole,akurtakov maven-shared-8-3.fc12 (build/make) dbhole,akurtakov maven-surefire-2.3-7.7.fc12 (build/make) dbhole,akurtakov maven2-2.0.8-3.fc12 (build/make) dbhole,akurtakov maven2-plugin-shade-1.0-7.fc12 (build/make) overholt,akurtakov merkaartor-0.14-1.fc12 (build/make) slankes,till mingw32-cairo-1.8.8-1.fc12 (build/make) rjones,berrange,epienbro,lfarkas,mingwmaint mingw32-gtk2-2.18.2-1.fc13 (build/make) rjones,berrange,epienbro,sailer mingw32-qt-4.5.2-2.fc12 (build/make) sailer,rjones mingw32-qwt-5.1.1-9.fc12 (build/make) sailer,rjones mingw32-sqlite-3.6.17-1.fc12 (build/make) rjones,berrange,lfarkas,mingwmaint,sailer mksh-39-1.fc12 (build/make) robert modello-1.0-0.4.a15.0.1.fc12 (build/make) fnasser monkeystudio-1.8.4.0-0.3.20090824svn3243.fc12 (build/make) eponyme mono-ndoc-1.3.1-7.fc12 (build/make) spot mono-nunit22-2.2.10-11.fc13 (build/make) spot mono-sharpcvslib-0.35-13.fc12 (build/make) spot muse-1.0-0.7.rc3.fc12.1 (build/make) oget,nando nagios-plugins-1.4.13-17.fc12 (build/make) mmcgrath,jpo,romal,sebastian nant-0.85-32.fc12 (build/make) pfj nqc-3.1.6-6.fc12 (build/make) rvinyard nss-3.12.4-13.1.fc13 (build/make) kengert,emaldonado,kdudka nx-3.3.0-38.fc12 (build/make) athimm,limb openalchemist-0.3-7.fc12 (build/make) xavierb openoffice.org-voikko-3.1-1.fc12 (build/make) vpv par2cmdline-0.4.tbb.20090203-1.fc12 (build/make) epienbro paraview-3.6.1-6.fc12 (build/make) orion,pertusus perl-Catalyst-Plugin-Authorization-ACL-0.10-4.fc12 (build/make) somlo perl-Class-InsideOut-1.09-2.fc11 (build/make) cweyl,perl-sig perl-Config-Augeas-0.400-2.fc12 (build/make) apevec perl-Crypt-GPG-1.63-4.fc12 (build/make) robert,perl-sig perl-DBIx-Class-0.08108-1.fc12 (build/make) cweyl,perl-sig perl-Expect-1.21-3.fc12 (build/make) cweyl,perl-sig perl-Expect-Simple-0.04-3.fc12 (build/make) cweyl,perl-sig perl-IO-Tty-1.08-3.fc12 (build/make) spot,perl-sig perl-IPC-Run-0.84-1.fc12 (build/make) steve,perl-sig perl-Jemplate-0.23-2.fc11 (build/make) cweyl,perl-sig perl-MooseX-Role-Parameterized-0.09-2.fc12 (build/make) cweyl,perl-sig perl-MooseX-Singleton-0.17-2.fc12 (build/make) allisson,perl-sig perl-POE-1.269-1.fc12 (build/make) cweyl,perl-sig perl-POE-Component-Child-1.39-6.fc12 (build/make) cweyl,perl-sig perl-PPIx-EditorTools-0.07-1.fc12 (build/make) mmaslano,perl-sig perl-Test-Aggregate-0.35-2.fc12 (build/make) cweyl,perl-sig perl-Test-AutoBuild-1.2.2-9.fc12 (build/make) berrange perl-Test-Expect-0.31-3.fc12 (build/make) cweyl,perl-sig perl-Test-Prereq-1.037-1.fc13 (build/make) steve,perl-sig perl-XML-LibXML-1.69-3.fc12 (build/make) kasal,mmaslano perl-XML-LibXSLT-1.68-4.fc12 (build/make) kasal,perl-sig,shishz pfstools-1.8.1-1.fc13 (build/make) drepper photoprint-0.4.0-7.fc12 (build/make) grof php-5.3.0-6.fc12 (build/make) jorton,remi,timj pidgin-2.6.3-2.fc12 (build/make) wtogami,nosnilmot pigment-0.3.17-3.fc12 (build/make) thias planner-0.14.4-3.fc12 (build/make) caolanm plexus-ant-factory-1.0-0.4.a1.1.11.fc12 (build/make) dbhole plexus-appserver-1.0-0.4.a5.2.9.fc12 (build/make) dbhole plexus-bsh-factory-1.0-0.4.a7s.1.10.fc12 (build/make) dbhole plexus-cdc-1.0-0.5.a10.1.1.fc12 (build/make) dbhole,akurtakov,fnasser plexus-i18n-1.0-0.b6.5.3.fc12.3 (build/make) pcheung plexus-mail-sender-1.0-0.a2.12.fc12 (build/make) overholt,akurtakov plexus-registry-1.0-0.2.a3.fc12 (build/make) overholt,akurtakov plexus-runtime-builder-1.0-0.4.a9.1.9.fc12 (build/make) dbhole plexus-xmlrpc-1.0-0.4.b4.2.14.fc12 (build/make) dbhole,fnasser plymouth-0.8.0-0.2009.29.09.19.fc12 (build/make) rstrode,brejc8,krh pmd-4.2.5-4.fc12 (build/make) jjames pocketsphinx-0.5.1-3.fc12 (build/make) jjames postgresql-pgpool-ha-1.1.0-8.fc12 (build/make) devrim postgresql-plruby-0.5.3-3.fc12 (build/make) devrim pygtksourceview-2.8.0-1.fc12 (build/make) mbarnes,mclasen pymol-1.2-8.20091006svn3866.fc13 (build/make) timfenn pypar-2.1.0_66-5.fc12 (build/make) jussilehtola python-cryptsetup-0.0.10-1.fc12 (build/make) msivak python-daap-0.7.1-4.fc12 (build/make) jcollie python-networkx-0.99-4.fc12 (build/make) konradm python-ptrace-0.6-5.fc12 (build/make) terjeros python-py-1.0.2-1.fc12 (build/make) thm python-pysctp-0.3.1-6.fc12 (build/make) nhorman python-sybase-0.39-4.fc12 (build/make) yaneti qedje-0.4.0-2.fc12 (build/make) john5342,rdieter qgis-1.0.2-1.fc12 (build/make) silfreed,rezso qlandkartegt-0.16.0-2.fc13 (build/make) sharkcz qpxtool-0.6.1-11.fc12 (build/make) drago01 qzion-0.4.0-3.fc12 (build/make) john5342,rdieter recordmydesktop-0.3.8.1-1.fc11 (build/make) sindrepb rubygem-attributes-5.0.1-5.fc12 (unpackaged_files/python-egg-info?) kanarip rubygem-cobbler-1.6.1-1.fc12 (unpackaged_files/python-egg-info?) mcpierce rubygem-configuration-0.0.5-4.fc12 (unpackaged_files/python-egg-info?) lkundrak rubygem-gem2rpm-0.6.0-3.fc12 (unpackaged_files/python-egg-info?) lutter,stahnma rubygem-gettext_rails-2.0.4-5.fc12 (build/make) mtasaka rubygem-locale_rails-2.0.4-3.fc12 (build/make) mtasaka rubygem-mongrel_cluster-1.0.5-4.fc12 (unpackaged_files/python-egg-info?) robert rubygem-pam-1.5.3-6.fc12 (unpackaged_files/python-egg-info?) bkearney rubygem-pervasives-1.1.0-5.fc12 (unpackaged_files/python-egg-info?) kanarip sap-0.4.4-7.fc12 (build/make) julian sblim-indication_helper-0.4.2-3.fc12 (build/make) praveenp,mdomsch,srini scalapack-1.7.5-7.fc12 (build/make) spot scidavis-0.2.3-8.fc12 (build/make) tanguy sdcc-2.9.0-4.fc12 (build/make) konradm,jwrdegoede sear-0.6.3-14.fc12 (build/make) wart,atorkhov showimg-0.9.5-26.fc12 (build/make) abompard sim-0.9.5-0.21.20090821svn2902rev.fc12 (build/make) hubbitus sitecopy-0.16.6-4.fc12 (build/make) rakesh,jorton skychart-3.0.1.5-6.20081026svn.fc11 (build/make) lkundrak,mmahut smartmontools-5.38-21.fc13 (build/make) mhlavink sox-14.2.0-3.fc12 (build/make) jmoskovc sphinxbase-0.4.1-1.fc12 (build/make) jjames strace-4.5.19-1.fc12 (build/make) roland,schwab,vda subversion-api-docs-1.6.5-3.fc12 (build/make) bojan sugar-calculator-30-2.fc12 (build/make) tuxbrewr,mpg sugar-clock-5-2.fc12 (build/make) fab sugar-connect-22-4.fc12 (build/make) fab sugar-distance-13-3.fc12 (build/make) fab sugar-implode-5-4.20090717.fc12 (build/make) fab sugar-infoslicer-5.1-1.fc12 (build/make) fab sugar-jukebox-11-2.fc12 (build/make) sdz,kushal sugar-memorize-33-2.fc12 (build/make) fab sugar-moon-10-2.fc12 (build/make) bkearney,fab sugar-pippy-34-5.fc12 (build/make) fab sugar-playgo-5-3.fc12 (build/make) fab sugar-record-64-3.fc12 (build/make) fab synce-kde-0.9.1-4.fc11 (build/make) awjb,abompard taskcoach-0.76.0-1.fc13 (build/make) rakesh tasque-0.1.8-4.fc12 (build/make) dkaylor,mtasaka tigervnc-1.0.0-2.fc13 (build/make) atkac timidity++-2.13.2-20.fc12 (build/make) jnovy,jwrdegoede towhee-6.2.6-4.fc13 (build/make) jussilehtola tracker-0.6.95-3.fc12 (build/make) deji trophy-1.1.5-5.fc12 (build/make) jwrdegoede tuxcmd-0.6.69-git20091027.1.fc12 (build/make) tbzatek ucblogo-6.0-5.fc12 (build/make) gemi vavoom-1.30-3.fc12 (build/make) jwrdegoede,dtimms vfrnav-0.3-10.fc12 (build/make) sailer virt-ctrl-1.0.1-4.fc12 (build/make) rjones,ocamlmaint vorbis-tools-1.2.0-6.fc13 (build/make) kdudka,jwrdegoede w3m-el-1.4.367-0.1.20090819cvs.fc12 (build/make) tagoh wings-0.99.05-4.fc12 (build/make) gemi writer2latex-1.0-1.fc12 (build/make) caolanm ws-commons-util-1.0.1-12.fc12 (build/make) green,overholt xastir-1.9.6-2.fc13 (build/make) lucilanga,bjensen xdvik-22.84.14-7.fc12 (build/make) jgu,jnovy,pertusus xmlrpc3-3.0-4.10.fc12 (build/make) overholt,akurtakov xmms2-0.6-4.fc12 (build/make) spot xmp-2.7.1-1.fc12 (build/make) rathann,itamarjp xorg-x11-drv-ark-0.7.1-4.fc12 (build/make) xgl-maint xorg-x11-drv-nouveau-0.0.15-17.20091105gite1c2efd.fc12 (build/make) bskeggs,airlied,ajax,bskeggs xorg-x11-drv-tseng-1.2.2-2.fc12 (build/make) xgl-maint xorg-x11-fonts-7.2-9.fc12 (build/make) xgl-maint,fonts-sig zhcon-0.2.6-14.fc12 (build/make) dchen,i18n-team zsh-4.3.10-4.fc12 (build/make) james With bugs filed: 22 ---------------------------------- Macaulay2-1.2-4.fc12 [u'511481 ASSIGNED'] (build/make) rdieter ScientificPython-2.8-6.fc11 [u'511734 ASSIGNED'] (build/make) jspaleta evolution-brutus-1.2.35-2.fc11 [u'511451 ASSIGNED'] (build/make) bpepple geronimo-specs-1.0-2.M2.fc10 [u'511494 ASSIGNED'] (build/make) fnasser gmfsk-0.7-0.6.pre1.fc11 [u'511780 ASSIGNED'] (build/make) bjensen,bjensen,dp67,sconklin,sindrepb gmrun-0.9.2-16.fc11 [u'511639 ASSIGNED'] (build/make) gilboa gnome-scan-0.6.2-1.fc11 [u'511591 ASSIGNED'] (build/make) deji libFoundation-1.1.3-11.fc9 [u'511470 ASSIGNED'] (build/make) athimm perl-AnyEvent-XMPP-0.4-1.fc11 [u'511749 ASSIGNED'] (build/make) allisson,perl-sig perl-MooseX-Daemonize-0.08-3.fc11 [u'511610 ASSIGNED'] (build/make) allisson perl-MooseX-Traits-Attribute-CascadeClear-0.03-2.fc11 [u'511570 ASSIGNED'] (build/make) cweyl,perl-sig perl-RRD-Simple-1.43-3.fc9 [u'464964 ASSIGNED'] (build/make) cweyl,perl-sig perl-SVN-Mirror-0.75-2.fc11 [u'511770 ASSIGNED'] (build/make) iburrell,perl-sig perl-SVN-Simple-0.27-7.fc11 [u'511729 ASSIGNED'] (build/make) iburrell,perl-sig python-openhpi-1.1-3.fc11 [u'511675 ASSIGNED'] (build/make) sharkcz qtiplot-0.9-11.fc11 [u'511688 ASSIGNED'] (build/make) frankb smarteiffel-2.3-2.fc9 [u'511362 ASSIGNED'] (build/make) orphan unifdef-1.171-8.fc11 [u'511553 ASSIGNED'] (build/make) dwmw2,jaswinder widelands-0-0.13.Build13.fc11 [u'511430 ASSIGNED'] (build/make) karlik xpilot-ng-4.7.2-16.fc11 [u'511717 ASSIGNED'] (build/make) wart xqilla-2.1.3-0.6.fc11 [u'511425 ASSIGNED'] (build/make) orphan xqilla10-1.0.2-6.fc11 [u'511599 ASSIGNED'] (build/make) orphan ---------------------------------- Packages by owner: abompard: keepassx,showimg,synce-kde airlied: xorg-x11-drv-nouveau ajax: Glide3,xorg-x11-drv-nouveau akurtakov: eclipse-subclipse,maven-archiver,maven-doxia,maven-doxia-sitetools,maven-plugin-tools,maven-scm,maven-shared,maven-surefire,maven2,maven2-plugin-shade,plexus-cdc,plexus-mail-sender,plexus-registry,xmlrpc3 alexl: gvfs alexlan: R-multtest allisson: perl-AnyEvent-XMPP,perl-MooseX-Daemonize,perl-MooseX-Singleton anderson: kio_sword apevec: perl-Config-Augeas arbiter: kdebindings,kdepim astronomy-sig: gnuradio athimm: freenx-server,libFoundation,nx atkac: bind-dyndb-ldap,tigervnc atorkhov: sear awjb: libopensync-plugin-kdepim,synce-kde awood: cobbler berrange: mingw32-cairo,mingw32-gtk2,mingw32-sqlite,perl-Test-AutoBuild bjensen: aldo,aldo,gmfsk,gmfsk,xastir bkearney: rubygem-pam,sugar-moon bojan: subversion-api-docs bos: ghc-xmonad-contrib bpepple: evolution-brutus brejc8: plymouth bskeggs: xorg-x11-drv-nouveau,xorg-x11-drv-nouveau buc: mail-notification,mail-notification cagney: frysk caolanm: icu,planner,writer2latex cchance: baekmuk-bdf-fonts,ibus-table-extraphrase chitlesh: LabPlot,LabPlot,eclipse-eclox,geda-gattrib,geda-gnetlist,geda-gschem,geda-gsymcheck,geda-utils,kpolynome corsepiu: OpenSceneGraph cweyl: perl-Class-InsideOut,perl-DBIx-Class,perl-Expect,perl-Expect-Simple,perl-Jemplate,perl-MooseX-Role-Parameterized,perl-MooseX-Traits-Attribute-CascadeClear,perl-POE,perl-POE-Component-Child,perl-RRD-Simple,perl-Test-Aggregate,perl-Test-Expect cwickert: lxappearance,lxlauncher,lxrandr,lxsession-edit,lxshortcut dbhole: maven-doxia,maven-scm,maven-shared,maven-surefire,maven2,plexus-ant-factory,plexus-appserver,plexus-bsh-factory,plexus-cdc,plexus-runtime-builder,plexus-xmlrpc dchen: UnihanDb,fbterm,zhcon deji: atlas,atlas,gnome-scan,kio_sword,tracker denis: cdrdao denisarnaud: R-RM2,R-msm,icu devrim: mapserver,postgresql-pgpool-ha,postgresql-plruby dgoodwin: cobbler dkaylor: tasque dmalcolm: buildbot dp67: aldo,gmfsk drago01: fedora-setup-keyboard,inotify-tools,qpxtool drepper: pfstools dtimms: vavoom dwmw2: unifdef edhill: gts ellert: R-qtl emaldonado: nss epienbro: mingw32-cairo,mingw32-gtk2,par2cmdline eponyme: monkeystudio fab: sugar-clock,sugar-connect,sugar-distance,sugar-implode,sugar-infoslicer,sugar-memorize,sugar-moon,sugar-pippy,sugar-playgo,sugar-record fnasser: geronimo-specs,modello,plexus-cdc,plexus-xmlrpc fonts-sig: baekmuk-bdf-fonts,fonts-ISO8859-2,knm_new-fonts,xorg-x11-fonts frankb: qtiplot gajownik: kadu,kadu gemi: clisp,ucblogo,wings giallu: buildbot gilboa: gmrun green: clisp,ws-commons-util grof: imgtarget,photoprint hadess: gvfs haskell-sig: ghc-xmonad-contrib hubbitus: sim i18n-team: UnihanDb,baekmuk-bdf-fonts,fbterm,fonts-ISO8859-2,gettext,ibus-table-extraphrase,knm_new-fonts,zhcon iburrell: perl-SVN-Mirror,perl-SVN-Simple itamarjp: clutter-gtk,xmp jamatos: PyKDE,lyx james: zsh janderson: gnome-rdp jaswinder: unifdef jcollie: python-daap jeckersb: cobbler,cobbler jgu: emacs-bbdb,emacs-common-muse,emacs-vm,xdvik jjames: jsr-305,pmd,pocketsphinx,sphinxbase jmoskovc: sox jnovy: timidity++,xdvik john5342: javassist,javassist,qedje,qzion jorton: cadaver,php,sitecopy jpo: nagios-plugins jreznik: gnash,kdebase3,kdebindings,kdepim,kdewebdev jspaleta: ScientificPython julian: sap jussilehtola: PyQuante,efte,gromacs,pypar,towhee jwrdegoede: arm-gp2x-linux-SDL,arm-gp2x-linux-gcc,arm-gp2x-linux-glibc,arm-gp2x-linux-zlib,ballbuster,sdcc,timidity++,trophy,vavoom,vorbis-tools kanarip: rubygem-attributes,rubygem-pervasives karlik: widelands karsten: automake15 kasal: perl-XML-LibXML,perl-XML-LibXSLT kdudka: nss,vorbis-tools kengert: nss kkofler: arts,gnash,kdebase3,kdebindings,kdelibs3,kdepim,kdevelop,kdewebdev konradm: python-networkx,sdcc krh: plymouth kushal: sugar-jukebox kwizart: aimage laxathom: guile-gnome-platform lfarkas: mingw32-cairo,mingw32-sqlite liangsuilong: ibus-table-extraphrase limb: freenx-server,nx lkundrak: grub,rubygem-configuration,skychart ltinkl: kdebase3,kdebindings,kdelibs3,kdepim,kdevelop,kdewebdev lucilanga: evolution-rspam,evolution-rss,xastir lutter: rubygem-gem2rpm mathstuf: kdebindings,kdepim,kdevelop mbarnes: evolution,evolution,evolution-exchange,evolution-exchange,evolution-mapi,gnome-doc-utils,gnome-python2-desktop,libsoup22,pygtksourceview mbooth: eclipse-mylyn,jline mccann: gdm mclasen: pygtksourceview mcpierce: rubygem-cobbler mcrha: evolution,evolution-exchange,evolution-mapi mdomsch: sblim-indication_helper mhideo: fedora-security-guide-en-US mhlavink: smartmontools mildew: bro mingwmaint: mingw32-cairo,mingw32-sqlite mlichvar: guile mmahut: gnuradio,skychart mmaslano: perl-PPIx-EditorTools,perl-XML-LibXML mmcgrath: nagios-plugins mnagy: bind-dyndb-ldap mpg: sugar-calculator msivak: python-cryptsetup mtasaka: kita,rubygem-gettext_rails,rubygem-locale_rails,tasque mtruch: kst nando: muse nhorman: python-pysctp nigelj: R-DBI,R-RSQLite nosnilmot: pidgin npajkovs: cdrdao,cdrkit nucleo: cryptopp nushio: beagle,gnome-do-plugins ocamlmaint: virt-ctrl oget: frescobaldi,kguitar,muse olea: chronojump orion: GMT,R-lmtest,R-mvtnorm,R-systemfit,paraview orphan: Io-language,k3d,knm_new-fonts,smarteiffel,xqilla,xqilla10 overholt: eclipse-mylyn,maven-archiver,maven-doxia-sitetools,maven2-plugin-shade,plexus-mail-sender,plexus-registry,ws-commons-util,xmlrpc3 palango: boo pbrobinson: anjal,evolution-couchdb pcheung: plexus-i18n perl-sig: perl-AnyEvent-XMPP,perl-Class-InsideOut,perl-Crypt-GPG,perl-DBIx-Class,perl-Expect,perl-Expect-Simple,perl-IO-Tty,perl-IPC-Run,perl-Jemplate,perl-MooseX-Role-Parameterized,perl-MooseX-Singleton,perl-MooseX-Traits-Attribute-CascadeClear,perl-POE,perl-POE-Component-Child,perl-PPIx-EditorTools,perl-RRD-Simple,perl-SVN-Mirror,perl-SVN-Simple,perl-Test-Aggregate,perl-Test-Expect,perl-Test-Prereq,perl-XML-LibXSLT pertusus: GMT,chktex,gnash,grass,paraview,xdvik peter: fuse-python petersen: baekmuk-bdf-fonts,emacspeak,gettext,ghc-xmonad-contrib pfj: boo,nant pghmcfc: bluefish phuang: awn-extras-applets pingou: R-AnnotationDbi,R-BSgenome,R-BSgenome.Celegans.UCSC.ce2,R-Biobase,R-Biostrings,R-BufferedMatrix,R-BufferedMatrixMethods,R-DynDoc,R-GeneR,R-IRanges,R-RUnit,R-affy,R-affyio,R-hgu95av2probe,R-maanova,R-multtest,R-pls,R-preprocessCore,R-qvalue,R-rlecuyer,R-tkWidgets,R-widgetTools pjones: grub pmuldoon: frysk pnemade: fonts-ISO8859-2,fonts-ISO8859-2 praveenp: sblim-indication_helper psytux: beagle pvrabec: bro pwouters: dnsperf rakesh: jed,sitecopy,taskcoach rathann: xmp rdieter: Macaulay2,PyKDE,arts,gpgme,kdebase3,kdebindings,kdelibs3,kdepim,kdevelop,kdewebdev,kdnssd-avahi,kdnssd-avahi,lyx,qedje,qzion remi: php rezso: grass,mapnik,mapserver,qgis rjones: libguestfs,mingw32-cairo,mingw32-gtk2,mingw32-qt,mingw32-qwt,mingw32-sqlite,virt-ctrl robert: mksh,perl-Crypt-GPG,rubygem-mongrel_cluster robmv: eclipse-subclipse roland: strace romal: nagios-plugins rrakus: cdrdao,cdrkit rstrode: gdm,plymouth rvinyard: nqc s4504kr: gnustep-base,luma sailer: mingw32-gtk2,mingw32-qt,mingw32-qwt,mingw32-sqlite,vfrnav salimma: chronojump,evolution-remove-duplicates,gnome-do-plugins schwab: strace sconklin: aldo,gmfsk sdz: sugar-jukebox sebastian: nagios-plugins sergiopr: blitz,chktex sharkcz: python-openhpi,qlandkartegt shishz: perl-XML-LibXSLT silfreed: qgis sindrepb: aldo,awn-extras-applets,flac123,gmfsk,recordmydesktop slankes: merkaartor smilner: buildbot snecker: log4net,mapnik somlo: perl-Catalyst-Plugin-Authorization-ACL sparks: fedora-security-guide-en-US spot: R-RODBC,R-abind,R-acepack,R-biglm,R-bigmemory,R-nws,blacs,mono-ndoc,mono-nunit22,mono-sharpcvslib,perl-IO-Tty,scalapack,xmms2 srini: sblim-indication_helper stahnma: rubygem-gem2rpm steve: perl-IPC-Run,perl-Test-Prereq sundaram: clutter-gtk,cryptopp svahl: kdebase3 swagiaal: frysk tagoh: w3m-el tanguy: scidavis tbzatek: gvfs,tuxcmd terjeros: python-ptrace than: arts,isdn4k-utils,kdebase3,kdebindings,kdelibs3,kdepim,kdevelop,kdewebdev thias: pigment thl: icu,mail-notification thm: botan,python-py till: merkaartor timfenn: apbs,pymol timj: php tmraz: gpgme tnorth: LabPlot tomeu: gnash tomspur: linbox tuxbrewr: arts,kdebase3,kdebindings,kdelibs3,kdepim,kdevelop,kdewebdev,kdnssd-avahi,sugar-calculator uwog: asio vda: strace virtmaint: libguestfs vlg: granule vpv: openoffice.org-voikko wart: sear,xpilot-ng whot: fedora-setup-keyboard wtogami: pidgin wwoods: davfs2 xavierb: openalchemist xgl-maint: xorg-x11-drv-ark,xorg-x11-drv-tseng,xorg-x11-fonts yaneti: python-sybase ynemoy: ghc-xmonad-contrib -- Matt Domsch Linux Technology Strategist, Dell Office of the CTO linux.dell.com & www.dell.com/linux From berrange at fedoraproject.org Thu Nov 19 12:51:33 2009 From: berrange at fedoraproject.org (Daniel P. Berrange) Date: Thu, 19 Nov 2009 12:51:33 +0000 (UTC) Subject: [fedora-virt-maint] rpms/libvirt/devel libvirt-qemu-save-restore-2.patch, NONE, 1.1 libvirt-logrotate-avoid-compressing-small-logs.patch, 1.1, 1.2 libvirt-qemu-machine-type-fixes2.patch, 1.1, 1.2 libvirt-qemu-save-restore.patch, 1.1, 1.2 libvirt.spec, 1.197, 1.198 Message-ID: <20091119125133.5C41611C00E8@cvs1.fedora.phx.redhat.com> Author: berrange Update of /cvs/pkgs/rpms/libvirt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32130 Modified Files: libvirt-logrotate-avoid-compressing-small-logs.patch libvirt-qemu-machine-type-fixes2.patch libvirt-qemu-save-restore.patch libvirt.spec Added Files: libvirt-qemu-save-restore-2.patch Log Message: Really fix restore file labelling this time libvirt-qemu-save-restore-2.patch: qemu/qemu_driver.c | 11 ++++++++++- security/security_driver.h | 5 +++++ security/security_selinux.c | 12 +++++++++++- 3 files changed, 26 insertions(+), 2 deletions(-) --- NEW FILE libvirt-qemu-save-restore-2.patch --- >From 096fc1216eb2654bbff376dcc5bb8177d6498f82 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Thu, 19 Nov 2009 12:16:30 +0000 Subject: [PATCH] Fix labelling on QEMU restore images Even though QEMU does not directly open the saved image when restoring, it must be correctly labelled to allow QEMU to read from it because labelling is passed around with open file descriptors. The labelling should not allow writing to the saved image again, only reading. * src/qemu/qemu_driver.c: Label the save image when restoring * src/security/security_driver.h: Add a virSecurityDomainSetSavedStateLabelRO method for labelling a saved image for restore * src/security/security_selinux.c: Implement labelling of RO save images for restore Fedora-patch: libvirt-qemu-save-restore-2.patch --- src/qemu/qemu_driver.c | 11 ++++++++++- src/security/security_driver.h | 5 +++++ src/security/security_selinux.c | 11 +++++++++++ 3 files changed, 26 insertions(+), 1 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 171ac8f..e6abb05 100644 --- a/src/qemu/qemu_driver.c +++ b/src/qemu/qemu_driver.c @@ -3266,7 +3266,7 @@ static int qemudDomainSave(virDomainPtr dom, if (driver->securityDriver && driver->securityDriver->domainRestoreSavedStateLabel && - driver->securityDriver->domainRestoreSavedStateLabel(dom->conn, path) == -1) + driver->securityDriver->domainRestoreSavedStateLabel(dom->conn, vm, path) == -1) goto cleanup; ret = 0; @@ -3813,6 +3813,11 @@ static int qemudDomainRestore(virConnectPtr conn, } def = NULL; + if (driver->securityDriver && + driver->securityDriver->domainSetSavedStateLabelRO && + driver->securityDriver->domainSetSavedStateLabelRO(conn, vm, path) == -1) + goto cleanup; + if (header.version == 2) { const char *intermediate_argv[3] = { NULL, "-dc", NULL }; const char *prog = qemudSaveCompressionTypeToString(header.compressed); @@ -3847,6 +3852,10 @@ static int qemudDomainRestore(virConnectPtr conn, close(intermediatefd); close(fd); fd = -1; + if (driver->securityDriver && + driver->securityDriver->domainRestoreSavedStateLabel && + driver->securityDriver->domainRestoreSavedStateLabel(conn, vm, path) == -1) + VIR_WARN("Unable to restore labelling on %s", path); if (ret < 0) { if (!vm->persistent) { virDomainRemoveInactive(&driver->domains, diff --git a/src/security/security_driver.h b/src/security/security_driver.h index 5514962..5144976 100644 --- a/src/security/security_driver.h +++ b/src/security/security_driver.h @@ -45,7 +45,11 @@ typedef int (*virSecurityDomainSetHostdevLabel) (virConnectPtr conn, typedef int (*virSecurityDomainSetSavedStateLabel) (virConnectPtr conn, virDomainObjPtr vm, const char *savefile); +typedef int (*virSecurityDomainSetSavedStateLabelRO) (virConnectPtr conn, + virDomainObjPtr vm, + const char *savefile); typedef int (*virSecurityDomainRestoreSavedStateLabel) (virConnectPtr conn, + virDomainObjPtr vm, const char *savefile); typedef int (*virSecurityDomainGenLabel) (virConnectPtr conn, virDomainObjPtr sec); @@ -77,6 +81,7 @@ struct _virSecurityDriver { virSecurityDomainRestoreHostdevLabel domainRestoreSecurityHostdevLabel; virSecurityDomainSetHostdevLabel domainSetSecurityHostdevLabel; virSecurityDomainSetSavedStateLabel domainSetSavedStateLabel; + virSecurityDomainSetSavedStateLabelRO domainSetSavedStateLabelRO; virSecurityDomainRestoreSavedStateLabel domainRestoreSavedStateLabel; /* diff --git a/src/security/security_selinux.c b/src/security/security_selinux.c index 4f2d1d3..0c130e5 100644 --- a/src/security/security_selinux.c +++ b/src/security/security_selinux.c @@ -639,7 +639,17 @@ SELinuxSetSavedStateLabel(virConnectPtr conn, static int +SELinuxSetSavedStateLabelRO(virConnectPtr conn, + virDomainObjPtr vm ATTRIBUTE_UNUSED, + const char *savefile) +{ + return SELinuxSetFilecon(conn, savefile, default_content_context); +} + + +static int SELinuxRestoreSavedStateLabel(virConnectPtr conn, + virDomainObjPtr vm ATTRIBUTE_UNUSED, const char *savefile) { return SELinuxRestoreSecurityFileLabel(conn, savefile); @@ -716,5 +726,6 @@ virSecurityDriver virSELinuxSecurityDriver = { .domainSetSecurityHostdevLabel = SELinuxSetSecurityHostdevLabel, .domainRestoreSecurityHostdevLabel = SELinuxRestoreSecurityHostdevLabel, .domainSetSavedStateLabel = SELinuxSetSavedStateLabel, + .domainSetSavedStateLabelRO = SELinuxSetSavedStateLabelRO, .domainRestoreSavedStateLabel = SELinuxRestoreSavedStateLabel, }; -- 1.6.5.2 libvirt-logrotate-avoid-compressing-small-logs.patch: libvirtd.logrotate.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: libvirt-logrotate-avoid-compressing-small-logs.patch =================================================================== RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt-logrotate-avoid-compressing-small-logs.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- libvirt-logrotate-avoid-compressing-small-logs.patch 29 Oct 2009 17:26:05 -0000 1.1 +++ libvirt-logrotate-avoid-compressing-small-logs.patch 19 Nov 2009 12:51:32 -0000 1.2 @@ -27,5 +27,5 @@ index 093651c..0c51fd3 100644 + minsize 100k } -- -1.6.2.5 +1.6.5.2 libvirt-qemu-machine-type-fixes2.patch: qemu_conf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Index: libvirt-qemu-machine-type-fixes2.patch =================================================================== RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt-qemu-machine-type-fixes2.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- libvirt-qemu-machine-type-fixes2.patch 29 Oct 2009 10:57:55 -0000 1.1 +++ libvirt-qemu-machine-type-fixes2.patch 19 Nov 2009 12:51:32 -0000 1.2 @@ -38,5 +38,5 @@ index ac63570..b881f1e 100644 return 0; -- -1.6.2.5 +1.6.5.2 libvirt-qemu-save-restore.patch: qemu/qemu_driver.c | 35 ++++++++++++++++++++++++++++++++--- security/security_driver.h | 7 +++++++ security/security_selinux.c | 24 +++++++++++++++++++++++- 3 files changed, 62 insertions(+), 4 deletions(-) Index: libvirt-qemu-save-restore.patch =================================================================== RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt-qemu-save-restore.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- libvirt-qemu-save-restore.patch 11 Nov 2009 15:33:52 -0000 1.1 +++ libvirt-qemu-save-restore.patch 19 Nov 2009 12:51:32 -0000 1.2 @@ -1,4 +1,4 @@ -From 076fffe1514b72ffc9a041f7f68348f5487ee8ba Mon Sep 17 00:00:00 2001 +From 1151cdcad3f4b68478b076832843338256b94644 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Wed, 11 Nov 2009 12:07:00 +0000 Subject: [PATCH] Fix save and restore with non-privileged guests and SELinux @@ -164,5 +164,5 @@ index 7e0f71a..4f2d1d3 100644 + .domainRestoreSavedStateLabel = SELinuxRestoreSavedStateLabel, }; -- -1.6.2.5 +1.6.5.2 Index: libvirt.spec =================================================================== RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v retrieving revision 1.197 retrieving revision 1.198 diff -u -p -r1.197 -r1.198 --- libvirt.spec 11 Nov 2009 18:11:49 -0000 1.197 +++ libvirt.spec 19 Nov 2009 12:51:32 -0000 1.198 @@ -155,7 +155,7 @@ Summary: Library providing a simple API virtualization Name: libvirt Version: 0.7.2 -Release: 5%{?dist}%{?extra_release} +Release: 6%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz @@ -168,6 +168,7 @@ Patch02: libvirt-logrotate-avoid-compres # 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/ @@ -384,6 +385,7 @@ of recent versions of Linux (and other O %patch01 -p1 %patch02 -p1 %patch03 -p1 +%patch04 -p1 %build %if ! %{with_xen} @@ -796,6 +798,9 @@ fi %endif %changelog +* Thu Nov 19 2009 Daniel P. Berrange - 0.7.2-6 +- Really fix restore file labelling this time + * Wed Nov 11 2009 Daniel P. Berrange - 0.7.2-5 - Disable numactl on s390[x]. Again. From veillard at fedoraproject.org Fri Nov 20 16:55:48 2009 From: veillard at fedoraproject.org (Daniel Veillard) Date: Fri, 20 Nov 2009 16:55:48 +0000 (UTC) Subject: [fedora-virt-maint] 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 Message-ID: <20091120165548.2C38011C00DE@cvs1.fedora.phx.redhat.com> 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 - 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 - 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 --- From veillard at fedoraproject.org Fri Nov 20 18:02:51 2009 From: veillard at fedoraproject.org (Daniel Veillard) Date: Fri, 20 Nov 2009 18:02:51 +0000 (UTC) Subject: [fedora-virt-maint] rpms/libvirt/devel libvirt.spec,1.199,1.200 Message-ID: <20091120180251.6A01E11C00DE@cvs1.fedora.phx.redhat.com> Author: veillard Update of /cvs/pkgs/rpms/libvirt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32367 Modified Files: libvirt.spec Log Message: Fix netcf BuildRequire, Daniel Index: libvirt.spec =================================================================== RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v retrieving revision 1.199 retrieving revision 1.200 diff -u -p -r1.199 -r1.200 --- libvirt.spec 20 Nov 2009 16:55:47 -0000 1.199 +++ libvirt.spec 20 Nov 2009 18:02:51 -0000 1.200 @@ -327,7 +327,7 @@ BuildRequires: libcap-ng-devel >= 0.5.0 BuildRequires: libssh2-devel %endif %if %{with_netcf} -BuildRequires: netcf-devel > 0.1.4 +BuildRequires: netcf-devel >= 0.1.4 %endif # Fedora build root suckage From markmc at fedoraproject.org Fri Nov 20 18:28:23 2009 From: markmc at fedoraproject.org (Mark McLoughlin) Date: Fri, 20 Nov 2009 18:28:23 +0000 (UTC) Subject: [fedora-virt-maint] rpms/qemu/F-12 qemu-parallels-image-format-overflow.patch, NONE, 1.1 qemu-slirp-use-after-free.patch, NONE, 1.1 qemu.spec, 1.148, 1.149 Message-ID: <20091120182823.EA6F311C00DE@cvs1.fedora.phx.redhat.com> Author: markmc Update of /cvs/pkgs/rpms/qemu/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7421 Modified Files: qemu.spec Added Files: qemu-parallels-image-format-overflow.patch qemu-slirp-use-after-free.patch Log Message: * Fri Nov 20 2009 Mark McLoughlin - 2:0.11.0-12 - Fix a use-after-free crasher in the slirp code (#539583) - Fix overflow in the parallels image format support (#533573) qemu-parallels-image-format-overflow.patch: parallels.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- NEW FILE qemu-parallels-image-format-overflow.patch --- >From ff1a1e986f2e167c2538160d0476ac61cda31f77 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Sat, 7 Nov 2009 14:10:01 +0000 Subject: [PATCH] Fix 32-bit overflow in parallels image support (cherry picked from commit c34d2451ed32651e14e309f94009be07d231ee96) Signed-off-by: David Woodhouse Signed-off-by: Anthony Liguori Signed-off-by: Mark McLoughlin Fedora-patch: qemu-parallels-image-format-overflow.patch --- block/parallels.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/block/parallels.c b/block/parallels.c index 0b64a5c..63b6738 100644 --- a/block/parallels.c +++ b/block/parallels.c @@ -119,7 +119,8 @@ fail: static inline int seek_to_sector(BlockDriverState *bs, int64_t sector_num) { BDRVParallelsState *s = bs->opaque; - uint32_t index, offset, position; + uint32_t index, offset; + uint64_t position; index = sector_num / s->tracks; offset = sector_num % s->tracks; @@ -128,7 +129,7 @@ static inline int seek_to_sector(BlockDriverState *bs, int64_t sector_num) if ((index > s->catalog_size) || (s->catalog_bitmap[index] == 0)) return -1; - position = (s->catalog_bitmap[index] + offset) * 512; + position = (uint64_t)(s->catalog_bitmap[index] + offset) * 512; // fprintf(stderr, "sector: %llx index=%x offset=%x pointer=%x position=%x\n", // sector_num, index, offset, s->catalog_bitmap[index], position); -- 1.6.2.5 qemu-slirp-use-after-free.patch: mbuf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- NEW FILE qemu-slirp-use-after-free.patch --- >From 56d370091cb01878c580f528011cd1717f8077fa Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Fri, 20 Nov 2009 18:07:15 +0000 Subject: [PATCH] slirp: fix use-after-free 460fec67ee introduced a use-after free in slirp. Cc: Jan Kiszka Signed-off-by: Mark McLoughlin Fedora-patch: qemu-slirp-use-after-free.patch --- slirp/mbuf.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/slirp/mbuf.c b/slirp/mbuf.c index 7652fea..87508ba 100644 --- a/slirp/mbuf.c +++ b/slirp/mbuf.c @@ -95,8 +95,8 @@ m_free(struct mbuf *m) * Either free() it or put it on the free list */ if (m->m_flags & M_DOFREE) { - free(m); m->slirp->mbuf_alloced--; + free(m); } else if ((m->m_flags & M_FREELIST) == 0) { insque(m,&m->slirp->m_freelist); m->m_flags = M_FREELIST; /* Clobber other flags */ -- 1.6.2.5 Index: qemu.spec =================================================================== RCS file: /cvs/pkgs/rpms/qemu/F-12/qemu.spec,v retrieving revision 1.148 retrieving revision 1.149 diff -u -p -r1.148 -r1.149 --- qemu.spec 4 Nov 2009 17:37:52 -0000 1.148 +++ qemu.spec 20 Nov 2009 18:28:23 -0000 1.149 @@ -1,7 +1,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 0.11.0 -Release: 11%{?dist} +Release: 12%{?dist} # Epoch because we pushed a qemu-1.0 package Epoch: 2 License: GPLv2+ and LGPLv2+ and BSD @@ -61,6 +61,12 @@ Patch12: qemu-fix-dropped-packets-with-n # Temporarily disable preadv/pwritev support (#526549) Patch13: qemu-disable-preadv-support.patch +# Fix a use-after-free crasher in the slirp code (#539583) +Patch14: qemu-slirp-use-after-free.patch + +# Fix overflow in the parallels image format support (#533573) +Patch15: qemu-parallels-image-format-overflow.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel zlib-devel which texi2html gnutls-devel cyrus-sasl-devel BuildRequires: rsync dev86 iasl @@ -261,6 +267,8 @@ such as kvmtrace and kvm_stat. %patch11 -p1 %patch12 -p1 %patch13 -p1 +%patch14 -p1 +%patch15 -p1 %build # --build-id option is used fedora 8 onwards for giving info to the debug packages. @@ -542,6 +550,10 @@ fi %{_mandir}/man1/qemu-img.1* %changelog +* Fri Nov 20 2009 Mark McLoughlin - 2:0.11.0-12 +- Fix a use-after-free crasher in the slirp code (#539583) +- Fix overflow in the parallels image format support (#533573) + * Wed Nov 4 2009 Mark McLoughlin - 2:0.11.0-11 - Temporarily disable preadv/pwritev support to fix data corruption (#526549) From markmc at fedoraproject.org Fri Nov 20 18:28:22 2009 From: markmc at fedoraproject.org (Mark McLoughlin) Date: Fri, 20 Nov 2009 18:28:22 +0000 (UTC) Subject: [fedora-virt-maint] rpms/qemu/devel qemu-parallels-image-format-overflow.patch, NONE, 1.1 qemu-slirp-use-after-free.patch, NONE, 1.1 qemu.spec, 1.148, 1.149 Message-ID: <20091120182822.9376511C00DE@cvs1.fedora.phx.redhat.com> Author: markmc Update of /cvs/pkgs/rpms/qemu/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7397 Modified Files: qemu.spec Added Files: qemu-parallels-image-format-overflow.patch qemu-slirp-use-after-free.patch Log Message: * Fri Nov 20 2009 Mark McLoughlin - 2:0.11.0-12 - Fix a use-after-free crasher in the slirp code (#539583) - Fix overflow in the parallels image format support (#533573) qemu-parallels-image-format-overflow.patch: parallels.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- NEW FILE qemu-parallels-image-format-overflow.patch --- >From ff1a1e986f2e167c2538160d0476ac61cda31f77 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Sat, 7 Nov 2009 14:10:01 +0000 Subject: [PATCH] Fix 32-bit overflow in parallels image support (cherry picked from commit c34d2451ed32651e14e309f94009be07d231ee96) Signed-off-by: David Woodhouse Signed-off-by: Anthony Liguori Signed-off-by: Mark McLoughlin Fedora-patch: qemu-parallels-image-format-overflow.patch --- block/parallels.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/block/parallels.c b/block/parallels.c index 0b64a5c..63b6738 100644 --- a/block/parallels.c +++ b/block/parallels.c @@ -119,7 +119,8 @@ fail: static inline int seek_to_sector(BlockDriverState *bs, int64_t sector_num) { BDRVParallelsState *s = bs->opaque; - uint32_t index, offset, position; + uint32_t index, offset; + uint64_t position; index = sector_num / s->tracks; offset = sector_num % s->tracks; @@ -128,7 +129,7 @@ static inline int seek_to_sector(BlockDriverState *bs, int64_t sector_num) if ((index > s->catalog_size) || (s->catalog_bitmap[index] == 0)) return -1; - position = (s->catalog_bitmap[index] + offset) * 512; + position = (uint64_t)(s->catalog_bitmap[index] + offset) * 512; // fprintf(stderr, "sector: %llx index=%x offset=%x pointer=%x position=%x\n", // sector_num, index, offset, s->catalog_bitmap[index], position); -- 1.6.2.5 qemu-slirp-use-after-free.patch: mbuf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- NEW FILE qemu-slirp-use-after-free.patch --- >From 56d370091cb01878c580f528011cd1717f8077fa Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Fri, 20 Nov 2009 18:07:15 +0000 Subject: [PATCH] slirp: fix use-after-free 460fec67ee introduced a use-after free in slirp. Cc: Jan Kiszka Signed-off-by: Mark McLoughlin Fedora-patch: qemu-slirp-use-after-free.patch --- slirp/mbuf.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/slirp/mbuf.c b/slirp/mbuf.c index 7652fea..87508ba 100644 --- a/slirp/mbuf.c +++ b/slirp/mbuf.c @@ -95,8 +95,8 @@ m_free(struct mbuf *m) * Either free() it or put it on the free list */ if (m->m_flags & M_DOFREE) { - free(m); m->slirp->mbuf_alloced--; + free(m); } else if ((m->m_flags & M_FREELIST) == 0) { insque(m,&m->slirp->m_freelist); m->m_flags = M_FREELIST; /* Clobber other flags */ -- 1.6.2.5 Index: qemu.spec =================================================================== RCS file: /cvs/pkgs/rpms/qemu/devel/qemu.spec,v retrieving revision 1.148 retrieving revision 1.149 diff -u -p -r1.148 -r1.149 --- qemu.spec 4 Nov 2009 17:36:09 -0000 1.148 +++ qemu.spec 20 Nov 2009 18:28:20 -0000 1.149 @@ -1,7 +1,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 0.11.0 -Release: 11%{?dist} +Release: 12%{?dist} # Epoch because we pushed a qemu-1.0 package Epoch: 2 License: GPLv2+ and LGPLv2+ and BSD @@ -61,6 +61,12 @@ Patch12: qemu-fix-dropped-packets-with-n # Temporarily disable preadv/pwritev support (#526549) Patch13: qemu-disable-preadv-support.patch +# Fix a use-after-free crasher in the slirp code (#539583) +Patch14: qemu-slirp-use-after-free.patch + +# Fix overflow in the parallels image format support (#533573) +Patch15: qemu-parallels-image-format-overflow.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel zlib-devel which texi2html gnutls-devel cyrus-sasl-devel BuildRequires: rsync dev86 iasl @@ -261,6 +267,8 @@ such as kvmtrace and kvm_stat. %patch11 -p1 %patch12 -p1 %patch13 -p1 +%patch14 -p1 +%patch15 -p1 %build # --build-id option is used fedora 8 onwards for giving info to the debug packages. @@ -542,6 +550,10 @@ fi %{_mandir}/man1/qemu-img.1* %changelog +* Fri Nov 20 2009 Mark McLoughlin - 2:0.11.0-12 +- Fix a use-after-free crasher in the slirp code (#539583) +- Fix overflow in the parallels image format support (#533573) + * Wed Nov 4 2009 Mark McLoughlin - 2:0.11.0-11 - Temporarily disable preadv/pwritev support to fix data corruption (#526549) From veillard at fedoraproject.org Fri Nov 20 18:59:18 2009 From: veillard at fedoraproject.org (Daniel Veillard) Date: Fri, 20 Nov 2009 18:59:18 +0000 (UTC) Subject: [fedora-virt-maint] rpms/libvirt/devel .cvsignore, 1.49, 1.50 libvirt.spec, 1.200, 1.201 sources, 1.51, 1.52 Message-ID: <20091120185918.653C411C00DE@cvs1.fedora.phx.redhat.com> Author: veillard Update of /cvs/pkgs/rpms/libvirt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17193 Modified Files: .cvsignore libvirt.spec sources Log Message: Upstream release of 0.7.3, Daniel Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libvirt/devel/.cvsignore,v retrieving revision 1.49 retrieving revision 1.50 diff -u -p -r1.49 -r1.50 --- .cvsignore 20 Nov 2009 16:55:47 -0000 1.49 +++ .cvsignore 20 Nov 2009 18:59:17 -0000 1.50 @@ -13,3 +13,4 @@ libvirt-0.7.0.tar.gz libvirt-0.7.1.tar.gz libvirt-0.7.2.tar.gz libvirt-0.7.3.tar.gz +libvirt-0.7.4.tar.gz Index: libvirt.spec =================================================================== RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v retrieving revision 1.200 retrieving revision 1.201 diff -u -p -r1.200 -r1.201 --- libvirt.spec 20 Nov 2009 18:02:51 -0000 1.200 +++ libvirt.spec 20 Nov 2009 18:59:18 -0000 1.201 @@ -162,7 +162,7 @@ Summary: Library providing a simple API virtualization Name: libvirt -Version: 0.7.3 +Version: 0.7.4 Release: 1%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries @@ -802,7 +802,8 @@ fi %endif %changelog -* Fri Nov 20 2009 Daniel Veillard - 0.7.3-1 +* Fri Nov 20 2009 Daniel Veillard - 0.7.4-1 +- upstream release of 0.7.4 - udev node device backend - API to check object properties - better QEmu monitor processing Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libvirt/devel/sources,v retrieving revision 1.51 retrieving revision 1.52 diff -u -p -r1.51 -r1.52 --- sources 20 Nov 2009 16:55:47 -0000 1.51 +++ sources 20 Nov 2009 18:59:18 -0000 1.52 @@ -1 +1 @@ -2a3035c221a0020d64ef2f07676053da libvirt-0.7.3.tar.gz +1645975662a326969d2f42d5c04574aa libvirt-0.7.4.tar.gz From nobody at fedoraproject.org Tue Nov 24 11:10:22 2009 From: nobody at fedoraproject.org (nobody at fedoraproject.org) Date: Tue, 24 Nov 2009 11:10:22 +0000 (UTC) Subject: [fedora-virt-maint] File collectd-4.8.1.tar.bz2 uploaded to lookaside cache by apevec Message-ID: <20091124111022.3EEEE10F85F@bastion2.fedora.phx.redhat.com> File collectd-4.8.1.tar.bz2 for package collectd has been uploaded to the lookaside cache with md5sum 23e07960285d0b5ee746580d6a545175 by apevec From nobody at fedoraproject.org Tue Nov 24 14:52:55 2009 From: nobody at fedoraproject.org (nobody at fedoraproject.org) Date: Tue, 24 Nov 2009 14:52:55 +0000 (UTC) Subject: [fedora-virt-maint] File libvirt-java-0.3.2.tar.gz uploaded to lookaside cache by bkearney Message-ID: <20091124145255.5CBA410F7BD@bastion2.fedora.phx.redhat.com> File libvirt-java-0.3.2.tar.gz for package libvirt-java has been uploaded to the lookaside cache with md5sum 6e893c19626c3d77b725b33e90ae5b30 by bkearney From bkearney at fedoraproject.org Tue Nov 24 14:53:21 2009 From: bkearney at fedoraproject.org (Bryan Kearney) Date: Tue, 24 Nov 2009 14:53:21 +0000 (UTC) Subject: [fedora-virt-maint] rpms/libvirt-java/F-11 .cvsignore, 1.5, 1.6 import.log, 1.2, 1.3 libvirt-java.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <20091124145321.51CFD11C01EA@cvs1.fedora.phx.redhat.com> Author: bkearney Update of /cvs/pkgs/rpms/libvirt-java/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6557/F-11 Modified Files: .cvsignore import.log libvirt-java.spec sources Log Message: Added the libvirt API up through 0.6.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libvirt-java/F-11/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 29 Oct 2009 20:08:20 -0000 1.5 +++ .cvsignore 24 Nov 2009 14:53:20 -0000 1.6 @@ -1 +1 @@ -libvirt-java-0.3.1.tar.gz +libvirt-java-0.3.2.tar.gz Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/libvirt-java/F-11/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- import.log 29 Oct 2009 20:08:20 -0000 1.2 +++ import.log 24 Nov 2009 14:53:20 -0000 1.3 @@ -1,2 +1,3 @@ libvirt-java-0_3_0-1_fc10:F-11:libvirt-java-0.3.0-1.fc10.src.rpm:1248887303 libvirt-java-0_3_1-1_fc11:F-11:libvirt-java-0.3.1-1.fc11.src.rpm:1256846668 +libvirt-java-0_3_2-1_fc12:F-11:libvirt-java-0.3.2-1.fc12.src.rpm:1259074386 Index: libvirt-java.spec =================================================================== RCS file: /cvs/pkgs/rpms/libvirt-java/F-11/libvirt-java.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- libvirt-java.spec 29 Oct 2009 20:08:20 -0000 1.6 +++ libvirt-java.spec 24 Nov 2009 14:53:21 -0000 1.7 @@ -1,23 +1,24 @@ -Summary: Java bindings for the libvirt virtualization API -Name: libvirt-java -Version: 0.3.1 +Summary: Java bindings for the libvirt virtualization API +Name: libvirt-java +Version: 0.3.2 Prefix: libvirt -Release: 1%{?dist} -License: LGPLv2+ +Release: 1%{?dist} +License: LGPLv2+ BuildArch: noarch -Group: Development/Libraries -Source: http://libvirt.org/sources/java/%{name}-%{version}.tar.gz -URL: http://libvirt.org/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Group: Development/Libraries +Source: http://libvirt.org/sources/java/%{name}-%{version}.tar.gz +URL: http://libvirt.org/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: jna -Requires: libvirt >= 0.4.1 -Requires: java >= 1:1.6.0 -Requires: jpackage-utils -BuildRequires: ant -BuildRequires: jna -BuildRequires: java-devel >= 1:1.6.0 -BuildRequires: jpackage-utils +Requires: libvirt >= 0.6.1 +Requires: java >= 1:1.6.0 +Requires: jpackage-utils +BuildRequires: ant +BuildRequires: jna +BuildRequires: ant-junit +BuildRequires: java-devel >= 1:1.6.0 +BuildRequires: jpackage-utils # # the jpackage-utils should provide a %{java_home} macro @@ -28,7 +29,7 @@ BuildRequires: jpackage-utils %description Libvirt-java is a base framework allowing to use libvirt, the virtualization API though the Java programming language. -It requires libvirt >= 0.4.1 +It requires libvirt >= 0.6.1 %package devel Summary: Compressed Java source files for %{name} @@ -41,13 +42,13 @@ API though the Java programming language to build applications with Libvirt-java. -%package javadoc -Summary: Java documentation for %{name} -Group: Development/Documentation -Requires: %{name} = %{version}-%{release} -Requires: jpackage-utils +%package javadoc +Summary: Java documentation for %{name} +Group: Development/Documentation +Requires: %{name} = %{version}-%{release} +Requires: jpackage-utils -%description javadoc +%description javadoc API documentation for %{name}. %prep %setup -q @@ -63,7 +64,8 @@ cp target/%{prefix}-%{version}.jar %{bui %{__ln_s} %{_javadir}/%{prefix}-%{version}.jar %{buildroot}%{_javadir}/%{prefix}.jar cp -r target/javadoc %{buildroot}%{_javadocdir}/%{name}-%{version} - +%check +ant test %clean rm -rf %{buildroot} @@ -83,6 +85,9 @@ rm -rf %{buildroot} %{_javadocdir}/%{name}-%{version} %changelog +* Tue Nov 24 2009 Bryan Kearney - 0.3.2-1 +- Added libvirt APIs up through 0.6.1 + * Thu Oct 29 2009 Bryan Kearney - 0.3.1-1 - Added maven building tools. - Fixed connection and domain bugs found by Thomas Treutner Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libvirt-java/F-11/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 29 Oct 2009 20:08:20 -0000 1.5 +++ sources 24 Nov 2009 14:53:21 -0000 1.6 @@ -1 +1 @@ -423fbdab5dbe36aa35a9959d5f6df4bd libvirt-java-0.3.1.tar.gz +6e893c19626c3d77b725b33e90ae5b30 libvirt-java-0.3.2.tar.gz From nobody at fedoraproject.org Tue Nov 24 15:22:09 2009 From: nobody at fedoraproject.org (nobody at fedoraproject.org) Date: Tue, 24 Nov 2009 15:22:09 +0000 (UTC) Subject: [fedora-virt-maint] File libvirt-java-0.4.0.tar.gz uploaded to lookaside cache by bkearney Message-ID: <20091124152209.7D3B710F7BD@bastion2.fedora.phx.redhat.com> File libvirt-java-0.4.0.tar.gz for package libvirt-java has been uploaded to the lookaside cache with md5sum cbc2816199fcfab75b2e8c4ac41905c9 by bkearney From bkearney at fedoraproject.org Tue Nov 24 15:22:35 2009 From: bkearney at fedoraproject.org (Bryan Kearney) Date: Tue, 24 Nov 2009 15:22:35 +0000 (UTC) Subject: [fedora-virt-maint] rpms/libvirt-java/devel .cvsignore, 1.5, 1.6 import.log, 1.2, 1.3 libvirt-java.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <20091124152236.0EBA611C01EA@cvs1.fedora.phx.redhat.com> Author: bkearney Update of /cvs/pkgs/rpms/libvirt-java/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16271/devel Modified Files: .cvsignore import.log libvirt-java.spec sources Log Message: Add the APIs up through 0.7.0 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libvirt-java/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 29 Oct 2009 19:59:24 -0000 1.5 +++ .cvsignore 24 Nov 2009 15:22:34 -0000 1.6 @@ -1 +1 @@ -libvirt-java-0.3.1.tar.gz +libvirt-java-0.4.0.tar.gz Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/libvirt-java/devel/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- import.log 29 Oct 2009 19:59:24 -0000 1.2 +++ import.log 24 Nov 2009 15:22:34 -0000 1.3 @@ -1,2 +1,3 @@ libvirt-java-0_3_0-1_fc10:HEAD:libvirt-java-0.3.0-1.fc10.src.rpm:1248884790 libvirt-java-0_3_1-1_fc11:HEAD:libvirt-java-0.3.1-1.fc11.src.rpm:1256846079 +libvirt-java-0_4_0-1_fc12:HEAD:libvirt-java-0.4.0-1.fc12.src.rpm:1259076139 Index: libvirt-java.spec =================================================================== RCS file: /cvs/pkgs/rpms/libvirt-java/devel/libvirt-java.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- libvirt-java.spec 29 Oct 2009 19:59:24 -0000 1.7 +++ libvirt-java.spec 24 Nov 2009 15:22:35 -0000 1.8 @@ -1,23 +1,24 @@ -Summary: Java bindings for the libvirt virtualization API -Name: libvirt-java -Version: 0.3.1 +Summary: Java bindings for the libvirt virtualization API +Name: libvirt-java +Version: 0.4.0 Prefix: libvirt -Release: 1%{?dist} -License: LGPLv2+ +Release: 1%{?dist} +License: LGPLv2+ BuildArch: noarch -Group: Development/Libraries -Source: http://libvirt.org/sources/java/%{name}-%{version}.tar.gz -URL: http://libvirt.org/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Group: Development/Libraries +Source: http://libvirt.org/sources/java/%{name}-%{version}.tar.gz +URL: http://libvirt.org/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: jna -Requires: libvirt >= 0.4.1 -Requires: java >= 1:1.6.0 -Requires: jpackage-utils -BuildRequires: ant -BuildRequires: jna -BuildRequires: java-devel >= 1:1.6.0 -BuildRequires: jpackage-utils +Requires: libvirt >= 0.7.0 +Requires: java >= 1:1.6.0 +Requires: jpackage-utils +BuildRequires: ant +BuildRequires: jna +BuildRequires: ant-junit +BuildRequires: java-devel >= 1:1.6.0 +BuildRequires: jpackage-utils # # the jpackage-utils should provide a %{java_home} macro @@ -28,7 +29,7 @@ BuildRequires: jpackage-utils %description Libvirt-java is a base framework allowing to use libvirt, the virtualization API though the Java programming language. -It requires libvirt >= 0.4.1 +It requires libvirt >= 0.7.0 %package devel Summary: Compressed Java source files for %{name} @@ -41,13 +42,13 @@ API though the Java programming language to build applications with Libvirt-java. -%package javadoc -Summary: Java documentation for %{name} -Group: Development/Documentation -Requires: %{name} = %{version}-%{release} -Requires: jpackage-utils +%package javadoc +Summary: Java documentation for %{name} +Group: Development/Documentation +Requires: %{name} = %{version}-%{release} +Requires: jpackage-utils -%description javadoc +%description javadoc API documentation for %{name}. %prep %setup -q @@ -63,7 +64,8 @@ cp target/%{prefix}-%{version}.jar %{bui %{__ln_s} %{_javadir}/%{prefix}-%{version}.jar %{buildroot}%{_javadir}/%{prefix}.jar cp -r target/javadoc %{buildroot}%{_javadocdir}/%{name}-%{version} - +%check +ant test %clean rm -rf %{buildroot} @@ -83,6 +85,12 @@ rm -rf %{buildroot} %{_javadocdir}/%{name}-%{version} %changelog +* Tue Nov 24 2009 Bryan Kearney - 0.4.0-1 +- Added libvirt APIs up through 0.7.0 + +* Tue Nov 24 2009 Bryan Kearney - 0.3.2-1 +- Added libvirt APIs up through 0.6.1 + * Thu Oct 29 2009 Bryan Kearney - 0.3.1-1 - Added maven building tools. - Fixed connection and domain bugs found by Thomas Treutner Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libvirt-java/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 29 Oct 2009 19:59:24 -0000 1.5 +++ sources 24 Nov 2009 15:22:35 -0000 1.6 @@ -1 +1 @@ -423fbdab5dbe36aa35a9959d5f6df4bd libvirt-java-0.3.1.tar.gz +cbc2816199fcfab75b2e8c4ac41905c9 libvirt-java-0.4.0.tar.gz From bkearney at fedoraproject.org Tue Nov 24 15:37:43 2009 From: bkearney at fedoraproject.org (Bryan Kearney) Date: Tue, 24 Nov 2009 15:37:43 +0000 (UTC) Subject: [fedora-virt-maint] rpms/libvirt-java/F-12 .cvsignore, 1.4, 1.5 import.log, 1.1, 1.2 libvirt-java.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <20091124153743.483EA11C01EA@cvs1.fedora.phx.redhat.com> Author: bkearney Update of /cvs/pkgs/rpms/libvirt-java/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21777/F-12 Modified Files: .cvsignore import.log libvirt-java.spec sources Log Message: Add the libvirt APIs for version 0.7.0 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libvirt-java/F-12/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 29 Jul 2009 16:28:23 -0000 1.4 +++ .cvsignore 24 Nov 2009 15:37:43 -0000 1.5 @@ -1 +1 @@ -libvirt-java-0.3.0.tar.gz +libvirt-java-0.4.0.tar.gz Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/libvirt-java/F-12/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- import.log 29 Jul 2009 16:28:24 -0000 1.1 +++ import.log 24 Nov 2009 15:37:43 -0000 1.2 @@ -1 +1,2 @@ libvirt-java-0_3_0-1_fc10:HEAD:libvirt-java-0.3.0-1.fc10.src.rpm:1248884790 +libvirt-java-0_4_0-1_fc12:F-12:libvirt-java-0.4.0-1.fc12.src.rpm:1259076897 Index: libvirt-java.spec =================================================================== RCS file: /cvs/pkgs/rpms/libvirt-java/F-12/libvirt-java.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- libvirt-java.spec 29 Jul 2009 16:28:24 -0000 1.6 +++ libvirt-java.spec 24 Nov 2009 15:37:43 -0000 1.7 @@ -1,23 +1,24 @@ -Summary: Java bindings for the libvirt virtualization API -Name: libvirt-java -Version: 0.3.0 +Summary: Java bindings for the libvirt virtualization API +Name: libvirt-java +Version: 0.4.0 Prefix: libvirt -Release: 1%{?dist} -License: LGPLv2+ +Release: 1%{?dist} +License: LGPLv2+ BuildArch: noarch -Group: Development/Libraries -Source: http://libvirt.org/sources/java/%{name}-%{version}.tar.gz -URL: http://libvirt.org/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Group: Development/Libraries +Source: http://libvirt.org/sources/java/%{name}-%{version}.tar.gz +URL: http://libvirt.org/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: jna -Requires: libvirt >= 0.4.1 -Requires: java >= 1:1.6.0 -Requires: jpackage-utils -BuildRequires: ant -BuildRequires: jna -BuildRequires: java-devel >= 1:1.6.0 -BuildRequires: jpackage-utils +Requires: libvirt >= 0.7.0 +Requires: java >= 1:1.6.0 +Requires: jpackage-utils +BuildRequires: ant +BuildRequires: jna +BuildRequires: ant-junit +BuildRequires: java-devel >= 1:1.6.0 +BuildRequires: jpackage-utils # # the jpackage-utils should provide a %{java_home} macro @@ -28,7 +29,7 @@ BuildRequires: jpackage-utils %description Libvirt-java is a base framework allowing to use libvirt, the virtualization API though the Java programming language. -It requires libvirt >= 0.4.1 +It requires libvirt >= 0.7.0 %package devel Summary: Compressed Java source files for %{name} @@ -41,13 +42,13 @@ API though the Java programming language to build applications with Libvirt-java. -%package javadoc -Summary: Java documentation for %{name} -Group: Development/Documentation -Requires: %{name} = %{version}-%{release} -Requires: jpackage-utils +%package javadoc +Summary: Java documentation for %{name} +Group: Development/Documentation +Requires: %{name} = %{version}-%{release} +Requires: jpackage-utils -%description javadoc +%description javadoc API documentation for %{name}. %prep %setup -q @@ -63,7 +64,8 @@ cp target/%{prefix}-%{version}.jar %{bui %{__ln_s} %{_javadir}/%{prefix}-%{version}.jar %{buildroot}%{_javadir}/%{prefix}.jar cp -r target/javadoc %{buildroot}%{_javadocdir}/%{name}-%{version} - +%check +ant test %clean rm -rf %{buildroot} @@ -83,6 +85,16 @@ rm -rf %{buildroot} %{_javadocdir}/%{name}-%{version} %changelog +* Tue Nov 24 2009 Bryan Kearney - 0.4.0-1 +- Added libvirt APIs up through 0.7.0 + +* Tue Nov 24 2009 Bryan Kearney - 0.3.2-1 +- Added libvirt APIs up through 0.6.1 + +* Thu Oct 29 2009 Bryan Kearney - 0.3.1-1 +- Added maven building tools. +- Fixed connection and domain bugs found by Thomas Treutner + * Wed Jul 29 2009 Bryan Kearney - 0.3.0-1 - refactored the code to use jna (https://jna.dev.java.net/) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libvirt-java/F-12/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 29 Jul 2009 16:28:24 -0000 1.4 +++ sources 24 Nov 2009 15:37:43 -0000 1.5 @@ -1 +1 @@ -99c18173026f84de4b62345c26e1af7c libvirt-java-0.3.0.tar.gz +cbc2816199fcfab75b2e8c4ac41905c9 libvirt-java-0.4.0.tar.gz From nobody at fedoraproject.org Wed Nov 25 10:54:10 2009 From: nobody at fedoraproject.org (nobody at fedoraproject.org) Date: Wed, 25 Nov 2009 10:54:10 +0000 (UTC) Subject: [fedora-virt-maint] File liboping-1.3.3.tar.bz2 uploaded to lookaside cache by apevec Message-ID: <20091125105410.2F73810F849@bastion2.fedora.phx.redhat.com> File liboping-1.3.3.tar.bz2 for package collectd has been uploaded to the lookaside cache with md5sum 4ead44ef797dc557106fdc91aa61bd97 by apevec From buildsys at fedoraproject.org Wed Nov 25 15:30:49 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Wed, 25 Nov 2009 15:30:49 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: collectd Message-ID: <20091125153049.DCCC91F8090@releng2.fedora.phx.redhat.com> collectd has broken dependencies in the development tree: On x86_64: collectd-snmp-4.6.5-1.fc12.x86_64 requires libnetsnmp.so.15()(64bit) On i386: collectd-snmp-4.6.5-1.fc12.i686 requires libnetsnmp.so.15 Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Nov 26 13:08:31 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 26 Nov 2009 13:08:31 +0000 (UTC) Subject: [fedora-virt-maint] Broken dependencies: collectd Message-ID: <20091126130831.E74C01F8091@releng2.fedora.phx.redhat.com> collectd has broken dependencies in the development tree: On x86_64: collectd-snmp-4.6.5-1.fc12.x86_64 requires libnetsnmp.so.15()(64bit) On i386: collectd-snmp-4.6.5-1.fc12.i686 requires libnetsnmp.so.15 Please resolve this as soon as possible. From apevec at fedoraproject.org Thu Nov 26 22:42:43 2009 From: apevec at fedoraproject.org (Alan Pevec) Date: Thu, 26 Nov 2009 22:42:43 +0000 (UTC) Subject: [fedora-virt-maint] rpms/collectd/devel .cvsignore, 1.10, 1.11 collectd-4.6.2-include-collectd.d.patch, 1.2, 1.3 collectd.spec, 1.25, 1.26 sources, 1.10, 1.11 collectd-4.5.4-fix-condrestart.patch, 1.1, NONE collectd-4.5.4-libvirt-reconnect.patch, 1.1, NONE Message-ID: <20091126224244.0321411C025F@cvs1.fedora.phx.redhat.com> Author: apevec Update of /cvs/pkgs/rpms/collectd/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28318 Modified Files: .cvsignore collectd-4.6.2-include-collectd.d.patch collectd.spec sources Removed Files: collectd-4.5.4-fix-condrestart.patch collectd-4.5.4-libvirt-reconnect.patch Log Message: * Wed Nov 25 2009 Alan Pevec 4.8.1-1 - update to 4.8.1 (Florian La Roche) bz# 516276 - disable ping plugin until liboping is packaged bz# 541744 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/collectd/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- .cvsignore 12 Sep 2009 00:17:15 -0000 1.10 +++ .cvsignore 26 Nov 2009 22:42:42 -0000 1.11 @@ -1 +1 @@ -collectd-4.6.5.tar.bz2 +collectd-4.8.1.tar.bz2 collectd-4.6.2-include-collectd.d.patch: collectd.conf.in | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) Index: collectd-4.6.2-include-collectd.d.patch =================================================================== RCS file: /cvs/pkgs/rpms/collectd/devel/collectd-4.6.2-include-collectd.d.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- collectd-4.6.2-include-collectd.d.patch 12 Sep 2009 00:17:15 -0000 1.2 +++ collectd-4.6.2-include-collectd.d.patch 26 Nov 2009 22:42:42 -0000 1.3 @@ -1,63 +1,70 @@ -diff -up collectd-4.6.5/src/collectd.conf.in.orig collectd-4.6.5/src/collectd.conf.in ---- collectd-4.6.5/src/collectd.conf.in.orig 2009-09-10 14:16:52.000000000 -0400 -+++ collectd-4.6.5/src/collectd.conf.in 2009-09-11 19:34:18.865782426 -0400 -@@ -26,7 +26,6 @@ FQDNLookup true - # LogLevel info - # +diff -up collectd-4.8.1/src/collectd.conf.in.lr collectd-4.8.1/src/collectd.conf.in +--- collectd-4.8.1/src/collectd.conf.in.lr 2009-10-04 09:46:19.000000000 +0200 ++++ collectd-4.8.1/src/collectd.conf.in 2009-10-10 11:40:27.000000000 +0200 +@@ -50,7 +50,6 @@ FQDNLookup true + # to missing dependencies or because they have been deactivated explicitly. # + ############################################################################## -- at BUILD_PLUGIN_APACHE_TRUE@LoadPlugin apache - @BUILD_PLUGIN_APCUPS_TRUE at LoadPlugin apcups - @BUILD_PLUGIN_APPLE_SENSORS_TRUE at LoadPlugin apple_sensors - @BUILD_PLUGIN_ASCENT_TRUE at LoadPlugin ascent -@@ -39,45 +38,33 @@ FQDNLookup true - @BUILD_PLUGIN_DBI_TRUE at LoadPlugin dbi - @BUILD_PLUGIN_DF_TRUE at LoadPlugin df - @BUILD_PLUGIN_DISK_TRUE at LoadPlugin disk -- at BUILD_PLUGIN_DNS_TRUE@LoadPlugin dns -- at BUILD_PLUGIN_EMAIL_TRUE@LoadPlugin email - @BUILD_PLUGIN_ENTROPY_TRUE at LoadPlugin entropy - @BUILD_PLUGIN_EXEC_TRUE at LoadPlugin exec - @BUILD_PLUGIN_FILECOUNT_TRUE at LoadPlugin filecount - @BUILD_PLUGIN_HDDTEMP_TRUE at LoadPlugin hddtemp - @BUILD_PLUGIN_INTERFACE_TRUE at LoadPlugin interface - @BUILD_PLUGIN_IPTABLES_TRUE at LoadPlugin iptables -- at BUILD_PLUGIN_IPMI_TRUE@LoadPlugin ipmi - @BUILD_PLUGIN_IPVS_TRUE at LoadPlugin ipvs - @BUILD_PLUGIN_IRQ_TRUE at LoadPlugin irq -- at BUILD_PLUGIN_LIBVIRT_TRUE@LoadPlugin libvirt - @BUILD_PLUGIN_LOAD_TRUE at LoadPlugin load - @BUILD_PLUGIN_MBMON_TRUE at LoadPlugin mbmon - @BUILD_PLUGIN_MEMCACHED_TRUE at LoadPlugin memcached - @BUILD_PLUGIN_MEMORY_TRUE at LoadPlugin memory - @BUILD_PLUGIN_MULTIMETER_TRUE at LoadPlugin multimeter -- at BUILD_PLUGIN_MYSQL_TRUE@LoadPlugin mysql - @BUILD_PLUGIN_NETLINK_TRUE at LoadPlugin netlink - @BUILD_PLUGIN_NETWORK_TRUE at LoadPlugin network - @BUILD_PLUGIN_NFS_TRUE at LoadPlugin nfs -- at BUILD_PLUGIN_NGINX_TRUE@LoadPlugin nginx - @BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE at LoadPlugin notify_desktop - @BUILD_PLUGIN_NOTIFY_EMAIL_TRUE at LoadPlugin notify_email - @BUILD_PLUGIN_NTPD_TRUE at LoadPlugin ntpd -- at BUILD_PLUGIN_NUT_TRUE@LoadPlugin nut - @BUILD_PLUGIN_ONEWIRE_TRUE at LoadPlugin onewire - @BUILD_PLUGIN_OPENVPN_TRUE at LoadPlugin openvpn - @BUILD_PLUGIN_ORACLE_TRUE at LoadPlugin oracle -- at BUILD_PLUGIN_PERL_TRUE@LoadPlugin perl - @BUILD_PLUGIN_PING_TRUE at LoadPlugin ping -- at BUILD_PLUGIN_POSTGRESQL_TRUE@LoadPlugin postgresql - @BUILD_PLUGIN_POWERDNS_TRUE at LoadPlugin powerdns - @BUILD_PLUGIN_PROCESSES_TRUE at LoadPlugin processes - @BUILD_PLUGIN_RRDCACHED_TRUE at LoadPlugin rrdcached -- at BUILD_PLUGIN_RRDTOOL_TRUE@LoadPlugin rrdtool -- at BUILD_PLUGIN_SENSORS_TRUE@LoadPlugin sensors - @BUILD_PLUGIN_SERIAL_TRUE at LoadPlugin serial -- at BUILD_PLUGIN_SNMP_TRUE@LoadPlugin snmp - @BUILD_PLUGIN_SWAP_TRUE at LoadPlugin swap - @BUILD_PLUGIN_TAIL_TRUE at LoadPlugin tail - @BUILD_PLUGIN_TAPE_TRUE at LoadPlugin tape -@@ -560,3 +547,5 @@ FQDNLookup true - # - # Target "write" - # -+ +-#@BUILD_PLUGIN_APACHE_TRUE at LoadPlugin apache + #@BUILD_PLUGIN_APCUPS_TRUE at LoadPlugin apcups + #@BUILD_PLUGIN_APPLE_SENSORS_TRUE at LoadPlugin apple_sensors + #@BUILD_PLUGIN_ASCENT_TRUE at LoadPlugin ascent +@@ -65,8 +64,6 @@ FQDNLookup true + #@BUILD_PLUGIN_DBI_TRUE at LoadPlugin dbi + #@BUILD_PLUGIN_DF_TRUE at LoadPlugin df + #@BUILD_PLUGIN_DISK_TRUE at LoadPlugin disk +-#@BUILD_PLUGIN_DNS_TRUE at LoadPlugin dns +-#@BUILD_PLUGIN_EMAIL_TRUE at LoadPlugin email + #@BUILD_PLUGIN_ENTROPY_TRUE at LoadPlugin entropy + #@BUILD_PLUGIN_EXEC_TRUE at LoadPlugin exec + #@BUILD_PLUGIN_FILECOUNT_TRUE at LoadPlugin filecount +@@ -75,41 +72,31 @@ FQDNLookup true + #@BUILD_PLUGIN_HDDTEMP_TRUE at LoadPlugin hddtemp + @BUILD_PLUGIN_INTERFACE_TRUE@@BUILD_PLUGIN_INTERFACE_TRUE at LoadPlugin interface + #@BUILD_PLUGIN_IPTABLES_TRUE at LoadPlugin iptables +-#@BUILD_PLUGIN_IPMI_TRUE at LoadPlugin ipmi + #@BUILD_PLUGIN_IPVS_TRUE at LoadPlugin ipvs + #@BUILD_PLUGIN_IRQ_TRUE at LoadPlugin irq + #@BUILD_PLUGIN_JAVA_TRUE at LoadPlugin java +-#@BUILD_PLUGIN_LIBVIRT_TRUE at LoadPlugin libvirt + @BUILD_PLUGIN_LOAD_TRUE@@BUILD_PLUGIN_LOAD_TRUE at LoadPlugin load + #@BUILD_PLUGIN_MBMON_TRUE at LoadPlugin mbmon + #@BUILD_PLUGIN_MEMCACHEC_TRUE at LoadPlugin memcachec + #@BUILD_PLUGIN_MEMCACHED_TRUE at LoadPlugin memcached + @BUILD_PLUGIN_MEMORY_TRUE@@BUILD_PLUGIN_MEMORY_TRUE at LoadPlugin memory + #@BUILD_PLUGIN_MULTIMETER_TRUE at LoadPlugin multimeter +-#@BUILD_PLUGIN_MYSQL_TRUE at LoadPlugin mysql + #@BUILD_PLUGIN_NETLINK_TRUE at LoadPlugin netlink + @LOAD_PLUGIN_NETWORK at LoadPlugin network + #@BUILD_PLUGIN_NFS_TRUE at LoadPlugin nfs +-#@BUILD_PLUGIN_NGINX_TRUE at LoadPlugin nginx + #@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE at LoadPlugin notify_desktop + #@BUILD_PLUGIN_NOTIFY_EMAIL_TRUE at LoadPlugin notify_email + #@BUILD_PLUGIN_NTPD_TRUE at LoadPlugin ntpd +-#@BUILD_PLUGIN_NUT_TRUE at LoadPlugin nut + #@BUILD_PLUGIN_OLSRD_TRUE at LoadPlugin olsrd + #@BUILD_PLUGIN_ONEWIRE_TRUE at LoadPlugin onewire + #@BUILD_PLUGIN_OPENVPN_TRUE at LoadPlugin openvpn + #@BUILD_PLUGIN_ORACLE_TRUE at LoadPlugin oracle +-#@BUILD_PLUGIN_PERL_TRUE at LoadPlugin perl + #@BUILD_PLUGIN_PING_TRUE at LoadPlugin ping +-#@BUILD_PLUGIN_POSTGRESQL_TRUE at LoadPlugin postgresql + #@BUILD_PLUGIN_POWERDNS_TRUE at LoadPlugin powerdns + #@BUILD_PLUGIN_PROCESSES_TRUE at LoadPlugin processes + #@BUILD_PLUGIN_PROTOCOLS_TRUE at LoadPlugin protocols + #@BUILD_PLUGIN_RRDCACHED_TRUE at LoadPlugin rrdcached +- at LOAD_PLUGIN_RRDTOOL@LoadPlugin rrdtool +-#@BUILD_PLUGIN_SENSORS_TRUE at LoadPlugin sensors + #@BUILD_PLUGIN_SERIAL_TRUE at LoadPlugin serial +-#@BUILD_PLUGIN_SNMP_TRUE at LoadPlugin snmp + #@BUILD_PLUGIN_SWAP_TRUE at LoadPlugin swap + #@BUILD_PLUGIN_TABLE_TRUE at LoadPlugin table + #@BUILD_PLUGIN_TAIL_TRUE at LoadPlugin tail +@@ -574,6 +561,7 @@ FQDNLookup true + # CreateFiles true + # CollectStatistics true + # +Include "/etc/collectd.d" + + # + # DataDir "@prefix@/var/lib/@PACKAGE_NAME@/rrd" Index: collectd.spec =================================================================== RCS file: /cvs/pkgs/rpms/collectd/devel/collectd.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- collectd.spec 12 Sep 2009 00:17:15 -0000 1.25 +++ collectd.spec 26 Nov 2009 22:42:42 -0000 1.26 @@ -1,6 +1,6 @@ Summary: Statistics collection daemon for filling RRD files Name: collectd -Version: 4.6.5 +Version: 4.8.1 Release: 1%{?dist} License: GPLv2 Group: System Environment/Daemons @@ -31,16 +31,6 @@ BuildRequires: OpenIPMI-devel BuildRequires: postgresql-devel BuildRequires: nut-devel -# In function 'strncpy', -# inlined from 'ping_send_one_ipv6' at liboping.c:626: -# /usr/include/bits/string3.h:122: error: call to __builtin___strncpy_chk will always overflow destination buffer -# In function 'strncpy', -# inlined from 'ping_send_one_ipv4' at liboping.c:579: -# /usr/include/bits/string3.h:122: error: call to __builtin___strncpy_chk will always overflow destination buffer - -# PPC/PPC64 disabled due to above error. -ExcludeArch: ppc ppc64 - %description collectd is a small daemon written in C for performance. It reads various system statistics and updates RRD files, creating them if necessary. @@ -180,6 +170,7 @@ sed -i.orig -e 's|-Werror||g' Makefile.i --enable-nut \ --enable-postgresql \ --enable-iptables \ + --disable-ping \ --with-perl-bindings=INSTALLDIRS=vendor %{__make} %{?_smp_mflags} @@ -295,6 +286,8 @@ fi %{_libdir}/collectd/irq.so %{_libdir}/collectd/load.so %{_libdir}/collectd/logfile.so +%{_libdir}/collectd/madwifi.so +%{_libdir}/collectd/match_empty_counter.so %{_libdir}/collectd/mbmon.so %{_libdir}/collectd/memcached.so %{_libdir}/collectd/memory.so @@ -302,7 +295,7 @@ fi %{_libdir}/collectd/network.so %{_libdir}/collectd/nfs.so %{_libdir}/collectd/ntpd.so -%{_libdir}/collectd/ping.so +%{_libdir}/collectd/olsrd.so %{_libdir}/collectd/powerdns.so %{_libdir}/collectd/processes.so %{_libdir}/collectd/serial.so @@ -318,17 +311,25 @@ fi %{_libdir}/collectd/vmem.so %{_libdir}/collectd/vserver.so %{_libdir}/collectd/wireless.so -%{_datadir}/collectd/types.db +%{_libdir}/collectd/write_http.so %{_libdir}/collectd/bind.so +%{_libdir}/collectd/conntrack.so %{_libdir}/collectd/curl.so +%{_libdir}/collectd/fscache.so %{_libdir}/collectd/match_regex.so %{_libdir}/collectd/match_timediff.so %{_libdir}/collectd/match_value.so %{_libdir}/collectd/openvpn.so +%{_libdir}/collectd/protocols.so +%{_libdir}/collectd/table.so %{_libdir}/collectd/target_notification.so %{_libdir}/collectd/target_replace.so %{_libdir}/collectd/target_set.so +%{_libdir}/collectd/ted.so +%{_libdir}/collectd/uptime.so + +%{_datadir}/collectd/types.db # collectdclient - TBD reintroduce -devel subpackage? %{_libdir}/libcollectdclient.so @@ -344,6 +345,7 @@ fi %doc %{_mandir}/man1/collectdmon.1* %doc %{_mandir}/man5/collectd.conf.5* %doc %{_mandir}/man5/collectd-exec.5* +%doc %{_mandir}/man5/collectd-java.5* %doc %{_mandir}/man5/collectd-unixsock.5* %doc %{_mandir}/man5/types.db.5* @@ -435,6 +437,10 @@ fi %changelog +* Wed Nov 25 2009 Alan Pevec 4.8.1-1 +- update to 4.8.1 (Florian La Roche) bz# 516276 +- disable ping plugin until liboping is packaged bz# 541744 + * Fri Sep 11 2009 Tom "spot" Callaway 4.6.5-1 - update to 4.6.5 - disable ppc/ppc64 due to compile error Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/collectd/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 12 Sep 2009 00:17:15 -0000 1.10 +++ sources 26 Nov 2009 22:42:42 -0000 1.11 @@ -1 +1 @@ -131e6fbb55f0cf6a069a98eedd21d293 collectd-4.6.5.tar.bz2 +23e07960285d0b5ee746580d6a545175 collectd-4.8.1.tar.bz2 --- collectd-4.5.4-fix-condrestart.patch DELETED --- --- collectd-4.5.4-libvirt-reconnect.patch DELETED --- From apevec at fedoraproject.org Thu Nov 26 23:20:22 2009 From: apevec at fedoraproject.org (Alan Pevec) Date: Thu, 26 Nov 2009 23:20:22 +0000 (UTC) Subject: [fedora-virt-maint] rpms/collectd/devel collectd.spec,1.26,1.27 Message-ID: <20091126232022.B5BB711C03D6@cvs1.fedora.phx.redhat.com> Author: apevec Update of /cvs/pkgs/rpms/collectd/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3048 Modified Files: collectd.spec Log Message: * Fri Nov 27 2009 Alan Pevec 4.8.1-2 - use Fedora libiptc, owniptc in collectd sources fails to compile Index: collectd.spec =================================================================== RCS file: /cvs/pkgs/rpms/collectd/devel/collectd.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- collectd.spec 26 Nov 2009 22:42:42 -0000 1.26 +++ collectd.spec 26 Nov 2009 23:20:21 -0000 1.27 @@ -1,7 +1,7 @@ Summary: Statistics collection daemon for filling RRD files Name: collectd Version: 4.8.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: System Environment/Daemons URL: http://collectd.org/ @@ -30,6 +30,7 @@ BuildRequires: mysql-devel BuildRequires: OpenIPMI-devel BuildRequires: postgresql-devel BuildRequires: nut-devel +BuildRequires: iptables-devel %description collectd is a small daemon written in C for performance. It reads various @@ -171,6 +172,7 @@ sed -i.orig -e 's|-Werror||g' Makefile.i --enable-postgresql \ --enable-iptables \ --disable-ping \ + --with-libiptc \ --with-perl-bindings=INSTALLDIRS=vendor %{__make} %{?_smp_mflags} @@ -437,6 +439,9 @@ fi %changelog +* Fri Nov 27 2009 Alan Pevec 4.8.1-2 +- use Fedora libiptc, owniptc in collectd sources fails to compile + * Wed Nov 25 2009 Alan Pevec 4.8.1-1 - update to 4.8.1 (Florian La Roche) bz# 516276 - disable ping plugin until liboping is packaged bz# 541744