diff --git a/.gitignore b/.gitignore index fbde143..abd1e9f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /standard-test-roles-2.10.tar.gz /standard-test-roles-2.11.tar.gz /standard-test-roles-2.12.tar.gz +/standard-test-roles-2.13.tar.gz diff --git a/sources b/sources index 971d08b..3ae08bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (standard-test-roles-2.12.tar.gz) = 7b314cabd480fbaff7929d124e2de8f350694f9c11fec5922440d2a7c1f630f35e6db6ba4703561ef2bff7be4311ff336ab244fee3aaf96c3432c602afb8df1f +SHA512 (standard-test-roles-2.13.tar.gz) = b81efa1dfd5fe191e6ffd4f52c9ba3f8f06134369946b3e763d7cc1d9455eb1ded55e130e4092620b7a83ea96286ccd48ea10f16dda3729e6e9ea33b0472b628 diff --git a/standard-test-roles.spec b/standard-test-roles.spec index 16bc6e5..3c86834 100644 --- a/standard-test-roles.spec +++ b/standard-test-roles.spec @@ -1,5 +1,5 @@ Name: standard-test-roles -Version: 2.12 +Version: 2.13 Release: 1%{?dist} Summary: Standard Test Interface Ansible roles @@ -56,6 +56,9 @@ cp -p inventory/* %{buildroot}%{_datadir}/ansible/inventory/ %changelog +* Fri May 25 2018 Andrei Stepanov - 2.13-2 +- Build with the latest merged PRs. + * Wed May 23 2018 Andrei Stepanov - 2.12-1 - Build with the latest merged PRs.