From 882dbcd661553c04d24a43a677a1d047e6572ef7ec573428011aa43ee957973f Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 7 Feb 2022 06:50:40 +0000 Subject: [PATCH] - Add patch correct-uname-comparsion.patch: * Support Linux >= 5.10 correctly. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-prctl?expand=0&rev=10 --- python-python-prctl.changes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-python-prctl.changes b/python-python-prctl.changes index d5687f1..4310771 100644 --- a/python-python-prctl.changes +++ b/python-python-prctl.changes @@ -1,9 +1,11 @@ ------------------------------------------------------------------- -Mon Feb 7 06:34:21 UTC 2022 - Steve Kowalik +Mon Feb 7 06:49:54 UTC 2022 - Steve Kowalik - Update to 1.8.1: * No changelog. - Rebase all patches. +- Add patch correct-uname-comparsion.patch: + * Support Linux >= 5.10 correctly. - Add patch check-for-python310-correctly.patch: * Check for Python 3.10 correctly.