2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

Remove some unused comments

This commit is contained in:
GONG Jie 2017-01-06 00:08:23 +08:00
parent 398494a32c
commit 4dcb72abb9
4 changed files with 0 additions and 6 deletions

View File

@ -20,7 +20,6 @@ AutoReqProv: no
# also need to fix Requires for AIX
%ifos linux
BuildArch: noarch
#Requires:
%endif
Requires: perl-xCAT >= %{epoch}:%{version}

View File

@ -14,7 +14,6 @@ BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
%ifos linux
BuildArch: noarch
#Requires:
%endif
Provides: pkg2 = %{epoch}:%{version}

View File

@ -14,7 +14,6 @@ BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
%ifos linux
BuildArch: noarch
#Requires:
%endif
Provides: pkg3 = %{epoch}:%{version}

View File

@ -10,7 +10,6 @@ Packager: IBM Corp.
Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
Prefix: /opt/xcat
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
#BuildArch: noarch
Source1: xcat.conf
Source2: postscripts.tar.gz
Source3: templates.tar.gz
@ -48,8 +47,6 @@ Requires: /usr/bin/ssh
%ifnarch s390x
Requires: /etc/xinetd.d/tftp
Requires: xCAT-buildkit
# 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