2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Fix typo. Remove unused lines.

This commit is contained in:
GONG Jie 2017-01-05 11:07:45 +08:00
parent 06254c6126
commit 398494a32c
3 changed files with 1 additions and 4 deletions

View File

@ -20,7 +20,6 @@ AutoReqProv: no
# also need to fix Requires for AIX
%ifos linux
BuildArch: noarch
#Requires:
%endif
# No dependencies on any other xCAT rpms

View File

@ -25,7 +25,7 @@ Provides: xCAT-genesis-%{tarch}
Name: %{name}
Group: System/Utilities
License: EPL
Vendor: IBM Corp
Vendor: IBM Corp.
Summary: xCAT Genesis netboot image - Core content
URL: https://xcat.org/
Source1: xCAT-genesis-scripts.tar.bz2

View File

@ -41,8 +41,6 @@ Requires: /usr/sbin/dhcpd
Requires: /usr/bin/ssh
%ifnarch s390x
Requires: /etc/xinetd.d/tftp
# yaboot-xcat is pulled in so any MN can manage ppc nodes
#Requires: yaboot-xcat
# Stty is only needed for rcons on ppc64 nodes, but for mixed clusters require it on both x and p
Requires: perl-IO-Stty
%endif