[lvm2] Fix spec for non-cluster architectures.

Milan Broz mbroz at fedoraproject.org
Fri Mar 9 01:09:13 UTC 2012


commit dd6b77830889339043adbbaeaf414cb8c4528654
Author: Milan Broz <mbroz at redhat.com>
Date:   Fri Mar 9 02:08:39 2012 +0100

    Fix spec for non-cluster architectures.

 lvm2.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/lvm2.spec b/lvm2.spec
index 81db7b8..16ed284 100644
--- a/lvm2.spec
+++ b/lvm2.spec
@@ -55,9 +55,10 @@
 %define corosync_version 1.99.1-1
 %define dlm_version 3.99.0-1
 %define configure_cluster --with-cluster=internal --with-clvmd=corosync
+%endif
 %else
 %define configure_cluster --with-cluster=internal --with-clvmd=none
-%endif
+%define configure_cmirror --disable-cmirrord
 %endif
 
 


More information about the scm-commits mailing list