15
0
forked from pool/python-wheel

Add CVE-2026-24049.patch to fix CVE-2026-24049 (bsc#1257100)

This commit is contained in:
2026-01-28 11:13:03 +01:00
parent 55332c6962
commit 934b4ab025
3 changed files with 134 additions and 1 deletions

View File

@@ -40,7 +40,9 @@ Group: Development/Languages/Python
URL: https://github.com/pypa/wheel
Source: https://github.com/pypa/wheel/archive/%{version}.tar.gz#/wheel-%{version}.tar.gz
# PATCH-FIX-UPSTREAM https://github.com/pypa/wheel/pull/651 fix test failures
Patch: tests.patch
Patch0: tests.patch
# PATCH-FIX-UPSTREAM CVE-2026-24049.patch bsc#1257100 gh#pypa/wheel@7a7d2de
Patch1: CVE-2026-24049.patch
# Bootstrap: Don't BuildRequire setuptools or pip here!
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module flit-core}