From c06b148f83b2ff73a823c0a0f68b871f5142a1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Fri, 9 Jul 2010 12:15:41 +0000 Subject: [PATCH] - re-enable AIS cluster on s390(x) --- pacemaker.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pacemaker.spec b/pacemaker.spec index 9e595d5..7e0fd52 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -3,9 +3,7 @@ %global pcmk_docdir %{_docdir}/%{name} # Supported cluster stacks, must support at least one -%ifnarch s390 s390x %bcond_without ais -%endif %bcond_without heartbeat # ESMTP is not available in RHEL, only in EPEL. Allow people to build @@ -18,7 +16,7 @@ # We generate some docs using Publican, but its not available everywhere %bcond_without publican -%global specversion 4 +%global specversion 5 %global upstream_version Pacemaker-1.1.2 %global upstream_prefix Pacemaker-1-1- @@ -307,6 +305,9 @@ rm -rf %{buildroot} %doc AUTHORS %changelog +* Fri Jul 9 2010 Dan Horák - 1.1.2-5 +- re-enable AIS cluster on s390(x) + * Fri Jul 9 2010 Dan Horák - 1.1.2-4 - AIS cluster not available on s390(x)