From 9644dc50b9258273efc640be47c08cd06c239cf007acfe903b3e2f42b78031c2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 4 Mar 2024 07:40:07 +0000 Subject: [PATCH] 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 --- vlc-rpmlintrc | 2 ++ vlc.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/vlc-rpmlintrc b/vlc-rpmlintrc index 9beb854..0f013f3 100644 --- a/vlc-rpmlintrc +++ b/vlc-rpmlintrc @@ -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") diff --git a/vlc.changes b/vlc.changes index edaa636..8267186 100644 --- a/vlc.changes +++ b/vlc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 1 14:24:54 UTC 2024 - Guillaume GARDET + +- Whitelist executable-stack for armv7 + ------------------------------------------------------------------- Tue Feb 27 08:39:03 UTC 2024 - Dominique Leuenberger