From 2d22ee5fce56fb33967313dffca5248e8e3c2cee Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Wed, 10 Jun 2026 08:00:44 -0400 Subject: [PATCH] import UBI python3.12-3.12.13-3.el9_8 --- SPECS/python3.12.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/SPECS/python3.12.spec b/SPECS/python3.12.spec index d45679f..61a1ad6 100644 --- a/SPECS/python3.12.spec +++ b/SPECS/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: 2%{?dist} +Release: 3%{?dist} License: Python-2.0.1 @@ -266,7 +266,7 @@ BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: readline-devel BuildRequires: redhat-rpm-config -BuildRequires: sqlite-devel +BuildRequires: sqlite-devel >= 3.34.1-10 BuildRequires: gdb BuildRequires: tar @@ -611,6 +611,9 @@ Recommends: (%{pkgname}-tkinter%{?_isa} = %{version}-%{release} if tk%{?_isa}) # The zoneinfo module needs tzdata Requires: tzdata +# The sqlite3 needs version with (de)serialize API +Requires: sqlite-libs >= 3.34.1-10 + %description -n %{pkgname}-libs This package contains runtime libraries for use by Python: - the majority of the Python standard library @@ -1775,6 +1778,10 @@ CheckPython optimized # ====================================================== %changelog +* Mon Jun 01 2026 Lukáš Zachar - 3.12.13-3 +- Depend on sqlite-libs with (de)serialize API +Resolves: RHEL-180474 + * Thu Apr 16 2026 Charalampos Stratakis - 3.12.13-2 - Security fixes for CVE-2026-1502, CVE-2026-4786, CVE-2026-6100, CVE-2026-2297, CVE-2026-3644, CVE-2026-4224 Resolves: RHEL-168159, RHEL-167917