diff --git a/.gitignore b/.gitignore index 87d7901..ba7cd97 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,5 @@ /ansible-2.1.1.0.tar.gz /ansible-2.1.2.0.tar.gz /ansible-unittests-2.1.2.0.tar.xz +/ansible-unittests-2.2.0.0.tar.xz +/ansible-2.2.0.0.tar.gz diff --git a/ansible.spec b/ansible.spec index a09c448..602f7ae 100644 --- a/ansible.spec +++ b/ansible.spec @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Name: ansible Summary: SSH-based configuration management, deployment, and task execution system -Version: 2.1.2.0 +Version: 2.2.0.0 Release: 1%{?dist} Group: Development/Libraries @@ -64,6 +64,10 @@ BuildRequires: python-six BuildRequires: python-nose BuildRequires: python-coverage BuildRequires: python-mock +BuildRequires: python2-boto3 +BuildRequires: python2-botocore +BuildRequires: docker +BuildRequires: python-passlib %if (0%{?rhel} && 0%{?rhel} <= 6) # Ansible will work with the jinja2 shipped with RHEL6 but users can gain @@ -168,6 +172,10 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/ansible* %changelog +* Tue Nov 01 2016 Kevin Fenzi - 2.2.0.0-1 +- Update to 2.2.0. Fixes #1390564 #1388531 #1387621 #1381538 #1388113 #1390646 #1388038 #1390650 +- Fixes for CVE-2016-8628 CVE-2016-8614 CVE-2016-8628 CVE-2016-8614 + * Thu Sep 29 2016 Kevin Fenzi - 2.1.2.0-1 - Update to 2.1.2 diff --git a/sources b/sources index 48feea4..d6fc8cf 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -2b086b5b91d89c4124d0c1e39ac7ff59 ansible-2.1.2.0.tar.gz -2a5b0b30ba7c1b3f31927043b565393e ansible-unittests-2.1.2.0.tar.xz +e096bcdbf1d7a424149ed6480033c7b7 ansible-unittests-2.2.0.0.tar.xz +a19999efedc1b97b91250cda5df73f8a ansible-2.2.0.0.tar.gz