update to 2.15.6
rebuilt with python3 == 3.11 [release 2.15.6-1mamba;Sat Nov 18 2023]
This commit is contained in:
parent
e14980f80e
commit
2581414308
@ -1,6 +1,5 @@
|
|||||||
%define with_pyver 310
|
|
||||||
Name: ansible-core
|
Name: ansible-core
|
||||||
Version: 2.15.5
|
Version: 2.15.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A radically simple IT automation system
|
Summary: A radically simple IT automation system
|
||||||
Group: System/Libraries
|
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
|
Patch1: ansible-core-2.12.4-resolvelib-0.8.1.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython310-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.10dist(cryptography)
|
BuildRequires: python3.11dist(cryptography)
|
||||||
BuildRequires: python3.10dist(jinja2)
|
BuildRequires: python3.11dist(jinja2)
|
||||||
BuildRequires: python3.10dist(packaging)
|
BuildRequires: python3.11dist(packaging)
|
||||||
BuildRequires: python3.10dist(pyyaml)
|
BuildRequires: python3.11dist(pyyaml)
|
||||||
BuildRequires: python3.10dist(resolvelib)
|
BuildRequires: python3.11dist(resolvelib)
|
||||||
BuildRequires: python3.10dist(setuptools)
|
BuildRequires: python3.11dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -27,6 +26,7 @@ BuildRequires: python3.10dist(setuptools)
|
|||||||
|
|
||||||
%if 0%{?with_pyver} \
|
%if 0%{?with_pyver} \
|
||||||
%define py_requires_append \
|
%define py_requires_append \
|
||||||
|
Obsoletes: ansible-core-py310 <= 2.16.0-1mamba \
|
||||||
Provides: ansible-base \
|
Provides: ansible-base \
|
||||||
Obsoletes: ansible-base <= 2.11.0-1mamba \
|
Obsoletes: ansible-base <= 2.11.0-1mamba \
|
||||||
Provides: ansible-core \
|
Provides: ansible-core \
|
||||||
@ -63,6 +63,10 @@ sed -i "/ /d" %{name}.filelist
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 18 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.15.6-1mamba
|
||||||
|
- update to 2.15.6
|
||||||
|
- rebuilt with python3 == 3.11
|
||||||
|
|
||||||
* Tue Oct 10 2023 Automatic Build System <autodist@mambasoft.it> 2.15.5-1mamba
|
* Tue Oct 10 2023 Automatic Build System <autodist@mambasoft.it> 2.15.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user