[qemu/private-bonzini-el6: 19/19] Enable librbd and libfdt

bonzini bonzini at fedoraproject.org
Thu Mar 14 16:19:22 UTC 2013


commit ad9ebf3d8b112469310ab6298c7ea8abbbfc3702
Author: Paolo Bonzini <pbonzini at redhat.com>
Date:   Thu Mar 14 11:44:57 2013 +0100

    Enable librbd and libfdt

 qemu.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index e4be2c8..d2579f4 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -61,10 +61,10 @@
 # EPEL for RHEL 6
 %bcond_with    kvmonly          # disabled
 %bcond_with    exclusive_x86_64 # disabled
-%bcond_with    rbd              # disabled
+%bcond_without rbd              # enabled
 %bcond_with    spice            # disabled
 %bcond_with    seccomp          # disabled
-%bcond_with    have_libfdt      # disabled
+%bcond_without have_libfdt      # enabled
 %bcond_with    have_xfsprogs    # disabled
 %ifarch x86_64
 %bcond_without intree_roms      # enabled
@@ -197,7 +197,7 @@
 Summary: QEMU is a FAST! processor emulator
 Name: qemu
 Version: 1.2.2
-Release: 7%{?dist}
+Release: 8%{?dist}
 # Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped
 Epoch: 2
 License: GPLv2+ and LGPLv2+ and BSD
@@ -2096,6 +2096,9 @@ fi
 %endif
 
 %changelog
+* Thu Mar 14 2013 Paolo Bonzini <pbonzini at redhat.com> - 2:1.2.2-8
+- Enable librbd and libfdt
+
 * Mon Mar 11 2013 Paolo Bonzini <pbonzini at redhat.com> - 2:1.2.2-7
 - Added libiscsi-devel BuildRequires
 - Use pkg-config to search for libiscsi


More information about the scm-commits mailing list