Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 497DAD34D for ; Mon, 19 Nov 2012 05:24:47 +0000 (UTC) Received: (qmail 94438 invoked by uid 500); 19 Nov 2012 05:24:46 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 93931 invoked by uid 500); 19 Nov 2012 05:24:44 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 93828 invoked by uid 99); 19 Nov 2012 05:24:39 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2012 05:24:39 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id A42B81C4AD2; Mon, 19 Nov 2012 05:24:35 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============3356649036042252392==" MIME-Version: 1.0 Subject: Review Request: Fix for CLOUDSTACK-498 (Missing dependency in RPM of KVM Agent) From: "Satoshi Kobayashi" To: "cloudstack" , "Satoshi Kobayashi" Date: Mon, 19 Nov 2012 05:24:35 -0000 Message-ID: <20121119052435.3393.29287@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Satoshi Kobayashi" X-ReviewGroup: cloudstack X-ReviewRequest-URL: https://reviews.apache.org/r/8120/ X-Sender: "Satoshi Kobayashi" Reply-To: "Satoshi Kobayashi" --===============3356649036042252392== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8120/ ----------------------------------------------------------- Review request for cloudstack. Description ------- bridge-utils is added to RPM of KVM Agent (cloud-agent). It is necessary to= operate for KVM Agent. LibvirtComputingResource class and BridgeVifDriver = class execute "brctl" command internally. "brctl" command is contained in b= ridge-utils package. This addresses bug CLOUDSTACK-498. Diffs ----- cloud.spec 29c10936a9f592a219597302300506067004cd62 = Diff: https://reviews.apache.org/r/8120/diff/ Testing ------- $ mvn install -P deps && ./waf rpm $ rpm -qpR cloud-agent-4.0.0-1.el6.x86_64.rpm = (snip) bridge-utils = (snip) And it checked that installed RPM and "brctl" command existed. $ which brctl /usr/sbin/brctl Thanks, Satoshi Kobayashi --===============3356649036042252392==--