diff --git a/.gitignore b/.gitignore index e437ecf..b42d647 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /ansible-1.8.tar.gz /ansible-1.8.1.tar.gz /ansible-1.8.2.tar.gz +/ansible-1.8.3.tar.gz diff --git a/ansible.spec b/ansible.spec index e4ffa98..c75eae7 100644 --- a/ansible.spec +++ b/ansible.spec @@ -9,8 +9,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Name: ansible Summary: SSH-based configuration management, deployment, and task execution system -Version: 1.8.2 -Release: 3%{?dist} +Version: 1.8.3 +Release: 1%{?dist} Group: Development/Libraries License: GPLv3 @@ -110,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/ansible* %changelog +* Tue Feb 17 2015 Kevin Fenzi 1.8.3-1 +- Update to 1.8.3 + * Sun Jan 11 2015 Toshio Kuratomi - 1.8.2-3 - Work around a bug in python2.6 by using simplejson (applies in EPEL6) diff --git a/sources b/sources index b56ba40..f359f32 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2ac0e5a4c092dfa84c7e9e51cd45095 ansible-1.8.2.tar.gz +aa59af402c2636e019a5edc6fc78142f ansible-1.8.3.tar.gz