From e0bfc1f8aa3f316339276b6eac41e872d17cf6bf Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Jul 15 2012 17:26:31 +0000 Subject: BuildRequires: openssl-devel for rbd --- 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}