SHA256
1
0
forked from pool/vlc

Accepting request 1154578 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1154578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vlc?expand=0&rev=144
This commit is contained in:
Ana Guerrero 2024-03-05 17:46:57 +00:00 committed by Git OBS Bridge
commit 4982495d81
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>