Rebuild with python3.12

Resolves: RHEL-24141

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
This commit is contained in:
Dimitri Savineau 2024-02-05 10:52:07 -05:00
parent 3a5082ff53
commit 46d8509b34
No known key found for this signature in database
GPG Key ID: E00798C446FD75DE

View File

@ -1,5 +1,5 @@
%global __python3 /usr/bin/python3.11 %global __python3 /usr/bin/python3.12
%global python3_pkgversion 3.11 %global python3_pkgversion 3.12
# We need this because we are no longer noarch, since our bundled deps might # We need this because we are no longer noarch, since our bundled deps might
# conceivably need to compile arch-specific things. But we currently have no # conceivably need to compile arch-specific things. But we currently have no
@ -38,7 +38,7 @@
Name: ansible-core Name: ansible-core
Summary: SSH-based configuration management, deployment, and task execution system Summary: SSH-based configuration management, deployment, and task execution system
Version: 2.16.3 Version: 2.16.3
Release: 1%{?dist} Release: 2%{?dist}
ExcludeArch: i686 ExcludeArch: i686
Group: Development/Libraries Group: Development/Libraries
@ -210,6 +210,9 @@ strip --strip-unneeded %{vendor_path}/markupsafe/_speedups%{python3_ext_suffix}
%{python3_sitelib}/ansible_test %{python3_sitelib}/ansible_test
%changelog %changelog
* Mon Feb 05 2024 Dimitri Savineau <dsavinea@redhat.com> - 2.16.3-2
- rebuild with python 3.12 (RHEL-24141)
* Fri Feb 02 2024 Dimitri Savineau <dsavinea@redhat.com> - 2.16.3-1 * Fri Feb 02 2024 Dimitri Savineau <dsavinea@redhat.com> - 2.16.3-1
- ansible-core 2.16.3 release (RHEL-23782) - ansible-core 2.16.3 release (RHEL-23782)
- Fix CVE-2024-0690 (possible information leak in tasks that ignore - Fix CVE-2024-0690 (possible information leak in tasks that ignore