Release bump to correct the build for wrong release

Related: RHEL-141026
This commit is contained in:
Lumir Balhar 2026-01-19 13:28:34 +01:00
parent 21d7fbb98e
commit d722cefad3

View File

@ -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 <lbalhar@redhat.com> - 3.12.12-4
- Release bump to correct the build for wrong release
Related: RHEL-141026
* Fri Jan 16 2026 Lumír Balhar <lbalhar@redhat.com> - 3.12.12-3
- Security fix for CVE-2025-13836
Resolves: RHEL-141026