Updated Branches: refs/heads/master c8832cd4b -> 613591d34
CLOUDSTACK-498 Missing dependency in RPMs of KVM agent Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/613591d3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/613591d3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/613591d3 Branch: refs/heads/master Commit: 613591d344785c09629759b9191e6ac169daac54 Parents: c8832cd Author: Satoshi Kobayashi <[email protected]> Authored: Mon Nov 19 08:55:47 2012 -0500 Committer: David Nalley <[email protected]> Committed: Mon Nov 19 08:55:47 2012 -0500 ---------------------------------------------------------------------- cloud.spec | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/613591d3/cloud.spec ---------------------------------------------------------------------- diff --git a/cloud.spec b/cloud.spec index 127dfa4..9f46dd6 100644 --- a/cloud.spec +++ b/cloud.spec @@ -224,6 +224,7 @@ Requires: jna Requires: ebtables Requires: jsvc Requires: jakarta-commons-daemon +Requires: bridge-utils Group: System Environment/Libraries Requires: kvm @@ -618,6 +619,9 @@ fi %doc NOTICE %changelog +* Mon Nov 19 2012 Satoshi Kobayashi <[email protected]> 4.0.1 +- adding dependency bridge-utils to fix a system requirement + * Fri Sep 14 2012 Marcus Sorensen <[email protected]> 4.0.1 - adding dependency jakarta-commons-daemon to fix "cannot find daemon loader"
