diff --git a/.gitignore b/.gitignore index 980273c..7b46ec5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /ansible-1.6.8.tar.gz /ansible-1.6.9.tar.gz /ansible-1.6.10.tar.gz +/ansible-1.7.tar.gz diff --git a/ansible.spec b/ansible.spec index e32ec52..02395af 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.6.10 +Version: 1.7 Release: 1%{?dist} Group: Development/Libraries @@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT %doc examples/playbooks %changelog +* Wed Aug 06 2014 Kevin Fenzi 1.7-1 +- Update to 1.7 + * Fri Jul 25 2014 Kevin Fenzi 1.6.10-1 - Update to 1.6.10 diff --git a/sources b/sources index 9213575..548c903 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef20f5b09d0df67bcf02f540539e84d0 ansible-1.6.10.tar.gz +367d63ff316ee38c7e51b48a8f598327 ansible-1.7.tar.gz