From e0bfc1f8aa3f316339276b6eac41e872d17cf6bf Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Sun, 15 Jul 2012 13:26:31 -0400 Subject: [PATCH] BuildRequires: openssl-devel for rbd --- libvirt.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libvirt.spec b/libvirt.spec index 8e40c53..4aa38b0 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -441,6 +441,10 @@ BuildRequires: device-mapper-devel %endif %if %{with_storage_rbd} BuildRequires: ceph-devel +# XXX: Fedora only change, needed for building 0.9.13 on F17. Can +# be dropped 0.9.14 when this patch should be applied: +# https://www.redhat.com/archives/libvir-list/2012-July/msg00634.html +BuildRequires: openssl-devel %endif %endif %if %{with_numactl}