From a9305073c728e9c9566deafbfa5da77bd2163c6f Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 13 Sep 2011 11:29:25 +0100 Subject: [PATCH] Enable build with curl (rhbz #737006) --- qemu.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qemu.spec b/qemu.spec index 0e7fea4..ef34559 100644 --- a/qemu.spec +++ b/qemu.spec @@ -83,6 +83,8 @@ BuildRequires: texinfo BuildRequires: spice-protocol >= 0.8.1 BuildRequires: spice-server-devel >= 0.9.0 %endif +# For network block driver +BuildRequries: libcurl-devel # We need both because the 'stap' binary is probed for by configure BuildRequires: systemtap BuildRequires: systemtap-sdt-devel @@ -619,6 +621,7 @@ fi %changelog * Tue Sep 13 2011 Daniel P. Berrange - 2:0.15.0-4 - Enable DTrace tracing backend for SystemTAP (rhbz #737763) +- Enable build with curl (rhbz #737006) * Thu Aug 18 2011 Hans de Goede - 2:0.15.0-3 - Add missing BuildRequires: usbredir-devel, so that the usbredir code