From bb45d530b8723a3936a085f8f9732b7723a8a012 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 16 Jun 2023 14:42:59 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- ansible-core.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ansible-core.spec b/ansible-core.spec index 004456f..c7c2cef 100644 --- a/ansible-core.spec +++ b/ansible-core.spec @@ -14,7 +14,7 @@ Name: ansible-core Summary: A radically simple IT automation system Version: 2.15.0 %global uversion %{version_no_tilde %{quote:%nil}} -Release: 3%{?dist} +Release: 4%{?dist} # The main license is GPLv3+. Many of the files in lib/ansible/module_utils # are BSD licensed. There are various files scattered throughout the codebase # containing code under different licenses. @@ -285,6 +285,9 @@ install -Dpm 0644 licenses/* -t %{buildroot}%{_pkglicensedir} %changelog +* Fri Jun 16 2023 Python Maint - 2.15.0-4 +- Rebuilt for Python 3.12 + * Tue Jun 13 2023 Maxwell G - 2.15.0-3 - Add support for Python 3.12. Fixes rhbz#2196539. - Remove conditional Requires on ansible-packaging.