This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch debian9-systemvmtemplate
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 97c1b03cb2952303335d3bbc68da85b4865216b0
Author: lmrv <[email protected]>
AuthorDate: Thu Dec 14 00:54:05 2017 +0530

    CLOUDSTACK-9501: route is not available by default on CentOS7 (#1637)
    
    This adds the `net-tools` dependency on CentOS cloudstack-agent rpms.
    This will provide ifconfig, route and other tools that may be used
    by CloudStack scripts and utilities.
    
    Signed-off-by: Rohit Yadav <[email protected]>
---
 packaging/centos7/cloud.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packaging/centos7/cloud.spec b/packaging/centos7/cloud.spec
index 219b8b6..f16858a 100644
--- a/packaging/centos7/cloud.spec
+++ b/packaging/centos7/cloud.spec
@@ -104,6 +104,7 @@ Requires: bridge-utils
 Requires: ebtables
 Requires: iptables
 Requires: ethtool
+Requires: net-tools
 Requires: iproute
 Requires: ipset
 Requires: perl

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to