2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-26 13:10:35 +00:00

Fix issue #2110 xcatprobe xcatmn requires tftp tool , add dependency to xcatprobe rpm

This commit is contained in:
hu-weihua
2016-11-09 04:37:18 -05:00
parent d1ca54598d
commit 997f88c143
2 changed files with 11 additions and 0 deletions

View File

@@ -8,4 +8,8 @@ Standards-Version: 3.7.2
Package: xcat-probe
Architecture: all
Depends: ${perl:Depends}
#Sub-command 'xcatmn' need tools tftp, nslookup, wget.
Suggests: wget, dnsutils, tftp-hpa
Description: Provides a toolkits 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