From 18870bd75daac1e1dbc94d07c66703ae463262c63ea1d5ab24137126e65b4d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 10 Sep 2020 16:03:03 +0000 Subject: [PATCH] Accepting request 833469 from home:Guillaume_G:branches:openSUSE:Factory:ARM OBS-URL: https://build.opensuse.org/request/show/833469 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-ptrace?expand=0&rev=14 --- python-python-ptrace.changes | 6 ++++++ python-python-ptrace.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/python-python-ptrace.changes b/python-python-ptrace.changes index 2e0ac44..2db84f3 100644 --- a/python-python-ptrace.changes +++ b/python-python-ptrace.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 10 12:37:13 UTC 2020 - Guillaume GARDET + +- aarch64 is not yet supported, so exclude it + See: https://github.com/vstinner/python-ptrace/issues/57 + ------------------------------------------------------------------- Wed Aug 5 12:47:08 UTC 2020 - Marketa Calabkova diff --git a/python-python-ptrace.spec b/python-python-ptrace.spec index 5f4c8a4..fd2686b 100644 --- a/python-python-ptrace.spec +++ b/python-python-ptrace.spec @@ -35,6 +35,8 @@ BuildRequires: python-rpm-macros Requires: python-six Requires(post): update-alternatives Requires(postun): update-alternatives +# aarch64 is not yet supported - https://github.com/vstinner/python-ptrace/issues/57 +ExcludeArch: aarch64 %python_subpackages %description