Accepting request 978890 from devel:languages:python:Factory

OBS-URL: https://build.opensuse.org/request/show/978890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=170
This commit is contained in:
Dominique Leuenberger 2022-05-25 18:34:09 +00:00 committed by Git OBS Bridge
commit 6db1ae176d
2 changed files with 7 additions and 0 deletions

View File

@ -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")

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 24 07:05:36 UTC 2022 - Martin Liška <mliska@suse.cz>
- Filter out executable-stack error that is triggered for i586
target.
-------------------------------------------------------------------
Sat Feb 26 12:41:42 UTC 2022 - Matej Cepl <mcepl@suse.com>