From 7f218f5ed1803937e4585f3ea8366fda3bfe18217a69d9e234bc541bad42104c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 12 Nov 2025 00:39:13 +0100 Subject: [PATCH] Mark the upgrade to 3.10.19 as fixing CVE-2025-8291, bsc#1251305. --- .gitattributes | 1 + .gitignore | 4 ++++ python310.changes | 1 - 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 9b03811..a9bfeea 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,3 +21,4 @@ *.xz filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text +*.changes merge=merge-changes diff --git a/.gitignore b/.gitignore index 57affb6..0554c62 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ .osc +*.obscpio +_build* +.pbuild +python310-*-build/ diff --git a/python310.changes b/python310.changes index 6568b0b..75e33d9 100644 --- a/python310.changes +++ b/python310.changes @@ -4520,4 +4520,3 @@ Tue Jan 18 14:13:04 UTC 2011 - jmatejek@novell.com compliant libpython3 package - mostly rewritten the spec file with more detailed comments - cleaned up lists of patches -