[libvirt] [PATCH] fix building error on non fedora system

Wen Congyang wency at cn.fujitsu.com
Tue May 22 08:07:02 UTC 2012


We forget to define with_storage_rbd if the system is not fedora,
or the version is less than 16.

---
 libvirt.spec.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index 8c4a2fd..0b83969 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -75,6 +75,8 @@
 %define with_storage_mpath 0%{!?_without_storage_mpath:%{server_drivers}}
 %if 0%{?fedora} >= 16
 %define with_storage_rbd   0%{!?_without_storage_rbd:%{server_drivers}}
+%else
+%define with_storage_rbd   0
 %endif
 %define with_numactl       0%{!?_without_numactl:%{server_drivers}}
 %define with_selinux       0%{!?_without_selinux:%{server_drivers}}
-- 
1.7.1




More information about the libvir-list mailing list