Updated Branches: refs/heads/4.1 4f38d745b -> 0ad9ae7a9 refs/heads/master ac1b529f7 -> c1e47ad32
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/0ad9ae7a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/0ad9ae7a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/0ad9ae7a Branch: refs/heads/4.1 Commit: 0ad9ae7a975b4f5256aaf0d3c97d867c7b8b6385 Parents: 4f38d74 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:56 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/0ad9ae7a/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index 960f91f..d1bc5bd 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
