Fix new url for centos pkging and baremetal python pkg Signed-off-by: Rohit Yadav <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/854ab395 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/854ab395 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/854ab395 Branch: refs/heads/scaleupvm Commit: 854ab39556f4dfe544eb14ac5ccb8d210f3d42b7 Parents: b3a3ad7 Author: Rohit Yadav <[email protected]> Authored: Tue Mar 26 11:27:18 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Tue Mar 26 11:27:18 2013 +0530 ---------------------------------------------------------------------- packaging/centos63/cloud.spec | 4 ++-- .../resources/security_group_agent/setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/854ab395/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index 2184f1c..94e886b 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -33,8 +33,8 @@ Release: %{_rel}%{dist} %endif Version: %{_ver} License: ASL 2.0 -Vendor: Apache CloudStack <[email protected]> -Packager: Apache CloudStack <[email protected]> +Vendor: Apache CloudStack <[email protected]> +Packager: Apache CloudStack <[email protected]> Group: System Environment/Libraries # FIXME do groups for every single one of the subpackages Source0: %{name}-%{_maventag}.tgz http://git-wip-us.apache.org/repos/asf/cloudstack/blob/854ab395/plugins/hypervisors/baremetal/resources/security_group_agent/setup.py ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/baremetal/resources/security_group_agent/setup.py b/plugins/hypervisors/baremetal/resources/security_group_agent/setup.py index 2de41d2..384e04d 100755 --- a/plugins/hypervisors/baremetal/resources/security_group_agent/setup.py +++ b/plugins/hypervisors/baremetal/resources/security_group_agent/setup.py @@ -30,7 +30,7 @@ security group agent for CloudStack Baremetal""", keywords='security group cloudstack', author='Frank Zhang', author_email='[email protected]', - url='http://incubator.apache.org/cloudstack/', + url='http://cloudstack.apache.org', license='Apache License 2', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True,
