From 2581414308017aa9bdeb172283939503d930bc7f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:26:25 +0100 Subject: [PATCH] update to 2.15.6 rebuilt with python3 == 3.11 [release 2.15.6-1mamba;Sat Nov 18 2023] --- ansible-core.spec | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/ansible-core.spec b/ansible-core.spec index 2c4212c..3efc90e 100644 --- a/ansible-core.spec +++ b/ansible-core.spec @@ -1,6 +1,5 @@ -%define with_pyver 310 Name: ansible-core -Version: 2.15.5 +Version: 2.15.6 Release: 1mamba Summary: A radically simple IT automation system Group: System/Libraries @@ -13,13 +12,13 @@ Patch0: ansible-base-2.11.0-upstream-gpg_key-fix-for-binary-keys.patch Patch1: ansible-core-2.12.4-resolvelib-0.8.1.patch License: GPL ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython310-devel -BuildRequires: python3.10dist(cryptography) -BuildRequires: python3.10dist(jinja2) -BuildRequires: python3.10dist(packaging) -BuildRequires: python3.10dist(pyyaml) -BuildRequires: python3.10dist(resolvelib) -BuildRequires: python3.10dist(setuptools) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(cryptography) +BuildRequires: python3.11dist(jinja2) +BuildRequires: python3.11dist(packaging) +BuildRequires: python3.11dist(pyyaml) +BuildRequires: python3.11dist(resolvelib) +BuildRequires: python3.11dist(setuptools) ## AUTOBUILDREQ-END %description @@ -27,6 +26,7 @@ BuildRequires: python3.10dist(setuptools) %if 0%{?with_pyver} \ %define py_requires_append \ +Obsoletes: ansible-core-py310 <= 2.16.0-1mamba \ Provides: ansible-base \ Obsoletes: ansible-base <= 2.11.0-1mamba \ Provides: ansible-core \ @@ -63,6 +63,10 @@ sed -i "/ /d" %{name}.filelist %doc COPYING %changelog +* Sat Nov 18 2023 Silvan Calarco 2.15.6-1mamba +- update to 2.15.6 +- rebuilt with python3 == 3.11 + * Tue Oct 10 2023 Automatic Build System 2.15.5-1mamba - automatic version update by autodist