From 5ba935aeca3a2065db7b79112ea736e10e80071d Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Feb 05 2012 21:06:01 +0000 Subject: Require updated ceph for latest librbd with rbd_flush symbol. --- diff --git a/qemu.spec b/qemu.spec index 62e8d03..e000685 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,7 +1,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 1.0 -Release: 3%{?dist} +Release: 4%{?dist} # Epoch because we pushed a qemu-1.0 package Epoch: 2 License: GPLv2+ and LGPLv2+ and BSD @@ -156,6 +156,12 @@ will install qemu-system-x86 %package img Summary: QEMU command line tool for manipulating disk images Group: Development/Tools +# librbd (from ceph) added new symbol rbd_flush recently. If you +# update qemu-img without updating librdb you get: +# qemu-img: undefined symbol: rbd_flush +# ** NB ** This can be removed after Fedora 17 is released. +Requires: ceph >= 0.37-2 + %description img This package provides a command line tool for manipulating disk images @@ -740,6 +746,9 @@ fi %{_mandir}/man1/qemu-img.1* %changelog +* Sun Feb 5 2012 Richard W.M. Jones - 2:1.0-4 +- Require updated ceph for latest librbd with rbd_flush symbol. + * Tue Jan 24 2012 Justin M. Forbes - 2:1.0-3 - Add support for vPMU - e1000: bounds packet size against buffer size CVE-2012-0029