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

Add /usr/sbin/tcpdump as requirement for xCAT-probe

This commit is contained in:
GONG Jie
2018-08-30 17:21:02 +08:00
parent 092c045d9a
commit 7c67d61f10

View File

@ -21,6 +21,8 @@ BuildArch: noarch
Requires: /usr/bin/nslookup
Requires: /usr/bin/tftp
Requires: /usr/bin/wget
# Tool detect_dhcpd requires tcpdump
Requires: /usr/sbin/tcpdump
%endif
%description
@ -57,6 +59,8 @@ rm -rf $RPM_BUILD_ROOT
%{prefix}
%changelog
* Thu, 30 Aug 2018 - GONG Jie <gongjie@linux.vnet.ibm.com>
- Add /usr/sbin/tcpdump as requirement
* Fri Jul 1 2016 - huweihua <huweihua@cn.ibm.com>
- "Create xCAT probe package"