Accepting request 1039503 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1039503 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansible-compat?expand=0&rev=10
This commit is contained in:
commit
d545d21893
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:28c7c545fd60ef9c3059cfb2fefd27f92db091ff6b5868f83f121ceb5e1fe1b5
|
|
||||||
size 39794
|
|
3
ansible-compat-2.2.6.tar.gz
Normal file
3
ansible-compat-2.2.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8bb3488327125a0948d38b766389a4819573343d5673aa78a7bed23eb9d5b28d
|
||||||
|
size 38890
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 1 05:48:32 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- update to 2.2.6:
|
||||||
|
* Bugfixes
|
||||||
|
- Adopt PEP-621 for packaging (#195) @ssbarnea
|
||||||
|
- Revert "Avoid running galaxy on offline mode (#180)" (#192) @ssbarnea
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 25 07:12:13 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- rework spec file to define %pythons to python310 for Leap15 and SLES15,
|
||||||
|
using the python version 3.10 that ansible is built against
|
||||||
|
- add explicit Requires for python*-subprocess-tee, that is not being added
|
||||||
|
automatically
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 18 06:37:34 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
Fri Nov 18 06:37:34 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -16,10 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{?suse_version} < 1550
|
||||||
|
# Leap15, SLES15
|
||||||
|
%define pythons python310
|
||||||
|
%else
|
||||||
|
# Tumbleweed
|
||||||
# only works with the python version which the package 'ansible' uses
|
# only works with the python version which the package 'ansible' uses
|
||||||
%define pythons python3
|
%define pythons python3
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: python-ansible-compat
|
Name: python-ansible-compat
|
||||||
Version: 2.2.5
|
Version: 2.2.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Compatibility shim for Ansible 2.9 and newer
|
Summary: Compatibility shim for Ansible 2.9 and newer
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -43,6 +50,7 @@ BuildRequires: ansible
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-generators
|
BuildRequires: python-rpm-generators
|
||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
|
Requires: python-subprocess-tee
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user