[pacemaker/f14/master] Repair the use of bcond variables

Andrew Beekhof beekhof at fedoraproject.org
Tue Jan 11 08:06:20 UTC 2011


commit e49756cb27af3b73b38fce6b5606053d06ef59ca
Author: Andrew Beekhof <andrew at beekhof.net>
Date:   Tue Jan 11 08:52:49 2011 +0100

    Repair the use of bcond variables

 pacemaker.spec |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/pacemaker.spec b/pacemaker.spec
index 5dda9bf..5e2e2fc 100644
--- a/pacemaker.spec
+++ b/pacemaker.spec
@@ -172,15 +172,16 @@ resource health.
 
 %build
 ./autogen.sh
+
 %{configure}						\
-	%{!?_with_heartbeat: --without-heartbeat}	\
-	%{!?_with_ais:       --without-ais}		\
-	%{!?_with_esmtp:     --without-esmtp}		\
-	%{!?_with_snmp:      --without-snmp}		\
-	%{?_with_cman:       --with-cman}		\
-	%{?_with_profiling:  --with-profiling}		\
-	%{?_with_gcov:       --with-gcov}		\
-	%{?_with_tracedata   --with-tracedata}		\
+	%{!?with_heartbeat: --without-heartbeat}	\
+	%{!?with_ais:       --without-ais}		\
+	%{!?with_esmtp:     --without-esmtp}		\
+	%{!?with_snmp:      --without-snmp}		\
+	%{?with_cman:       --with-cman}		\
+	%{?with_profiling:  --with-profiling}		\
+	%{?with_gcov:       --with-gcov}		\
+	%{?with_tracedata   --with-tracedata}		\
 	--docdir=%{pcmk_docdir}				\
 	--localstatedir=%{_var}				\
 	--with-initdir=%{_initddir}			\


More information about the scm-commits mailing list