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