diff options
Diffstat (limited to 'packaging/rpm/ansible.spec')
-rw-r--r-- | packaging/rpm/ansible.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index ce929e4cdf..556e41c867 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -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())")} |