SHA256
1
0
forked from pool/vlc

Accepting request 1154069 from home:Guillaume_G:branches:openSUSE:Factory:ARM

- Whitelist executable-stack for armv7

OBS-URL: https://build.opensuse.org/request/show/1154069
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=319
This commit is contained in:
Dominique Leuenberger 2024-03-04 07:40:07 +00:00 committed by Git OBS Bridge
parent 04e7a7718d
commit 9644dc50b9
2 changed files with 7 additions and 0 deletions

View File

@ -4,3 +4,5 @@ addFilter("libvlccore.* shared-lib-calls-exit")
# there's a good reason for packaging vlc and vlc.desktop separately
addFilter("desktopfile-without-binary")
# Ignore executable stack on armv7
addFilter("executable-stack")

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 1 14:24:54 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Whitelist executable-stack for armv7
-------------------------------------------------------------------
Tue Feb 27 08:39:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>