[libvirt] BuildRequires: openssl-devel for rbd

Cole Robinson crobinso at fedoraproject.org
Sun Jul 15 17:27:12 UTC 2012


commit e0bfc1f8aa3f316339276b6eac41e872d17cf6bf
Author: Cole Robinson <crobinso at redhat.com>
Date:   Sun Jul 15 13:26:31 2012 -0400

    BuildRequires: openssl-devel for rbd

 libvirt.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
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}


More information about the scm-commits mailing list