adding jsvc as a dependency in the spec file
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3129d0c8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/3129d0c8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/3129d0c8 Branch: refs/heads/vpc Commit: 3129d0c8e5df2dd2e92c881e602fde16c3e2ddfe Parents: ab6ef4b Author: David Nalley <[email protected]> Authored: Tue Jul 24 18:11:18 2012 -0400 Committer: David Nalley <[email protected]> Committed: Tue Jul 24 18:11:18 2012 -0400 ---------------------------------------------------------------------- cloud.spec | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3129d0c8/cloud.spec ---------------------------------------------------------------------- diff --git a/cloud.spec b/cloud.spec index 7233f01..63a7e8a 100644 --- a/cloud.spec +++ b/cloud.spec @@ -201,6 +201,7 @@ Requires: /sbin/service Requires: /sbin/chkconfig Requires: jna Requires: ebtables +Requires: jsvc Group: System Environment/Libraries Requires: kvm @@ -255,6 +256,7 @@ Requires: java >= 1.6.0 Requires: %{name}-utils = %{version}, %{name}-core = %{version}, %{name}-deps = %{version}, %{name}-server = %{version} Requires: %{name}-setup = %{version} Requires: %{name}-client = %{version} +Requires: jsvc License: GPLv3+ Group: System Environment/Libraries %description usage
