From 12905301bbb90e069996e6d819366a5eca2fe3bd Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Tue, 4 Jul 2023 11:48:03 -0400 Subject: [PATCH] ansible-core 2.15.1 Resolves: #2219620 Signed-off-by: Dimitri Savineau --- .gitignore | 1 + ansible-core.spec | 5 ++++- sources | 2 +- tests/tests.yml | 16 ++++++++++++++++ 4 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index 8a7fed5..36d2092 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ SOURCES/resolvelib-0.5.4.tar.gz /packaging-21.3.tar.gz /pyparsing-3.0.7.tar.gz /resolvelib-1.0.1.tar.gz +/ansible-core-2.15.1.tar.gz diff --git a/ansible-core.spec b/ansible-core.spec index 29e07f2..3fc51b0 100644 --- a/ansible-core.spec +++ b/ansible-core.spec @@ -36,7 +36,7 @@ Name: ansible-core Summary: SSH-based configuration management, deployment, and task execution system -Version: 2.15.0 +Version: 2.15.1 Release: 1%{?dist} ExcludeArch: i686 @@ -198,6 +198,9 @@ strip --strip-unneeded %{vendor_path}/markupsafe/_speedups%{python3_ext_suffix} %{python3_sitelib}/ansible_test %changelog +* Tue Jul 04 2023 Dimitri Savineau - 2.15.1-1 +- ansible-core 2.15.1 release (rhbz#2219620) + * Mon May 15 2023 Dimitri Savineau - 2.15.0-1 - ansible-core 2.15.0 release (rhbz#2204511) - update bundled markupsafe to 2.1.2. diff --git a/sources b/sources index 553cb51..d1495e3 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ -SHA512 (ansible-core-2.15.0.tar.gz) = aebb43840380854e7759656a0b08579a8fbdddbf2d204c47fb16cdb73ffd540df5ad56e5bf4a78a338804a3d40f9b042ea50b2b1853aaef6b7c2f0aab7a95432 +SHA512 (ansible-core-2.15.1.tar.gz) = a0febdf13fbc70b8a4a5b670c8812fd8cbee7c02118f0087d453194d74f3b0c56b3659d9d763787c0d0e65bf82399f4ff00d355ec0243771986444f9880ee09e SHA512 (Jinja2-3.1.2.tar.gz) = 5dfe122c1beef5305b34d25f22f96607bd3a6cba098b03091850ea36fefe62b645a7218d7584b35bea252393ac922c9bb3654a9e90f23bcfb273e811fcf2f2c1 SHA512 (MarkupSafe-2.1.2.tar.gz) = 84dbeddaf2df713b3cce94eb64876fea8f80c608e25130c18e4691be2b1dea56df8b772d26c0caca88231ef795125eb9678210c33bf20518c18e3047912ddb4b SHA512 (packaging-21.3.tar.gz) = 2e3aa276a4229ac7dc0654d586799473ced9761a83aa4159660d37ae1a2a8f30e987248dd0e260e2834106b589f259a57ce9936eef0dcc3c430a99ac6b663e05 diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..60310fe --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,16 @@ +--- +- hosts: localhost + gather_facts: yes + roles: + - role: standard-test-basic + tags: + - classic + tests: + - simple: + dir: . + run: /usr/bin/ansible localhost -m dnf -a "list=installed" +# tasks: + # This is only used as part of rpm-ostree which has extensive tests + # and there is no point to testing it separately. + # - name: true + # shell: true