Updated Branches: refs/heads/4.1 b9d876c5c -> 10c78d6aa
Small fix, regression from commit b077065826d1436cda555c34dcea58d6d4f88303 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/10c78d6a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/10c78d6a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/10c78d6a Branch: refs/heads/4.1 Commit: 10c78d6aa998967f28d0cfcdbca80c138257192e Parents: 39595d8 Author: Hugo Trippaers <[email protected]> Authored: Mon Feb 25 14:18:41 2013 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Mon Feb 25 14:18:41 2013 +0100 ---------------------------------------------------------------------- packaging/centos63/cloud.spec | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/10c78d6a/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index d1bc5bd..1817d4d 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -129,6 +129,8 @@ Requires: java >= 1.6.0 Requires: jsvc Requires: jakarta-commons-daemon Requires: jakarta-commons-daemon-jsvc +Obsoletes: cloud-usage < 4.1.0 +Provides: cloud-usage %description usage The CloudStack usage calculation service
