diff --git a/.gitignore b/.gitignore index 07340f6..d15fd3b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /ansible-1.1.tar.gz /ansible-1.2.tar.gz /ansible-1.2.1.tar.gz +/ansible-1.2.2.tar.gz diff --git a/ansible.spec b/ansible.spec index c17e134..89fe2f2 100644 --- a/ansible.spec +++ b/ansible.spec @@ -4,9 +4,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %endif Name: ansible -Release: 2%{?dist} +Release: 1%{?dist} Summary: SSH-based configuration management, deployment, and task execution system -Version: 1.2.1 +Version: 1.2.2 Group: Development/Libraries License: GPLv3 @@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT %doc README.md PKG-INFO COPYING %changelog +* Sat Jul 06 2013 Kevin Fenzi 1.2.2-1 +- Update to 1.2.2 with minor fixes + * Fri Jul 05 2013 Kevin Fenzi 1.2.1-2 - Update to newer upstream re-release to fix a syntax error @@ -119,7 +122,7 @@ rm -rf $RPM_BUILD_ROOT * Fri Oct 19 2012 Michael DeHaan - 0.8-0 - Release of 0.8 -* Thu Aug 6 2012 Michael DeHaan - 0.7-0 +* Thu Aug 9 2012 Michael DeHaan - 0.7-0 - Release of 0.7 * Mon Aug 6 2012 Michael DeHaan - 0.6-0 diff --git a/sources b/sources index 5768f52..964cbe4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0846fadb126e2823d469a6b061ed8413 ansible-1.2.1.tar.gz +f49abd7a34eab0e073dab1080ef88078 ansible-1.2.2.tar.gz