From 24472577c08199bd10dc9b55cd44b29a1073e64a Mon Sep 17 00:00:00 2001 From: Dima Shulyak Date: Tue, 29 Jul 2014 17:08:29 +0300 Subject: [PATCH] Add tcpdump dependency to nailgun-net-check Change-Id: I56714c2e4ee98d0ba936f5b8b695d6f2c53580e8 Related-Bug: 1306705 --- packages/deb/specs/nailgun-net-check/debian/control | 4 ++-- packages/rpm/specs/nailgun-net-check.spec | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/deb/specs/nailgun-net-check/debian/control b/packages/deb/specs/nailgun-net-check/debian/control index fdd4c7f85..7178baf8e 100644 --- a/packages/deb/specs/nailgun-net-check/debian/control +++ b/packages/deb/specs/nailgun-net-check/debian/control @@ -1,12 +1,12 @@ Source: nailgun-net-check Section: admin Priority: optional -Maintainer: Mirantis Product +Maintainer: Mirantis Product Build-Depends: debhelper (>= 8), python-setuptools Standards-Version: 3.9.2 Package: nailgun-net-check Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-pypcap, vlan, python-scapy, cliff-tablib, python-stevedore, python-daemonize, python-yaml +Depends: ${misc:Depends}, ${python:Depends}, python-pypcap, vlan, python-scapy, cliff-tablib, python-stevedore, python-daemonize, python-yaml, tcpdump Description: NailGun client net-check . diff --git a/packages/rpm/specs/nailgun-net-check.spec b/packages/rpm/specs/nailgun-net-check.spec index 14f4916c2..c399d75b6 100644 --- a/packages/rpm/specs/nailgun-net-check.spec +++ b/packages/rpm/specs/nailgun-net-check.spec @@ -21,6 +21,7 @@ Requires: python-cliff-tablib Requires: python-stevedore Requires: python-daemonize Requires: python-yaml +Requires: tcpdump %description