From 5c166919f9aa073d76e81591bbb7cb0a6feba0d8 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Sat, 11 Jul 2009 12:02:20 +0000 Subject: [PATCH] added perl-Net-Telnet as an explicit require to fix xcat install problem git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3760 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/xCAT.spec | 2 +- xCATsn/xCATsn.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index 948bf135c..fb1b05f76 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -23,7 +23,7 @@ Requires: atftp dhcp httpd nfs-utils expect nmap fping bind perl-XML-Parser vsft # No additional requires for zLinux right now %else # yaboot-xcat is pulled in so any MN can manage ppc nodes -Requires: conserver yaboot-xcat +Requires: conserver yaboot-xcat perl-Net-Telnet %endif %ifarch ppc64 Requires: perl-IO-Stty diff --git a/xCATsn/xCATsn.spec b/xCATsn/xCATsn.spec index 16c2d2032..0e550d4c3 100644 --- a/xCATsn/xCATsn.spec +++ b/xCATsn/xCATsn.spec @@ -18,11 +18,11 @@ Requires: xCAT-server xCAT-client perl-xCAT perl-XML-Parser %ifos linux # yaboot-xcat is pulled in so any SN can manage ppc nodes -Requires: atftp dhcp httpd nfs-utils expect nmap fping bind yaboot-xcat +Requires: atftp dhcp httpd nfs-utils expect nmap fping bind %ifarch s390x # No additional requires for zLinux right now %else -Requires: conserver +Requires: conserver yaboot-xcat perl-Net-Telnet %endif %endif