Changed the cloud.spec to use the right version on cloudstack-common requirement
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c1e47ad3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c1e47ad3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c1e47ad3 Branch: refs/heads/qemu-img Commit: c1e47ad3290a7b09c697ef929fe935cd08428d66 Parents: ac1b529 Author: Ricardo P. Katz <[email protected]> Authored: Sun Feb 24 20:05:38 2013 -0300 Committer: David Nalley <[email protected]> Committed: Sun Feb 24 20:19:00 2013 -0500 ---------------------------------------------------------------------- packaging/centos63/cloud.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c1e47ad3/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index 1267f47..72022d6 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -78,7 +78,7 @@ Requires: mkisofs Requires: MySQL-python Requires: python-paramiko Requires: ipmitool -Requires: %{name}-common = 4.1.0 +Requires: %{name}-common = %{_ver} Obsoletes: cloud-client < 4.1.0 Obsoletes: cloud-client-ui < 4.1.0 Obsoletes: cloud-daemonize < 4.1.0
