From 9f3c16208eb6f3b4aab6ec4cb01762cf3e889101 Mon Sep 17 00:00:00 2001 From: Andrew Beekhof Date: Mon, 21 Jun 2010 14:53:35 +0000 Subject: [PATCH] publican is only available as a dependancy on i386/x86_64 machines --- pacemaker.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pacemaker.spec b/pacemaker.spec index 5b7074f..4ba10a9 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -16,7 +16,7 @@ # We generate some docs using Publican, but its not available everywhere %bcond_without publican -%global specversion 2 +%global specversion 3 %global upstream_version Pacemaker-1.1.2 %global upstream_prefix Pacemaker-1-1- @@ -79,8 +79,10 @@ BuildRequires: heartbeat-devel heartbeat-libs %endif %if %{with publican} +%ifarch i386 x86_64 BuildRequires: publican %endif +%endif %description Pacemaker is an advanced, scalable High-Availability cluster resource @@ -303,6 +305,9 @@ rm -rf %{buildroot} %doc AUTHORS %changelog +* Mon Jun 21 2010 Andrew Beekhof - 1.1.2-3 +- publican is only available as a dependancy on i386/x86_64 machines + * Fri Jun 11 2010 Andrew Beekhof - 1.1.2-2 - Resolves rhbz#602239 - Added patch to documentation so that it passes validation - High: Core: Bug lf#2401 - Backed out changeset 6e6980376f01