From b7a72f94c22c6d590949d7d8d721b1e07d425381 Mon Sep 17 00:00:00 2001
From: bp-sawyers <bp-sawyers@8638fb3e-16cb-4fca-ae20-7b5d299a9bcd>
Date: Tue, 5 May 2009 20:22:26 +0000
Subject: [PATCH] Removed yaboot-xcat require for s390x

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3297 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
---
 xCAT/xCAT.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec
index 7b77730a0..41aabf8c1 100644
--- a/xCAT/xCAT.spec
+++ b/xCAT/xCAT.spec
@@ -18,17 +18,17 @@ Provides: xCAT = %{version}
 Requires: xCAT-server xCAT-client perl-DBD-SQLite
 
 %ifos linux
-# yaboot-xcat is pulled in so any MN can manage ppc nodes
-Requires: atftp dhcp httpd nfs-utils expect nmap fping bind perl-XML-Parser vsftpd yaboot-xcat
+Requires: atftp dhcp httpd nfs-utils expect nmap fping bind perl-XML-Parser vsftpd
 %ifarch s390x
 # No additional requires for zLinux right now
 %else
-Requires: conserver
+# yaboot-xcat is pulled in so any MN can manage ppc nodes
+Requires: conserver yaboot-xcat
+%endif
 %ifarch ppc64
 Requires: perl-IO-Stty
 %endif
 %endif
-%endif
 
 %ifarch i386 i586 i686 x86 x86_64
 # All versions of the nb rpms are pulled in so an x86 MN can manage nodes of any arch.