From 7c67d61f10649b3f23b613b68cd979be132dd317 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Thu, 30 Aug 2018 17:21:02 +0800 Subject: [PATCH 1/2] Add /usr/sbin/tcpdump as requirement for xCAT-probe --- xCAT-probe/xCAT-probe.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xCAT-probe/xCAT-probe.spec b/xCAT-probe/xCAT-probe.spec index 1fa41ccf3..5a2579641 100644 --- a/xCAT-probe/xCAT-probe.spec +++ b/xCAT-probe/xCAT-probe.spec @@ -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 +- Add /usr/sbin/tcpdump as requirement * Fri Jul 1 2016 - huweihua - "Create xCAT probe package" From 7886a6bf91bd124ad48b8ee8a8960a8092c10fc7 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Thu, 30 Aug 2018 17:27:45 +0800 Subject: [PATCH 2/2] Add tcpdump as recommend for xcat-probe --- xCAT-probe/debian/changelog | 6 ++++++ xCAT-probe/debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/xCAT-probe/debian/changelog b/xCAT-probe/debian/changelog index 050572c17..d7c9e2b06 100644 --- a/xCAT-probe/debian/changelog +++ b/xCAT-probe/debian/changelog @@ -1,3 +1,9 @@ +xcat-probe (2.14.3) unstable; urgency=low + + * Add tcpdump as recommend + + -- GONG Jie Thu, 30 Aug 2018 17:26:33 +0800 + xcat-probe (2.12) unstable; urgency=low * Initial build diff --git a/xCAT-probe/debian/control b/xCAT-probe/debian/control index 2a7549362..7140f1513 100644 --- a/xCAT-probe/debian/control +++ b/xCAT-probe/debian/control @@ -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