diff --git a/.gitignore b/.gitignore index 71e32e4..ec38f65 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /ansible-1.8.4.tar.gz /ansible-1.9.0.tar.gz /ansible-1.9.0.1.tar.gz +/ansible-1.9.1.tar.gz diff --git a/ansible.spec b/ansible.spec index 1b2c2b1..d7fa55c 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.9.0.1 -Release: 2%{?dist} +Version: 1.9.1 +Release: 1%{?dist} Group: Development/Libraries License: GPLv3 @@ -98,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/ansible* %changelog +* Tue Apr 28 2015 Kevin Fenzi 1.9.1-1 +- Update to 1.9.1 + * Wed Mar 25 2015 Kevin Fenzi 1.9.0.1-2 - Drop upstreamed epel6 patches. diff --git a/sources b/sources index 82d9e48..314425c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3773b0df98288c237f2329cf184ff59f ansible-1.9.0.1.tar.gz +3c0f0ecc8b5d60831b10045dba64bbbb ansible-1.9.1.tar.gz