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

Merge pull request #5571 from neo954/xcat-probe-packaging

Revise packaging for package xCAT-probe
This commit is contained in:
xuweibj 2018-08-30 17:36:51 +08:00 committed by GitHub
commit 99c16e1998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
xcat-probe (2.14.3) unstable; urgency=low
* Add tcpdump as recommend
-- GONG Jie <gongjie@linux.vnet.ibm.com> Thu, 30 Aug 2018 17:26:33 +0800
xcat-probe (2.12) unstable; urgency=low
* Initial build

View File

@ -8,5 +8,5 @@ Standards-Version: 3.9.4
Package: xcat-probe
Architecture: all
Depends: ${perl:Depends}
Recommends: wget, dnsutils, tftp-hpa
Recommends: wget, dnsutils, tftp-hpa, tcpdump
Description: Provides a toolkit to probe possible issues in xCAT

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"