Skip UDP Lite tests if it's not supported
- Fixes FTBFS on Linux kernel 7.1 and newer
This commit is contained in:
parent
6836c73364
commit
223df02052
2 changed files with 75 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ URL: https://www.python.org/
|
|||
#global prerel ...
|
||||
%global upstream_version %{general_version}%{?prerel}
|
||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: Python-2.0.1
|
||||
|
||||
|
||||
|
|
@ -475,6 +475,13 @@ Patch484: 00484-cve-2026-3644.patch
|
|||
# Stack overflow parsing XML with deeply nested DTD content models
|
||||
Patch485: 00485-cve-2026-4224.patch
|
||||
|
||||
# 00491 # 1ad95144c42a6933283352245c5df5a4c142e75f
|
||||
# gh-149776: Skip UDP Lite tests if it's not supported
|
||||
#
|
||||
# Fix test_socket on Linux kernel 7.1 and newer: skip UDP Lite tests if
|
||||
# it's not supported.
|
||||
Patch491: 00491-gh-149776-skip-udp-lite-tests-if-it-s-not-supported.patch
|
||||
|
||||
# (New patches go here ^^^)
|
||||
#
|
||||
# When adding new patches to "python" and "python3" in Fedora, EL, etc.,
|
||||
|
|
@ -1811,6 +1818,10 @@ CheckPython optimized
|
|||
# ======================================================
|
||||
|
||||
%changelog
|
||||
* Tue Jul 28 2026 Miro Hrončok <mhroncok@redhat.com> - 3.12.13-5
|
||||
- Skip UDP Lite tests if it's not supported
|
||||
- Fixes FTBFS on Linux kernel 7.1 and newer
|
||||
|
||||
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.13-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue