From a2bc394c0a9919a39bd88f2d4cbd641532f661c6 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Sep 21 2011 14:56:33 +0000 Subject: - Add BR libattr-devel. This caused the -fstype option to be disabled. https://www.redhat.com/archives/libvir-list/2011-June/thread.html#01017 --- diff --git a/qemu.spec b/qemu.spec index fa60707..432daa7 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,7 +1,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 0.14.0 -Release: 7%{?dist} +Release: 8%{?dist} # Epoch because we pushed a qemu-1.0 package Epoch: 2 License: GPLv2+ and LGPLv2+ and BSD @@ -69,6 +69,7 @@ BuildRequires: rsync BuildRequires: pciutils-devel BuildRequires: pulseaudio-libs-devel BuildRequires: ncurses-devel +BuildRequires: libattr-devel BuildRequires: texinfo %ifarch x86_64 BuildRequires: spice-protocol >= 0.6.0 @@ -560,6 +561,10 @@ fi %{_mandir}/man1/qemu-img.1* %changelog +* Wed Jun 22 2011 Richard W.M. Jones - 2:0.14.0-8 +- Add BR libattr-devel. This caused the -fstype option to be disabled. + https://www.redhat.com/archives/libvir-list/2011-June/thread.html#01017 + * Tue Mar 29 2011 Justin M. Forbes - 2:0.14.0-7 - Disable qemu-ppc and qemu-sparc packages (#679179)