Add 'net-tools' package dependency

Noticed this on a freshly installed, minimal Fedora-21 (from
development repos):

  $ ./stack.sh
  [. . .]
  2014-11-13 10:56:22.442 | + local exitcode=0
  2014-11-13 10:56:22.453 | + sudo route add -net 10.1.0.0/24 gw 172.24.4.2
  2014-11-13 10:56:22.479 | sudo: route: command not found
  2014-11-13 10:56:22.488 | + exit_trap
  [. . .]

Also added it to files/rpms-suse/general, just in case.

Change-Id: I77954d97e654e8f384a2016631df14e73be927fe
This commit is contained in:
Kashyap Chamarthy 2014-11-13 12:18:33 +01:00
parent 8f8e2d1fbf
commit 91e4018afd
2 changed files with 2 additions and 0 deletions

View File

@ -22,3 +22,4 @@ tar
tcpdump tcpdump
unzip unzip
wget wget
net-tools

View File

@ -27,6 +27,7 @@ which
bc bc
libyaml-devel libyaml-devel
gettext # used for compiling message catalogs gettext # used for compiling message catalogs
net-tools
# [1] : some of installed tools have unversioned dependencies on this, # [1] : some of installed tools have unversioned dependencies on this,
# but others have versioned (<=0.7). So if a later version (0.7.1) # but others have versioned (<=0.7). So if a later version (0.7.1)