diff --git a/.gitignore b/.gitignore index 3505390..3cee75e 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /ansible-1.4.tar.gz /ansible-1.4.1.tar.gz /ansible-1.4.3.tar.gz +/ansible-1.4.5.tar.gz diff --git a/ansible.spec b/ansible.spec index 29e0a9e..cd1a6d4 100644 --- a/ansible.spec +++ b/ansible.spec @@ -9,13 +9,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Name: ansible Summary: SSH-based configuration management, deployment, and task execution system -Version: 1.4.3 +Version: 1.4.5 Release: 1%{?dist} Group: Development/Libraries License: GPLv3 -Source0: http://ansibleworks.com/releases/%{name}-%{version}.tar.gz -Url: http://ansibleworks.com +Source0: http://releases.ansible.com/ansible/%{name}-%{version}.tar.gz +Url: http://ansible.com BuildArch: noarch %if 0%{?rhel} && 0%{?rhel} <= 5 @@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT %doc examples/playbooks %changelog +* Wed Feb 12 2014 Kevin Fenzi 1.4.5-1 +- Update to 1.4.5 + * Sat Dec 28 2013 Kevin Fenzi 1.4.3-1 - Update to 1.4.3 with ansible galaxy commands. - Adds python-httplib2 to requires diff --git a/sources b/sources index f5330e2..e159359 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1078fe5bac935191d70aef5d471e0cf4 ansible-1.4.3.tar.gz +7d29c15b4b470632358a74ab9ff4adfd ansible-1.4.5.tar.gz