From d722cefad3d86b346d795fdd6879ab327879772a Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Mon, 19 Jan 2026 13:28:34 +0100 Subject: [PATCH] Release bump to correct the build for wrong release Related: RHEL-141026 --- python3.12.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python3.12.spec b/python3.12.spec index ce9ff6a..4de4580 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -20,7 +20,7 @@ URL: https://www.python.org/ #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 3%{?dist} +Release: 4%{?dist} License: Python-2.0.1 @@ -1738,6 +1738,10 @@ CheckPython optimized # ====================================================== %changelog +* Mon Jan 19 2026 Lumír Balhar - 3.12.12-4 +- Release bump to correct the build for wrong release +Related: RHEL-141026 + * Fri Jan 16 2026 Lumír Balhar - 3.12.12-3 - Security fix for CVE-2025-13836 Resolves: RHEL-141026