diff --git a/.gitignore b/.gitignore index 7b46ec5..14bc1e2 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /ansible-1.6.9.tar.gz /ansible-1.6.10.tar.gz /ansible-1.7.tar.gz +/ansible-1.7.1.tar.gz diff --git a/ansible.spec b/ansible.spec index 02395af..0c34d90 100644 --- a/ansible.spec +++ b/ansible.spec @@ -9,7 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Name: ansible Summary: SSH-based configuration management, deployment, and task execution system -Version: 1.7 +Version: 1.7.1 Release: 1%{?dist} Group: Development/Libraries @@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT %doc examples/playbooks %changelog +* Thu Aug 14 2014 Kevin Fenzi 1.7.1-1 +- Update to 1.7.1 + * Wed Aug 06 2014 Kevin Fenzi 1.7-1 - Update to 1.7 diff --git a/sources b/sources index 548c903..3d42ef8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -367d63ff316ee38c7e51b48a8f598327 ansible-1.7.tar.gz +908ab374b1657639f4a073025247bed3 ansible-1.7.1.tar.gz