From c173850eb61de6042820dc272c4cd0ebeb4af6b6 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Mon, 3 Jul 2023 17:37:56 +0000 Subject: [PATCH] Revert "Rebuilt for Python 3.12" This reverts commit da750bb373dde04e8fb00d42fa3c730923b2f320. --- ansible-core.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ansible-core.spec b/ansible-core.spec index ff9873c..fea5a78 100644 --- a/ansible-core.spec +++ b/ansible-core.spec @@ -12,7 +12,7 @@ Name: ansible-core Summary: A radically simple IT automation system Version: 2.15.1 %global uversion %{version_no_tilde %{quote:%nil}} -Release: 2%{?dist} +Release: 1%{?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. @@ -290,9 +290,6 @@ install -Dpm 0644 licenses/* -t %{buildroot}%{_pkglicensedir} %changelog -* Mon Jul 03 2023 Maxwell G - 2.15.1-2 -- Rebuilt for Python 3.12 - * Thu Jun 22 2023 Maxwell G - 2.15.1-1 - Update to 2.15.1. Fixes rhbz#2204492. - Add Recommends on python3-libdnf5 for Fedora 39