SHA256
1
0
forked from pool/python

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
This commit is contained in:
Matej Cepl 2022-05-24 08:29:21 +00:00 committed by Git OBS Bridge
parent 3edb04a7cd
commit cadbcd01cd
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/lib.*/python.*/distutils/tests/xxmodule.c")
addFilter("devel-file-in-non-devel-package.*/usr/include/python.*/pyconfig.h") 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> Sat Feb 26 12:41:42 UTC 2022 - Matej Cepl <mcepl@suse.com>