diff --git a/.gitignore b/.gitignore index 5d95b28..6e6aa4c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /ansible-1.6.tar.gz /ansible-1.6.1.tar.gz /ansible-1.6.2.tar.gz +/ansible-1.6.3.tar.gz diff --git a/ansible.spec b/ansible.spec index 3b53447..006e195 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.6.2 -Release: 2%{?dist} +Version: 1.6.3 +Release: 1%{?dist} Group: Development/Libraries License: GPLv3 @@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT %doc examples/playbooks %changelog +* Mon Jun 09 2014 Kevin Fenzi 1.6.3-1 +- Update to 1.6.3 + * Sat Jun 07 2014 Fedora Release Engineering - 1.6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index c37e9ab..757ccce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -709f9192c3c2cfe46d2fe3ed90ca2484 ansible-1.6.2.tar.gz +db0f5c3ae8e1feba2c7e63297767da8e ansible-1.6.3.tar.gz