From 5c69a269a539c60e9939039a89110dea8c38a1ad Mon Sep 17 00:00:00 2001 From: Mariusz Mazur Date: Tue, 19 Jul 2011 18:07:13 +0000 Subject: [PATCH] - flipped bconds; they were wrong Changed files: pacemaker.spec -> 1.8 --- pacemaker.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pacemaker.spec b/pacemaker.spec index 1c6e542..38fadd0 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -1,5 +1,5 @@ -%bcond_without corosync # by default use heartbeat -%bcond_with heartbeat # by default use heartbeat +%bcond_with corosync # by default use heartbeat +%bcond_without heartbeat # by default use heartbeat Summary: The scalable High-Availability cluster resource manager Name: pacemaker Version: 1.0.11 -- 2.44.0