diff --git a/.gitignore b/.gitignore index 4e6dc30..64a8bef 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,5 @@ /ansible-2.0.2.0.tar.gz /ansible-unittests-2.1.0.0.tar.xz /ansible-2.1.0.0.tar.gz +/ansible-unittests-2.1.1.0.tar.xz +/ansible-2.1.1.0.tar.gz diff --git a/ansible.spec b/ansible.spec index f2cfc2d..387ad42 100644 --- a/ansible.spec +++ b/ansible.spec @@ -13,14 +13,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Name: ansible Summary: SSH-based configuration management, deployment, and task execution system -Version: 2.1.0.0 -Release: 3%{?dist} +Version: 2.1.1.0 +Release: 1%{?dist} Group: Development/Libraries License: GPLv3+ Source0: http://releases.ansible.com/ansible/%{name}-%{version}.tar.gz # To retrieve the unittests, run: -# ./get-unittests.sh 2.1.0.0 v2.1.0.0-1 +# ./get-unittests.sh 2.1.1.0 v2.1.1.0-1 # Replace the first parameter with the version you want in the tarball name # Replace the second parameter with the git tag or hash that you want to sync with Source1: ansible-unittests-%{version}.tar.xz @@ -168,6 +168,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/ansible* %changelog +* Thu Jul 28 2016 Kevin Fenzi - 2.1.1.0-1 +- Update to 2.1.1 + * Tue Jul 19 2016 Fedora Release Engineering - 2.1.0.0-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index cd49093..48cc682 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -e77e1431ffd801295135177b96b449cc ansible-unittests-2.1.0.0.tar.xz -9d8bd04d3f0032c1948c5b2bf0b3b048 ansible-2.1.0.0.tar.gz +9dddc6b0d903341635d71ffd59679749 ansible-unittests-2.1.1.0.tar.xz +314e8076cd604f5d12f0e027a7600679 ansible-2.1.1.0.tar.gz