Updated Branches: refs/heads/4.2 9797f53f5 -> 6f5d39883
adding some more groups to cli and awsapi packages - no idea why I missed those earlier. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6f5d3988 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6f5d3988 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6f5d3988 Branch: refs/heads/4.2 Commit: 6f5d3988393f2406dc1929cd707607d5f3b74986 Parents: 9797f53 Author: David Nalley <[email protected]> Authored: Sun Jul 14 14:59:43 2013 -0400 Committer: David Nalley <[email protected]> Committed: Sun Jul 14 14:59:43 2013 -0400 ---------------------------------------------------------------------- packaging/centos63/cloud.spec | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6f5d3988/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index 02a453d..97211e4 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -143,6 +143,7 @@ The CloudStack usage calculation service Summary: Apache CloudStack CLI Provides: python-cloudmonkey Provides: python-marvin +Group: System Environment/Libraries %description cli Apache CloudStack command line interface @@ -151,6 +152,7 @@ Summary: Apache CloudStack AWS API compatibility wrapper Requires: %{name}-management = %{_ver} Obsoletes: cloud-aws-api < 4.1.0 Provides: cloud-aws-api +Group: System Environment/Libraries %description awsapi Apache Cloudstack AWS API compatibility wrapper
