2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 15:05:36 +00:00

Merge pull request #2126 from hu-weihua/2110

[DO NOT MERGE] Fix issue #2110 xcatprobe xcatmn requires tftp tool , add dependency to xcatprobe rpm
This commit is contained in:
neo954
2016-11-15 00:41:50 -06:00
committed by GitHub
2 changed files with 12 additions and 1 deletions

View File

@ -8,4 +8,8 @@ Standards-Version: 3.7.2
Package: xcat-probe
Architecture: all
Depends: ${perl:Depends}
Description: Provides a toolkits to help probe all the possible issues in xCAT
#Sub-command 'xcatmn' need tools tftp, nslookup, wget.
Suggests: wget, dnsutils, tftp-hpa
Description: Provides a toolkit to help probe all the possible issues in xCAT

View File

@ -16,6 +16,13 @@ BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
BuildArch: noarch
%endif
%ifos linux
#Below tools are required by sub-command 'xcatmn'
Requires: /usr/bin/nslookup
Requires: /usr/bin/tftp
Requires: /usr/bin/wget
%endif
Provides: xCAT-probe = %{version}
%description