From aac0de650c77d17a10e5e7f080499350aa911394 Mon Sep 17 00:00:00 2001 From: "Vladimir Sharshov (warpc)" Date: Mon, 6 Jul 2015 18:33:50 +0300 Subject: [PATCH] Missing nailgun-agent depends: ethtool We use ethtool to collect data about available offloading modes for physical interfaces Change-Id: Ie6528306fe56a9999782fa6a3e6fbc8ee7af33d0 Closes-Bug: #1471856 --- debian/control | 1 + specs/nailgun.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/control b/debian/control index af1ab13161..edca958c56 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Depends: ohai (<< 7), ruby-rethtool, ruby-cstruct, ruby-json, + ethtool, ${misc:Depends} Description: diff --git a/specs/nailgun.spec b/specs/nailgun.spec index d4a775b429..bd99d9b96a 100644 --- a/specs/nailgun.spec +++ b/specs/nailgun.spec @@ -122,6 +122,7 @@ Requires: rubygem-httpclient Requires: rubygem-ipaddress Requires: rubygem-json Requires: rubygems +Requires: ethtool %description -n nailgun-agent Nailgun startup agent that register node at Nailgun and make a little setup