From be387306548391e8feb4b1c7d9a2fa0b6bba7393 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Apr 18 2014 21:29:15 +0000 Subject: Update to 1.5.5 --- diff --git a/.gitignore b/.gitignore index 353d4a6..639f3d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /ansible-1.5.3.tar.gz /ansible-1.5.4.tar.gz +/ansible-1.5.5.tar.gz diff --git a/ansible.spec b/ansible.spec index 83b7989..ef31b7b 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.5.4 -Release: 2%{?dist} +Version: 1.5.5 +Release: 1%{?dist} Group: Development/Libraries License: GPLv3 @@ -110,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT %doc examples/playbooks %changelog +* Fri Apr 18 2014 Kevin Fenzi 1.5.5-1 +- Update to 1.5.5 + * Mon Apr 7 2014 Toshio Kuratomi - 1.5.4-2 - Fix setuptools requirement to apply to rhel=6, not rhel<6 diff --git a/sources b/sources index 8b21fb4..4c79c33 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -073a77d419a7599f67677fd82efcbcb7 ansible-1.5.4.tar.gz +de27b5fc95104dd3295f4c90de39f3f0 ansible-1.5.5.tar.gz