27968f0c93
Update to 2.16.0~b1.
2023-09-28 22:49:48 +00:00
Kevin Fenzi
37644b67ea
Add patch to fix readfp with python-3.12. Fixes rhbz#2239728
2023-09-26 16:46:41 -07:00
b5d5e2a14b
Update to 2.15.4. Fixes rhbz#2238445.
2023-09-11 18:20:32 -05:00
8d01926207
Rebase patches and remove upstreamed ones
...
Relates: https://github.com/ansible/ansible/pull/81395
2023-08-18 03:33:46 +00:00
66164773e0
Handle new upstream manpage building method
2023-08-18 00:17:06 +00:00
3d8a45c735
Use example files from ansible-documentation repo
2023-08-17 23:32:48 +00:00
1a184e1acd
Update to 2.15.3. Fixes rhbz#2231963.
2023-08-17 18:31:48 -05:00
Fedora Release Engineering
8191e26adf
Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-19 13:21:38 +00:00
b34a65757b
Use the docs sources from ansible-documentation
2023-07-18 14:16:26 +00:00
937593320f
Update to 2.15.2. Fixes rhbz#2223469.
...
- Remove upstreamed patch
2023-07-18 03:51:13 +00:00
dd52b653b0
Fix %{python3_version} conditional
...
If %{python3_version} expands to an empty string (this can happen when python3-rpm-macros
is installed but %__python3 is not), specfile parsing will fail.
2023-07-10 19:38:48 +00:00
805bd2623b
Always apply remove deprecated client key calls
patch
2023-07-10 19:38:38 +00:00
225f390fd1
Rebuilt for Python 3.12
2023-07-03 17:38:12 +00:00
c173850eb6
Revert "Rebuilt for Python 3.12"
...
This reverts commit da750bb373
.
2023-07-03 17:37:56 +00:00
b7db1fa79b
Backport patch to fix compat with latest dnf5
2023-07-03 17:23:30 +00:00
da750bb373
Rebuilt for Python 3.12
2023-07-03 11:29:39 -05:00
c57e67a0f9
Revert "Temporarily disable argcomplete on python3.12"
...
This reverts commit 674ca3d40e
.
2023-07-03 14:10:39 +00:00
71c43a9b1c
Add Recommends on python3-libdnf5 for Fedora 39
2023-06-22 20:41:37 +00:00
57dc38673b
Refresh patches
2023-06-22 20:15:35 +00:00
0b7387327a
Update to 2.15.1. Fixes rhbz#2204492.
2023-06-22 15:08:40 -05:00
b700681263
Avoid deprecated importlib.abc.TraversableResources
...
This fixes python-ansible-compat's FTBFS with python3.12, as its test
suite enforces -Werror.
2023-06-17 18:15:18 +00:00
Python Maint
bb45d530b8
Rebuilt for Python 3.12
2023-06-16 14:42:59 +02:00
20c4dcb8cc
Remove conditional Requires on ansible-packaging.
2023-06-15 19:27:25 +00:00
674ca3d40e
Temporarily disable argcomplete on python3.12
2023-06-13 22:28:22 +00:00
8f2b3503f1
Add initial Python 3.12 support
...
Fixes: https://bugzilla.redhat.com/2196539
2023-06-13 22:28:22 +00:00
47238f9977
Add argcomplete bcond
2023-06-13 21:29:11 +00:00
006891ac8b
tests: use the correct copr chroot for EPEL branches
2023-06-02 18:26:03 +00:00
1f76584a4d
ci: use a proper inventory file and add a dnf test
2023-06-02 15:13:41 +00:00
7076cf3fdd
ci: add an explicit dependency on python3
...
This is needed for EPEL branches where ansible-core may not be installed
for the system python interpreter.
2023-06-02 15:01:43 +00:00
Yaakov Selkowitz
701757693a
Disable tests by default in RHEL builds
...
RHEL does not include the necessary test dependencies.
2023-05-22 21:48:52 -04:00
f8ac3d7efa
don't remove dotfiles and empty files.
2023-05-16 20:09:32 +00:00
68d6015afa
Update to 2.15.0.
2023-05-16 11:30:09 -05:00
6d202647fa
Update to 2.15.0~rc2.
2023-05-03 15:20:37 -05:00
b0e1e0631f
Update to 2.15.0~rc1.
2023-04-27 04:48:14 +00:00
27e02a89ac
tests: reorganize fmf plans
2023-04-25 02:13:02 +00:00
00d05415a8
remove unused patch
2023-04-25 02:13:01 +00:00
37924c8f63
backport GALAXY_COLLECTIONS_PATH_WARNINGS patch
...
This will be used in the Fedora ansible-packaging macros to silence
useless warnings when installing collections into %{buildroot}.
2023-04-25 02:13:01 +00:00
491e0b3137
backport PR to replace a mock import
...
Mock is deprecated in Fedora.
2023-04-24 22:35:32 +00:00
03cf1aca62
backport PR to improve dnf pkg_mgr discovery
2023-04-24 22:35:32 +00:00
c98092b221
account for the removed Makefile
2023-04-24 22:35:32 +00:00
3394859eb9
Update to 2.15.0~b3.
2023-04-24 22:35:32 +00:00
953def6952
Add gating
2023-04-24 13:50:31 -05:00
754b581240
Add gating tests
2023-04-24 17:44:17 +00:00
de2bcead78
remove unused patch
2023-03-29 12:59:35 -05:00
997defd67b
Update to 2.14.4. Fixes rhbz#2173765.
2023-03-29 11:42:46 -05:00
42d808f1cd
Update to 2.14.3. Fixes rhbz#2173765.
2023-03-01 14:19:59 -06:00
David Moreau Simard
1a57587ba1
Update to 2.14.2. Fixes rhbz#2165629.
2023-01-31 23:09:15 -05:00
Fedora Release Engineering
9a85e7920e
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-18 21:48:18 +00:00
Maxwell G
1ebf914ef3
Update to 2.14.1.
2022-12-08 21:44:44 -06:00
Maxwell G
e3860c8f67
%undefine _py3_shebang_s at the top of the file
2022-11-10 17:24:30 -06:00