From 5439f10c33ad5d06b0e338250de6b92c8cca41f9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Oct 10 2015 03:35:55 +0000 Subject: Update to 1.9.4 --- diff --git a/.gitignore b/.gitignore index 7cba690..22a4239 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /ansible-1.9.1.tar.gz /ansible-1.9.2.tar.gz /ansible-1.9.3.tar.gz +/ansible-1.9.4.tar.gz diff --git a/ansible.spec b/ansible.spec index cbeb312..5de91bc 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.3 -Release: 3%{?dist} +Version: 1.9.4 +Release: 1%{?dist} Group: Development/Libraries License: GPLv3+ @@ -21,8 +21,6 @@ Url: http://ansible.com # already upstream with https://github.com/opoplawski/ansible/commit/f624ec4cb8771736ffbe3fe81b2949edda159863 # https://bugzilla.redhat.com/show_bug.cgi?id=1258080 Patch0: ansible-1.9.3-dnf.patch -# Upstream, will be in 1.9.4 -Patch1: ansible-1.9.3-yum-return-val.patch # Backport of the master branch dnf module. Patch2: ansible-dnf-backport.patch @@ -80,7 +78,6 @@ are transferred to managed machines automatically. %setup -q %patch0 -p1 -%patch1 -p1 %patch2 -p1 %build @@ -112,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/ansible* %changelog +* Fri Oct 09 2015 Kevin Fenzi 1.9.4-1 +- Update to 1.9.4 + * Sun Oct 04 2015 Kevin Fenzi 1.9.3-3 - Backport dnf module from head. Fixes bug #1267018 diff --git a/sources b/sources index bc3af3a..6633c2d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -55be10fca4e9e0172a15e88874028eff ansible-1.9.3.tar.gz +ad411285d4a78e78e3a49f4ee2c7cc3f ansible-1.9.4.tar.gz