AnsibleWorks -> Ansible

This commit is contained in:
Michael DeHaan 2014-01-28 11:38:52 -05:00
commit d07a3b5e9b
13 changed files with 32 additions and 32 deletions

View file

@ -7,11 +7,11 @@
Name: %{name}
Version: 1.5
Release: 1%{?dist}
Url: http://www.ansibleworks.com
Summary: SSH-based configuration management, deployment, and orchestration engine
Url: http://www.ansible.com
Summary: SSH-based application deployment, configuration management, and IT orchestration platform
License: GPLv3
Group: Development/Libraries
Source: http://www.ansibleworks.com/releases/%{name}-%{version}.tar.gz
Source: http://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}