You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2012/09/26 23:30:44 UTC

[4/8] git commit: rpm: Have cloud-server depend on cloud-scripts

rpm: Have cloud-server depend on cloud-scripts


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6839f702
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6839f702
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6839f702

Branch: refs/heads/master
Commit: 6839f7020c4458457589927198afc0866ae7eecc
Parents: 38a8857
Author: Wido den Hollander <wi...@widodh.nl>
Authored: Wed Sep 26 21:13:48 2012 +0200
Committer: Wido den Hollander <wi...@widodh.nl>
Committed: Wed Sep 26 23:29:47 2012 +0200

----------------------------------------------------------------------
 cloud.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6839f702/cloud.spec
----------------------------------------------------------------------
diff --git a/cloud.spec b/cloud.spec
index 3ae3bd3..46dc602 100644
--- a/cloud.spec
+++ b/cloud.spec
@@ -76,7 +76,7 @@ CloudStack management server.
 Summary:   CloudStack server library
 Requires: java >= 1.6.0
 Obsoletes: vmops-server < %{version}-%{release}
-Requires: %{name}-utils = %{version}, %{name}-core = %{version}, %{name}-deps = %{version}, tomcat6-servlet-2.5-api
+Requires: %{name}-utils = %{version}, %{name}-core = %{version}, %{name}-deps = %{version}, %{name}-scripts = %{version}, tomcat6-servlet-2.5-api
 Group:     System Environment/Libraries
 %description server
 The CloudStack server libraries provide a set of Java classes for CloudStack.