From cadbcd01cdc241d8e24d0c046caaa3feff0a0bc9311e0855f4d1a4a1be62a6d8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 24 May 2022 08:29:21 +0000 Subject: [PATCH] Accepting request 978856 from home:marxin:branches:devel:languages:python:Factory - Filter out executable-stack error that is triggered for i586 target. OBS-URL: https://build.opensuse.org/request/show/978856 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=324 --- python-base-rpmlintrc | 1 + python-base.changes | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/python-base-rpmlintrc b/python-base-rpmlintrc index f200fc2..5aac82c 100644 --- a/python-base-rpmlintrc +++ b/python-base-rpmlintrc @@ -1,2 +1,3 @@ addFilter("devel-file-in-non-devel-package.*/usr/lib.*/python.*/distutils/tests/xxmodule.c") addFilter("devel-file-in-non-devel-package.*/usr/include/python.*/pyconfig.h") +addFilter("executable-stack.*/usr/lib/python2.7/lib-dynload/_ctypes.so") diff --git a/python-base.changes b/python-base.changes index 7361bcc..309c980 100644 --- a/python-base.changes +++ b/python-base.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 24 07:05:36 UTC 2022 - Martin Liška + +- Filter out executable-stack error that is triggered for i586 + target. + ------------------------------------------------------------------- Sat Feb 26 12:41:42 UTC 2022 - Matej Cepl