From patchwork Thu Feb 23 21:06:17 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Russell Bryant X-Patchwork-Id: 731756 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vTmyz21Dyz9s7N for ; Fri, 24 Feb 2017 08:07:39 +1100 (AEDT) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 418A6BE4; Thu, 23 Feb 2017 21:06:49 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id C5352949 for ; Thu, 23 Feb 2017 21:06:46 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id B1250130 for ; Thu, 23 Feb 2017 21:06:45 +0000 (UTC) Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 50C0C4DD60 for ; Thu, 23 Feb 2017 21:06:46 +0000 (UTC) Received: from t460s.redhat.com (ovpn-120-159.rdu2.redhat.com [10.10.120.159] (may be forged)) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v1NL6ins025515; Thu, 23 Feb 2017 16:06:45 -0500 From: Russell Bryant To: dev@openvswitch.org Date: Thu, 23 Feb 2017 16:06:17 -0500 Message-Id: <20170223210617.14032-3-russell@ovn.org> In-Reply-To: <20170223210617.14032-1-russell@ovn.org> References: <20170223210617.14032-1-russell@ovn.org> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Thu, 23 Feb 2017 21:06:46 +0000 (UTC) X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH v2 2/2] debian: Add hostname as dependency X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org From: Jakub Libosvar ovs-ctl script uses hostname. This patch adds dependency for debian systems. Signed-off-by: Jakub Libosvar --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 0b75f2b..25dc9b6 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Homepage: http://openvswitch.org/ Package: openvswitch-datapath-source Architecture: all -Depends: bzip2, debhelper (>= 5.0.37), module-assistant, ${misc:Depends} +Depends: bzip2, debhelper (>= 5.0.37), hostname, module-assistant, ${misc:Depends} Suggests: openvswitch-switch Description: Open vSwitch datapath module source - module-assistant version Open vSwitch is a production quality, multilayer, software-based,