diff --git a/.gitignore b/.gitignore index ffd3d96..1b64439 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /ansible-0.3.1.tar.gz /ansible-0.4.1.tar.gz +/ansible-0.5.1.tar.gz diff --git a/ansible.spec b/ansible.spec index 1c700eb..0f98224 100644 --- a/ansible.spec +++ b/ansible.spec @@ -1,7 +1,7 @@ Name: ansible -Release: 2%{?dist} +Release: 1%{?dist} Summary: Minimal SSH command and control -Version: 0.4.1 +Version: 0.5.1 Group: Development/Libraries License: GPLv3+ @@ -46,8 +46,11 @@ cp -v library/* $RPM_BUILD_ROOT/%{_datadir}/ansible/ %doc %{_mandir}/man1/ansible* %changelog -* Wed Jul 18 2012 Fedora Release Engineering - 0.4.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild +* Mon Jul 23 2012 Tim Bielawa - 0.5.1-1 +- Fedora/EPEL release of 0.5.1 + +* Wed Jul 4 2012 Michael DeHaan - 0.5-0 +- Release of 0.5 * Tue Jun 12 2012 Tim Bielawa - 0.4.1-1 - Release of 0.4.1 (bugfixes) diff --git a/sources b/sources index a17f8c7..8367fb5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e84cb423c514e28ffb137b5bd35bff26 ansible-0.4.1.tar.gz +b3f399f57544117d98ee4a359affd93e ansible-0.5.1.tar.gz